html.center, body.center {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 130%;
  color: #455ea4;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

input {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#sidebar {
  color: #666;
  font-size: 10px;
  line-height: 18px;
  width: 150px;
  margin-left: 12px;
}

td.nav {
  border-bottom: 1px solid #c1cedc;
  background-color: #6791c0;
  padding-left: 8px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}

a.nav, a.nav:active, a.nav:link, a.nav:visited {
   color: #FFF;
   text-decoration: none;
}

a.nav:hover {
   color: #FFF;
   text-decoration: none;
}

td.login {
  background-color: #6791c0;
  color: #e5ecf4;
  text-align: left;
}

.small {
   color: #455ea4;
   font-size: 8pt;
   text-align: left;
   line-height: 20px;
}

#footer {
	width: 700px;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	color: #62493B;
	line-height: 14px;
  margin-top: 8px;
}

#footer a:link, #footer a:visited {
	color: #3263c6;
  font-size: 10px;
 	text-decoration: underline;
}

#footer a:hover {
  font-size: 10px;
	text-decoration: underline;
}