body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;

}
td {
	font-size: 10px;
}
#white td {
	font-size: 10px;
	color: #FFFFFF;
}
#blue td {
	font-size: 10px;
	color: #31428C;
}
#form td {
	font-size: 10px;
	text-indent: 5px;
}
.title {
	font-weight: bold;
	font-style: oblique;
	text-transform: uppercase;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90%;
}
.white {
	color: #FFFFFF;
}
#white a:link, #white a:visited, #white a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #31428C;
	text-decoration: none;
}
a:hover, #white a:hover {
	color: #FFCC33;
	text-decoration: none;
}
