body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image:url(Images/back_custom.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color: #FF6300;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color: #0000ff;
}

a:link {
	color: #0000FF;
	text-decoration:none;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
}

.required {
	color : #ff0000;
	font-weight : bold;
}
.bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	clear:both;
}
.bottomText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	clear:both;
}
/* footer */
#footer {
	padding:5px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:16px;
	color:#000000;
	clear:both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#0000FF;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}