body {  font-family: Georgia, "Times New Roman", Times, serif;}
p { 
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: 990000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: 990000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
li {  font-size: 12px; line-height: 14px; padding-bottom: 5px;}
a {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #DCA7A7;
}
.imgborder { 
	BORDER-left: #990000 10px solid;
	BORDER-right: #990000 1px solid;
	BORDER-top: #990000 1px solid;
	BORDER-bottom: #990000 1px solid;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.border {
	border: 1px solid #990000;
}
.horizontal {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.dash {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.bodybg {
	background-image: url(assets/images/bottomart.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;

}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: #990000 1px solid;
	background-color: #ffffff;
}
.SubmitButton {
	cusor: pointer; 
	background-color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.SubmitButtonHover {

	color: #430806;
	border: #990000 1px solid; 
	background-color: #ffffff;
	text-decoration: none;
}
.Message {
	BORDER: #990000 1px solid; 
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	HEIGHT: 65px; 
	BACKGROUND-COLOR: #f8f2d9;
}