/* CSS Document */

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

tr.sponsors{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	
}

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

.nav1 A:link {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;		
}
.nav1 A:visited {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	

	}

.nav1 A:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	
}
.nav1 A:active {
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	
}

.nav2 A:link {  
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;		
}
.nav2 A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	

	}

.nav2 A:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	
}
.nav2 A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
	
}
.border {
	border: 2px solid #000099;	
}		

