.body, body
{
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #fbfaf6;
}
body, table, td  {font-family: arial, helvetica, sans-serif; font-size: 12px;}
  
.content
{
	font-family: Arial, Helvetica, sans-serif;
	color: #052440;
	font-style: normal;
	font-weight: normal;
	padding: 0 20 0 0;
}

.black
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	padding: 0 10 0 0;
}

.tdleftpadding { padding: 0 0 0 40; }
.header { font-family: Arial, Helvetica, "sans-serif";; font-size: 16px; font-weight: bold; color: #990000;}
.accenttext { font-family: Arial, Helvetica, "sans-serif"; color: #052440; font-size: 11px; font-weight: bold;}
.subheadline { font-family: Arial, Helvetica, "sans-serif"; color: #052440; font-size: 13px; font-weight: bold;}

.border {border-style:double;
border-width:3px;
border-color: #CAAED6;
}

/* nav links  */
a.link:link { font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #990000; line-height: 15px; text-decoration: none;}
a.link:visited {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #990000; line-height: 15px; text-decoration: none;}
a.link:hover {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #CC0000; line-height: 15px; text-decoration: underline; background-color: white;}
a.link:active {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #990000; line-height: 15px; text-decoration: none;}

/* other links  */
a.link2:link { font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #978455; line-height: 15px; text-decoration: underline;}
a.link2:visited {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #978455; line-height: 15px; text-decoration: underline;}
a.link2:hover {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #978455; line-height: 15px; text-decoration: none; background-color: white;}
a.link2:active {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; color: #978455; line-height: 15px; text-decoration: underline;}

a {font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; font-weight: bold; }
a:link { color: #978455; text-decoration: underline;}
a:visited {color: #978455; text-decoration: underline;}
a:hover {color: #978455; text-decoration: none; background-color: white;}
a:active {color: #978455; text-decoration: underline;}


  /* copyright line  */

.copyright {font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px; color: #666666;
	}
div#logos {margin-top: 10px;}
div#logos a {display: block; width: 150px; margin: 4px;}	
div#logos a:link {border: 1px solid white;}
div#logos a:visited {border: 1px solid white;}
div#logos a:active {border: 1px solid white;}
div#logos a:hover {border: 1px solid #DBB5DC;}
div#logos img {
	filter:alpha(opacity=100);
	cursor:hand;
	}
