/* CSS Document */
/*
lt blue 1   Green   Grey   lt blue 2
20ACB8	    6FA700	CDCAA1	B5DFD3

*/
body
{
	font-family:tahoma, Arial, Helvetica;
	background-color: #477CD1;
	background-image: url(images/background1.gif);
	background-repeat: repeat-x;
	margin:0px;
}

.HomeTable_Text
{
	font-size:22px;
	font-family:tahoma, Arial, Helvetica;
	background-color:#20ACB8;
	color:#B5DFD3;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}
	
.header
{
	background-color:#20ACB8;
	color:#B5DFD3;
	font-size:30px;
	height:34px;
	text-align:center;
}

.subHeader
{
	background-color:#20ACB8;
	color:#B5DFD3;
	font-size:16px;
	text-align:center;
}

.MainTitle
{
	color:#CEE4ED;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}

.MainPage
{
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}

.NavBar_Text
{
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	padding:2px;
	text-align:center;
}

A.NavBar_Text
{
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	padding:2px;
	text-decoration:none;
}

A:Hover.NavBar_Text
{
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	padding:2px;
	text-decoration:underline;
}

.SideNav
{
	background-color:#20ACB8;
	color:#B5DFD3;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	font-size:10px;
}

.PictureText
{
	font-size:12px;
}

.CounterStats
{
	font-size:10px;
}

A.CounterStats
{
	font-size:10px;
	text-decoration:none;
}

A:hover.CounterStats
{
	font-size:10px;
	text-decoration:underline;
}

A.PictureText
{
	font-size:12px;
	text-decoration:none;
}

A:hover.PictureText
{
	font-size:12px;
	text-decoration:underline;
}


.SampleAd
{
	background-color:#BECFFC;
	color:#003366;
	border-color:#000000;
	border-style:solid;
	border-width:thin;
}

.label
{
	font-size:12px;
	font-family:tahoma, Arial, Helvetica;
}

.TableBar_label
{
	background-color:#BECFFC;
	color:#003366;
	font-size:12px;
	font-family:tahoma, Arial, Helvetica;
}

.TableBody_Text
{
	font-size:12px;
	font-family:tahoma, Arial, Helvetica;
}

.singleline
{
	border-color:#0078B3;
	border-style:solid;
	border-width:thin;
}

.footer
{
	font-size:10px;
}