
/* global  *****************************************************/

/*

body {  
font-size: 12px	;
}

td {  
font-size: 13px ;
}

p {  
font-size: 33px ;
}


h1 {  
font-family: Geneva, Arial, Helvetica, san-serif ;
font-size: 28px ;
font-weight: bold ;
color: #003399  ;
}
*/


ul {  
font-weight: normal	 ;
margin-top: -15px ;
}







/* body styles *****************************************************/
.small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:  12 ;
	font-weight: normal ;
	font-style: normal ;
}
.smallserif {
	vertical-align: top ;
	color: #000000;
	font-family: Times, serif ;
	font-size:  13 ;
	font-weight: normal ;
	font-style: normal ;
}
.smallgreen {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px ;
    font-style: normal ;
    font-weight: normal;
    color: #009933 ;
	}
.smallblue {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px ;
    font-style: normal ;
    font-weight: normal;
    color: #003399 ;
	vertical-align: middle ;
	line-height: 18px;
	}
.smallcenter {
	text-align: center ;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:  12 ;
	font-weight: normal ;
	font-style: normal ;
}



/* main nav bar *****************************************************/
/************************
link = "normal" state (not selected)
active = appearance when clicked
visited = visited links
hover = mouse roll-over
-- order of styles makes a difference in IE5.  
-- EX: placing hover before visited prevents hover from working 
******************************/
a.nav:link {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none ;
}
a.nav:active { 
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none ;
    background-color: #3366FF ;
    padding-left: 5 ;
    padding-right: 5 ;
    padding-top: 5 ;
    padding-bottom: 5 ;
}
a.nav:visited { 
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none ;
}
a.nav:hover { 
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none ;
    background-color: #3366FF ;
    padding-left: 5 ;
    padding-right: 5 ;
    padding-top: 5 ;
    padding-bottom: 5 ;
}
.currentpage {  
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 12px;
    border: 3;
    text-decoration: none ;
    font-weight: bold;
    color: #F4F400;
    text-align: center ;
 }








/* footer styles *****************************************************/

.footertext {  font-family: Arial, Helvetica, san-serif; font-size: 9px; color: #336699; font-weight: bold; }

a.footer:link {  font-family:  Arial, Helvetica, san-serif; font-size: 9px; color: #666666; text-decoration: none}

a.footer:active {  font-family:  Arial, Helvetica, san-serif; font-size: 9px; color: #666666; text-decoration: underline ;}

a.footer:visited {  font-family:  Arial, Helvetica, san-serif; font-size: 9px; color: #666666; text-decoration: none}

a.footer:hover {  font-family:  Arial, Helvetica, san-serif; font-size: 9px; color: #666666; text-decoration: underline ;}

.copyright {  font-family: "Century Gothic", Arial, Helvetica, san-serif; font-size: 9px; color: #999999; }

/* 
.footerlink {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9px; color: #666666; text-decoration: none}
.footertext {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9px; color: #336699; font-weight: bold; }
 */




