.txtFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
body {
	background-image: url(../graphics/blueprint.jpg);
	background-repeat: repeat;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Content {
	text-align: left;
	background-color:#FFFFFF
	padding: 10px;
	filter:alpha(opacity=100);
	opacity:1;
}

.tableMain {
	border: 2px solid #000000;
}
a:link {
	color: #FD0002;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FD0002;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0000FE;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FD0002;
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: #00C;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
.banner {
	background-color:#FFFFFF;
	border: 2px solid #00F;
}
