﻿/*------------------------------------------------------------------------
	Backgounds
------------------------------------------------------------------------*/
.navLink
{
	background-color: #999999;
}

.navLinkOver
{
	background-color: #c0c0c0;
}

.boxed
{
	background-color: #eeeeee;
}

.adTable
{
	background-color:#c0c0c0; 
}
.trHeader1
{
	background-color: #999999;
}

/*------------------------------------------------------------------------
	Borders
------------------------------------------------------------------------*/
.boxed
{
	border: solid 1px #111111;
}
.adCell
{
	border-bottom: solid 1px #111111;
	border-right: solid 1px #111111;
}

/*------------------------------------------------------------------------
	Colors
------------------------------------------------------------------------*/
a:visited, a:hover, a:active
{
	color: #333333;
}

.navLink, .navLink a, .navLink a:active, .navLink a:visited
{
	color: #ffffff;
}

.navLinkOver, .navLinkOver a:active, .navLinkOver a:visited, .navLinkOver a:hover
{
	color: #000000;
}

.tdHeader1
{
	color: #ffffff;
}

/************************************************************************/
body 
{
	margin: 0px 10px 10px 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
}

h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:visited, a:hover, a:active
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.navLink
{
	text-align: center;
	vertical-align: middle;
}



.navLink a, .navLink a:active, .navLink a:visited
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.navLinkOver
{
	text-align: center;
	vertical-align: middle;
}

.navLinkOver a:active, .navLinkOver a:visited
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.navLinkOver a:hover
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.boxed
{
	padding: 3px 3px 3px 3px;
}

.paddedCell, .footerTable
{
	padding: 0px 0px 0px 0px;
}

.copyright
{
	font-family: Arial;
	font-size: 8px;
}

.footerTable
{
	font-family: Arial;
	font-size: 12px;
}

.adTable
{
	padding: 0 0 0 0;
	width: 728px;
}


.tblMain
{
	width: 748px;
}

.logoimg
{
	vertical-align:middle;
}

.tdHeader1
{
	width: 100%;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

