body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	font-style: normal;
	line-height:16px;
}

A{
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF8E0A;
	font-style: normal;
	line-height:16px;
	text-decoration: none;
	outline:none;
}
A:link{
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF8E0A;
	font-style: normal;
	line-height:16px;
	text-decoration: none;
	outline:none;
}
A:hover{
	font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	line-height:16px;
	text-decoration: none;
	outline:none;
}

.main_hd{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.hd_orange{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ff8e0a;
	font-style: normal;
	text-decoration: none;
}

.footer{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.footer A{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	outline:none;
}
.footer A:link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	outline:none;
}
.footer A:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	outline:none;
}

.textfield {
        BORDER-RIGHT: #FFFFFF 1px solid; 
		BORDER-LEFT: #FFFFFF 1px solid;
		BORDER-TOP: #FFFFFF 1px solid; 
		BORDER-BOTTOM: #FFFFFF 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #FFFFFF; 
		FONT-FAMILY: Verdana;
		HEIGHT: 16px;
		width: 180px;
		BACKGROUND-COLOR: #4F4F4F; 
		TEXT-DECORATION: none; 
		padding-left: 3px;
		padding-top: 1px;
		padding-bottom: 1px;
		outline:none;
}

.textarea{
        BORDER-RIGHT: #FFFFFF 1px solid; 
		BORDER-LEFT: #FFFFFF 1px solid;
		BORDER-TOP: #FFFFFF 1px solid; 
		BORDER-BOTTOM: #FFFFFF 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #FFFFFF; 
		FONT-FAMILY: Verdana;
		HEIGHT: 80px;
		width: 180px;
		BACKGROUND-COLOR: #4F4F4F;  
		TEXT-DECORATION: none; 
		padding-left: 3px;
		padding-top: 3px;
		outline:none;
}

.button{
        BORDER-RIGHT: #FFFFFF 1px solid; 
		BORDER-LEFT: #FFFFFF 1px solid;
		BORDER-TOP: #FFFFFF 1px solid; 
		BORDER-BOTTOM: #FFFFFF 1px solid;
		FONT-SIZE: 11px;  
		COLOR: #FFFFFF; 
		FONT-FAMILY: Verdana;
		HEIGHT: 20px;
		BACKGROUND-COLOR: #4F4F4F;
		text-align:center;
		TEXT-DECORATION: none; 
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 1px;
		padding-bottom: 5px;
		outline:none;
}