body {
  margin:0;
  padding:0;
  height:100%;
  background:#ffffff;
  font-size:medium;
  }
  html>body {font-size:medium;
  }

h1 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #cc3333;
	font-stretch: condensed;
	}


h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #990000;
	font-stretch: condensed;
	}

.content {
	font-family: times, sans-serif;
	font-size: 16px;
	line-height: 155%;
	color: #000000;
	}

.navigation {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 200%;
	color: #333366;
	padding: 4px;
	background: #ffffff;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-color: #cc3333;
	width: 100%;
	text-align: center;
	}

.footer {
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-color: #cc3333;
	font-family: helvetica, arial, sans-serif;
	color: #666666;
	font-size: 10px;
	font-stretch: condensed;
	line-height: 120%;
	padding: 4px;
	text-align: center;
	}

a:link {
	color: #333366;
	text-decoration: underline;
}

a:visited {
	color: #333366;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

