body {
	margin: 0;
	background-color: #d3edf1;
}
td, input, select, textarea, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #007385;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.nav {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 15px;
}
a.nav:hover {
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 15px;
}
.subnav {
	font-size: 12px;
	color: #007385;
	text-transform: uppercase;
	text-decoration: none;
	/*
	border-left: 1px solid #d6d6d6;
	padding-left: 8px;
	*/
}
a.subnav:hover {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	/*
	border-left: 1px solid #999999;
	padding-left: 8px;
	*/
}
.footer {
	font-size: 10px;
	color: #53b8c7;
}
.subtitle {
	font-size: 14px;
	color: #007385;
	text-transform: uppercase;
}
.field {
	color: #333333;
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	width: 200px;
}
.largefield {
	color: #333333;
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	width: 400px;
}
.smallfield {
	color: #333333;
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	width: 100px;
}
.button {
	color: #333333;
	text-transform: uppercase;
	cursor: pointer;
}
.divider {
	font-size: 1px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
}
