.main {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.dropdown {
	width: 60px;
	font-size: 10px;
}
body {
	background: url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#0093F5;
	margin-top: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}
h1 {
	font-size: 26px;
	color: #000066;
}
h4 {
	font-size: 13px;
}
.menu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	color: #0066cc;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}