/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #414141;
}
body {
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	font-family: Verdana;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family: Verdana;
	color: #FFFF00;
}
.style1 a:hover {
	text-decoration: underline overline;
	color: #FFFF00;
}
.style2 {
	color: #FF6600;
	font-family: Verdana;
	font-weight: bold;
}
.style2 a:hover {
	text-decoration: underline overline;
	color: #FF6600;
	font-weight: bold;
}

.style3 {color: #999999;
		 font-family: Verdana;}
.style3 a:hover {
	text-decoration: underline overline;
	background: #999999;}
	
.linktxt {
	color: #FF6600;
	font-family: Verdana;
	text-decoration: underline;
}
.linktxt a:hover {
	text-decoration: underline;
	background-color: #FF6600;
}
.style4 {
	color: #FF6600;
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
}
.style4 a:hover {
	text-decoration: underline overline;
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
}