/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

INPUT {
	font-family: Verdana,Arial,sans-serif;
	color: #984726;
	background-color: #FBF3ED;
	border-color: #CC6600;
	border: 1px #666666;
		height=20px;
	font-size: 10px;
	padding: 3px;
	border-top-color: #CC6600;              
}
hr {
text-align: left;/*this will align it for IE*/
border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


.body {
	color: #6C0005;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodyBold {color: #6C0005; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.PDFBold {color: #AC5029; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

a:link {
	color: #6C0005;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C0005;
}
a:hover {
	text-decoration: underline;
	color: #9E5A2D;
}
a:active {
	text-decoration: none;
	color: #6C0005;
}

.bordersolid { 
border-width: 1px; border-style: solid; border-color: #740F0E; background-color:#FFFDF7;
}
.borderdashed { 
border-width: 1px; border-style: dashed; border-color: #6F0900; background-color:#FFFDF7;
}
.homeheaderbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/headerArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 25px;
}
.bulletBox {
	padding: 0px 0px 10px 15px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homeheaderbox h1 {
	font-size: 16px;
	margin: 0px 0px 3px;
}
.homeheaderbox h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
}
.homeheaderbox p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.redtextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
}
.redtextbox h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.redtextbox p {
	margin: 0px;
}
.redtextbox a:link, .redtextbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.redtextbox a:hover, .redtextbox a:active {
	color: #9E5A2D;
	text-decoration: underline;
}
