/* CSS Document */
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 801px;
   }

body {
	
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}

.boldlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:hover {
text-decoration:underline
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
.footer2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #CC6600;
	text-decoration: none;
}
.link2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
	text-transform: uppercase;
}

