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

td {
	font-family: Arial;
	font-size : 12px;
	color: #000000;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
input.text {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}
textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
a.left_menu {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.left_menu:link {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.left_menu:hover {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}

a.left_menu:active {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color: #FFFFFF;
}
