body {
	margin: 0;
	background-color: #abd5f8;
	background-image: url(/images/bg.gif);
}
td, input, select, textarea {
	font-family: "Trebuchet MS", Trebuchet, Arial, san-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #035fa3;
	text-decoration: none;
}
a:hover {
	color: #99ca3c;
	text-decoration: none;
}
a.nav {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
}
a.nav:hover {
	font-size: 14px;
	color: #86bae5;
	text-decoration: none;
	line-height: 20px;
}
.footer {
	font-size: 10px;
	color: #ffffff;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #035fa3;
	text-transform: lowercase;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #035fa3;
	text-transform: lowercase;
}
.divider {
	font-size: 2px;
	width: 100%;
	height: 2px;
	background-color: #999999;
	margin: 10px 0px;
}
.border {
	border-width:;
	border: 1px solid #999999;
}