a:active     
	{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing:0px;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	}

A:active
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	}
		
a:link       
	{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing:0px;
	font-weight: bold;
	font-variant: small-caps;
	}

a:visited    
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	}

a:hover 
	{
	color: red;
	text-decoration: underline;
	font-variant: small-caps;
	}

body         
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	letter-spacing:0px;
	background: #000000;
	background-image:url(images/gray.png);
	background-repeat: repeat-x;
	}

li           
	{
	font-family: Arial; font-size: 14px;
	color: #FFFFFF;
	letter-spacing:inherit
	}

ol           
	{  
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	letter-spacing:inherit
	}

table        
	{  
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
	letter-spacing:inherit
	}

td           
	{
	font-family: Arial; 
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing:inherit;
	font-weight: normal;
	}

style1
	{ 
	font-family: Arial; 
	font-size: 12px; color: #FFFFFF; 
	letter-spacing: 0px
	}
.align_center 
	{
	text-align: center;
	}

style2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; 
	color: #FFFFFF;
	letter-spacing:inherit
	}
.style2 
	{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px; 
	color:#FFFFFF;
	letter-spacing:inherit;
	}
.style3 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:inherit;
	font-weight: bold;
	}
.style4
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:inherit;
	font-weight: bold;
	}
.trablue 
	{
	color: #330066;
	font-weight: bold;
	}
h1	 
	{
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant: small-caps;
	}
h2	 
	{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	}
h3
	{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
.small_text {
	font-size: 10px;
}
/* NAVIGATION BUTTONS */
.cssnav	{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(buttons/overbtn.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 145px;
	height: 35px;
	margin: 0;
	padding: 0;
		}
.cssnav a {
		display: block;
		color: #000000;
		font-size: 13px;
		width: 145px;
		height: 35px;
		display: block;
		float: left;
		color: black; 
		text-decoration: none;
		}
 
.cssnav img {width: 145px; height: 35px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
 
.cssnav span {
	position: absolute;
	left: 3px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 135px;
	height: 15px;
	text-align: center;
			}
/* END OF NAVIGATION */
