body
 { 
 color: #333; 
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, serif; 
 background-image: url("images/grey_bkgrd.gif"); 
 background-repeat: repeat; 
 text-align: left; 
 margin: 0; 
 padding: 0 
 }

a
{
	color: #970000; 
	cursor: pointer;
}

a:link
{ 
	color: #970000;
	text-decoration: underline
}
a:hover
{
	text-decoration: underline;
	color: #225CAB;
}

a:visited
{
	color: #08316B;
	text-decoration: underline
}

a:active
{ 
	color: #08316B;
	text-decoration: underline;
}

img
{
	border: 0px;
}

h2
{
 	font-size: 1.7em;
 	margin-top: 13px;
 	color: #000000;
 	font-weight: lighter;
}

h3
{
 	font-size: 1.3em;
 	margin-top: 0px;
 	color: #670001;
}

h4
{
 	font-size: 1.1em;
 	margin-top: 20px;
 	margin-bottom: -2px
 	color: #000000;
}

p
{
 	font-size: 1em;
}

p.horizLine
{
	border-bottom: solid 1px #666;
	width: 100%;
}

.verticleLine
{

	background-color: #666;
	padding-top: 14px;
	margin-top: 14px;
	height: 100%;
}


#navlist 
{
	margin: 0; 
	width: 138px;
	border-top: 0px solid #fff;
	margin-bottom: 20px;
}

#navlist ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	text-align: left;
}

#navlist li {
margin: 0;
}

#navlist a  
 { 
 background-color: #670001; 
 display: block; 
 padding: 6px 2px 6px 10px; 
 border-style: none none solid; 
 border-width: medium medium 1px; 
 border-color: #fff }

#navlist a:link, #navlist a:visited {
	color: white;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  
 { color: white; 
 background-color: black; 
 }

/* listing */

.tablemain 
{
	height: 100%;
	width: 752px;
	
}

table.layout
{
	font-size: 1em;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
table.layout td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

table.layout td.rt
{
	border-right: 1px solid #999;
}

table td.rt
{
	padding-left: 10px;
}

/* Bar Navigation */



table td.footer  
{ 
	text-align: center;
	color: white;
	font-size: 10px; 
	padding: 6px 12px 6px 12px;
	height: 20px;
	background-color: black;
}

table td.footer A:link, A:visited
{ 
	color: white; 
	text-decoration: none;
	font-size: 1em;	
}

table td.footer A:hover
{ 
	color: #999; 
	text-decoration: none;
	font-size: 1em;	
}

table td.body
{ 
	padding: 0px 12px 6px 12px;
	text-align: left;
	background-color: white;
	height: 90%;
	font-size: 11px;	
	}

table td.nav
 { 
 background-color: #670001;
 border-right: 1px solid white }

table td.sidebrd
{ 
	border-left: 1px solid black;
	border-right: 1px solid black;
}