body {
	margin-bottom: 0px;
	background-color: #000000;
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: 6f6f6f;
	font-weight: normal;
	line-height: 14px;
}

.frame {
	border: 1px solid #FFFFFF;
}

a{
	color: #0074E8;
	text-decoration: none;
}

a:link{
	color: #0074E8;
	text-decoration: none;
}

a:visited{
	color: #0074E8;
	text-decoration: none;
}

a:hover{
	color: orange;
	text-decoration: underline;
}

a.nav:link {color: #0074E8; text-decoration: none; }
a.nav:visited {color: #292929; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }
