BODY, TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	background-image : url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-left: 0
}

A, A:visited
{
	text-decoration : underline;
	color : #9c0000;
}

A:hover
{
	color : red;
}

.header, .header a, .header a:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #0066A4;
	font-weight : bold;
}

.header a:hover
{
	color : red;
}

.headerPhone
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #0066A4;
	font-weight : bold;
}

.bodyHighlight
{
	font-weight : bold;
	color : #0066A4;
	font-size : 14px;
}

.nav, .nav a, .nav a:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #9c0000;
	font-weight : bold;
	background : url(images/bg-nav.jpg) repeat-x;
}

.nav a:hover
{
	color : red;
}

.nav2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
}

.footer, .footer a, .footer a:visited
{
	color : #AEAFB3;
}

.footer a:hover
{
	color : red;
}