/* CSS Document */


/*************** Headers ********************/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	padding: 15px 0px 15px 10px;
	color: #432700;
	letter-spacing: 0px;

	
		}
			
		
/******************** Links ***********************/		

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333300;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #819031;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #330000;
	text-decoration: underline;
}


/******************** Text Styles ***********************/

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #330000;
}
.header {
	font-family: "Zapf Chancery", "Times New Roman", AGaramond, Times;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #330000;
}

.homepagetext {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333300;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #333300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	line-height: 15px;
	color: #666666;
	background-color: #666666;

}




.footer {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;	
	font-size : 10px;
	font-weight: normal;
	color: #FFFFFF;
}

A.footer {
	text-decoration: underline;
	color: #ffffff;
}

A.footer:Hover {
	text-decoration: none;
	color: #ff9999;
}

A.footerdark {
	text-decoration: underline;
	color: #AC8386;
}

A.footerdark:Hover {
	text-decoration: none;
	color: #ff9999;
}


.image{
    border-style: dotted;
	border-color: #FFFFFF;
	border-width: 1px;
      }

