/* greathousedna.us main css
by Rick Greathouse, http://www.greathousedna.us/ */

/*html elements*/
body
{
	background: #ffffff url("../images/bgtile_center_tables.gif");
	color: #000000;
	font: 12pt Book Antiqua, Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}

a 
{ 
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#nava
{
	color: #cccccc;
	font: 12pt Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

a.nava
{
	color: #ffffff; text-decoration: none;
}

a.nava:hover
{
	color: #ffffff; text-decoration: underline;
}

div#navb
{
	color: #000000; 
	font: 12pt Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

a.navb:link
{
	color: #0000CC; text-decoration: none;
}

a.navb:hover
{
	color: #ffffff; text-decoration: underline;
}

a.navb:visited
{
	color: #0000CC; /*text-decoration: none;*/
}

/*table elements*/
td.mantle 
{
     background: #FFFFFF url("../images/ban_sec_middle.gif");
}

td.nav1
{
	color:#FFFFFF; text-decoration: none
}