body{
	background-color: white;
	font-family:  arial, helvetica, sans-serif, Trebuchet MS;
	font-size: x-small;
	padding-top: 30px;
}

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
a { 
	text-decoration: none; 
	color: 	#D70000;
	font-size: 11px;
	font-weight: bold;
}

a:hover, a:visited:hover {
	color: #993333;
}
a.menu{
	color: white;
	font-size: 12px;
	font-weight: normal;
}
a.menu:hover, a.menu:visited:hover{
	color: #D70000;
	font-weight: normal;
}

a.boldmenu{
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
}
a.boldmenu:hover, a.boldmenu:visited:hover{
	color: #D70000;
}
a.footer{
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
a.footer:hover, a.menu:visited:hover{
	color: white;
	font-weight: normal;
}
.logo{
	color: White;
}
.area{
	margin: 15px;
	background-color: #3A3A3A;
	border-style: solid;
	border-width: 16px;
	border-color: #6E6E6E;
	padding: 2px;
	color: White;
}
.menuarea{
	font-family: Trebuchet MS;
	font-weight: normal;
	color: white;
	background-color: #3A3A3A;
	text-align: right;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}
.content{
	color: White;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
}
.foot{
	color: #BDBDBD;
	text-align: center;
	vertical-align: top;
}
.line{
	height: 15px;
	background-color: Black;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;

}
hr{
	color: Gray;
}
td, th {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
dt {
	font-size: 		11px; 
	font-weight: 	bold; 
	padding: 		10px 0 3px 0;}

dd {
	margin:			 0 0 0 16px;}

th, td {
	/* ns 4 */
	font-family: Arial;
}
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }


h1 {
	text-align: center;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	text-align: left;
	text-decoration: none;
}

/* background should be transparent, but WebTV has a bug */
h1, h2, h3 {
	color: White;
}
h1 {
	font: 175%  Arial;
}
h2 {
	font: 150%  Arial;
}
h3 { font: 125%  Arial; }
h4 { font: bold 100%  Arial; }
h5 { font: italic 100%  Arial; }
h6 { font: small-caps 100%  Arial; }

.red{
	background-color: #D70000;
}

.gray{
	background-color: #6E6E6E;
	color: White;
	text-align: RIGHT;
}

.black{
	background-color: #000000;
	color: White;
	text-align: RIGHT;
}