body {
	margin:0px;
	background-color:#000000;
}

td {
	font-family: Arial;
	font-size : 12px;
	color: #000000;
	line-height: 1.5;
}
input {
	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 #666666;
	background-color: #FFFfff; 
}
a.menu {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:link {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:hover {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color : #131C46;
}

a.menu:active {
	font-family : Arial;
	font-size : 12px;
	font-weight:bold;
	text-decoration : none;
	color: #FFFFFF;
}

.welcome_header {
	font-size : 38px;
	font-weight:normal;
	color: #FFFFFF;
}

.required {
	color:#CC0000;
}



a.white {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
}
a.white:link {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
}
a.white:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
	color : #FFFFFF;
}

a.white:active {
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
	color: #FFFFFF;
}