body {
   font-family: Verdana, Arial;
   font-size: 12px;
   color: #000;
   background-color: #fff;
   margin: 0;
   padding: 0;
   height: 100%;
}

p, ul, ol, td, div, .text {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	list-style-type: square;
}

h1 {
   font-family: Verdana, Arial;
   font-weight: bold;
   font-size: 16px;
   line-height: 130%;
}

h2 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #660000;
}

h3 {
   font-family: Verdana, Arial;
   font-weight: bold;
   font-size: 12px;
   line-height: 130%;
}

.padbot li {
   padding-bottom: 15px;
}

a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
  color: #3333FF;
}

a:link:active, a:visited:active {
  color: #660000;
}
.border {
	border: 1px solid #000000;
}
