body {
	background-color: #E4E4E5;
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}

td, th {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}

form {
	background-color: #FFFFFF;
	color: #000000;
}

.title {
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	color: #003399;
	font-weight: bold;
}

.subtitle {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
  color: #003399;
}

.header {
	font-family: Tahoma;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}

.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.navLink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.sidebar {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	padding: 3px;
}

.sidebarHeader {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.sidebarFooter {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
}

.footer {
  font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}