/* CSS Document */

body {  background-color: #CCAC52; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; font-weight: bold; letter-spacing: 0px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: bold; letter-spacing: 0px }

td  {font-family:  Verdana, Helvetica, sans-serif; font-size: 13px; color: #000000}

.menu  {font-family:  Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }

li {color: #000000} 
ul {color: #000000; list-style-type: square} 
ol {color: #000000} 

a:link {color: #FA783E;  font-weight : normal; text-decoration: none } 
a:visited {color: #FA783E;  font-weight : normal; text-decoration: none } 
a:hover {color: #04335D;  font-weight : normal; text-decoration: underline } 
a:active {color: #04335D;  font-weight : normal; text-decoration: underline } 

.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight : normal;} 
.footer a:link {color: #FA783E; text-decoration: none} 
.footer a:visited {color: #FA783E; text-decoration: none} 
.footer a:hover {color: #04335D; text-decoration: underline} 
.footer a:active {color: #04335D; text-decoration: underline} 

.box {
	border-top: 1px solid #04335D;
	border-right: 2px solid #04335D;
	border-bottom: 2px solid #04335D;
	border-left: 1px solid #04335D;
}

.boxB {
	border-top: 0px solid #04335D;
	border-right: 0px solid #04335D;
	border-bottom: 1px solid #04335D;
	border-left: 0px solid #04335D;
}


.rule { border: 1px solid #04335D}

.CSS-rule	{ border-top: #999999 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 2px; width: 100%; }

.ImageFloat { float: left; margin-bottom: 30px;}