/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.orangefont {
	color: #FFBD00;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}

.whitecol2font {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 15px;
	line-height: 20pt;
}

.whitecol1font {
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
}

A:link {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

A:visited {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

A:active {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

A:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	background: #FFBD00;
	font-weight: bold;
}