body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #FFFFFF;
	margin-top: 0px;
}

table {
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

.redleft {
	border-left: solid 1px #a20012	;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #d3a900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #d3a900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color:	#a20012;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #a20012;
	text-decoration: underline;
	font-weight: bold;
}
.cat {
	color: #a20012;
	font-size: 12px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
input {
	border: 1px solid #a20012;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	background-color: #FFFFFF;
}
.input {
	border: 1px solid #a20012;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	background-color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
select {
	border: 1px solid #a20012;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #a20012;
	font-size: 11px;
	color: #000000;
	font-family: arial;
	background-color: #FFFFFF;
}
.pic {
	background-position: center center;
	background-repeat: no-repeat;
	height: 320px;
}