/* CSS Document */

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #003399; font-weight: bold; letter-spacing: 0px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #003399; font-weight: bold; letter-spacing: 0px }

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

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

a:link {color: #003399;  font-weight : normal; text-decoration: none } 
a:visited {color: #003399;  font-weight : normal; text-decoration: none } 
a:hover {color: #FFBB0B;  font-weight : normal; text-decoration: underline } 
a:active {color: #FFBB0B;  font-weight : normal; text-decoration: underline } 

.subtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight : bold;} 
.subtext a:link {color: #000000; text-decoration: none} 
.subtext a:visited {color: #000000; text-decoration: none} 
.subtext a:hover {color: #000000; text-decoration: underline} 
.subtext a:active {color: #000000; text-decoration: underline} 

.boxbottom {
	border-bottom: 1px solid #033067;
}

.boxleft {
	border-left: 1px solid #033067;
}

.box { border: 1px solid #033067; }


.rule { border: 2px solid #000000}



