/* CSS Document */

a:link 
	{
		color: #FFFFFF;
		font-weight: bold;
	}
a:visited 
	{
		color: #FFFFFF;
		font-weight: bold;
	}
a:hover 
	{
		color: #FFFF00;
		font-weight: bold;
	}
a:active 
	{
		color: #FFFFFF;
		font-weight: bold;
	}
.thelinks a:link 
	{
		color: #003366;
		font-weight: bold;
	}
.thelinks a:visited 
	{
		color: #003366;
		font-weight: bold;
	}
.thelinks a:hover 
	{
		color: #FF0000;
		font-weight: bold;
	}
.thelinks a:active 
	{
		color: #003366;
		font-weight: bold;
	}
.style1 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #003366;
	}
.style3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	}
.style5 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #003366;
	}
.style2
	{
		color:#0099CC; 
		font-weight: bold;
		border-top-width:thick;
		border-top-style: ridge;
		border-top-color:#CCCCCC;
		border-bottom-width:thick;
		border-bottom-style: ridge;
		border-bottom-color:#CCCCCC;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		border-left-width: 0;
		border-right-width: 0
	}