/*
	Main Page color: #00CCCC
	B Blue: #00CCCC;
	pink: #FF3399
	formerly left blue: #0066CC
*/
A.banner
{
	text-decoration: none;
	color: white;  /*#00CCCC*/
	font-size: 17px;
}
A.banner:hover
{
	text-decoration: underline;
}
A.bannerActive
{
	text-decoration: none;
	color:#ff3399; /* #FF3399 */
	font-size: 17px;
	font-weight:bold;
}
A.bannerActive:hover
{
	text-decoration: underline;
	font-weight:bold;
}

A.status
{
	text-decoration: none;
	color: #FF3399;
	font-size: 11px;
}
A.status:hover
{
	text-decoration: underline;
}
A.menu2
{
	text-decoration: none;
	color: #00CCCC;
	font-size:11px;
}
A.menu
{
	text-decoration: none;
	color: #FF3399;
	font-size:11px;
}
A.link3
{
	text-decoration: none;
	color: #00CCCC;
	font-size:12px;
	text-decoration: underline;
}
A.link4
{
	font-size: 11px;	
	color: #00CCCC;	
}
A.link5
{
	font-size: 10px;	
	font-weight:bold;
	color: #00CCCC;	
}
A.link7
{
	font-size: 10px;	
	font-weight:bold;
	color: white;	
}
A.link8
{
	font-size: 10px;	
	font-weight:bold;
	color: white;	
	text-decoration: none;
}
A.link9
{
	font-size: 13px;	
	font-weight:bold;
	color: white;		
}
A.link10
{
	font-size: 9px;	
	font-weight:normal;
	color: #00cccc;		
}

A.menu:hover
{
	text-decoration: underline;
}
A.menu2:hover
{
	text-decoration: underline;
}


BODY
{
	font-family: Arial, Verdana, Helvetica;
}
H2
{
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica;
	color: ivory;	
	margin: 5 0 0 0;
	padding: 0 0 0 0;	
}

H3
{
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica;
	color: ivory;	
	margin: 5 0 5 10;
	padding: 0 0 0 0;	
}

H4
{
	font-size: 12px;
	color: #FF3399;	
	margin: 0 0 7 0;
}

H5
{
	font-size: 12px;
	color: white;	
	margin: 5 0 5 10;
	padding: 0 0 0 0;	
}

LI
{
	padding: 0 0 0 0;
}

fieldset
{
	border: solid white 1px;	
	padding: 3 2 4 2;
	margin: 0 5 0 5;
}
legend
{
}
p
{
	color: White;
	font-size: 13px;		
}