body, html
{
	font-family: Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/grey_stripe.gif);
}

a:link
{
	color: #990000; /*cardnal*/
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #990000; /*cardnal*/
	text-decoration: none;
	font-weight: bold;
}


a:hover
{
	text-decoration: underline;
}

table
{
	padding: 0px;
	border: 0px;
}

#header
{
	background-color: #D2D2D2;
}

#header ul
{
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul li
{
	background:transparent url(images/tab_right.gif) no-repeat scroll right top;
	display: inline;
	padding-right: 9px;
	background-color: #990000;
}

#header a
{
	background:transparent url(images/tab_left.gif) no-repeat scroll left top;
	display: inline-block;
	color: #FFCC00; /* gold */
	padding-left: 9px;
	padding-top: 5px;
	height: 20px;
	background-color: #990000;
}

#footer
{
	font-size: 8pt;
	color: gray;
	text-align: center;
}

#footer a
{
	color: gray;
	font-weight: normal;
}


