body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

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

#backfor a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#backfor a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#backfor a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#backfor a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

.selectnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: default;
}