body, td, p, textarea, input {
  font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	/*line-height: 15px;*/
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 14px;
}
	
h2 {	
	font-size: 12pt;
	color:#666666;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	color:#666666;
}

a, a:link {
	color: #2B8FA9;
	text-decoration: none;
}

a, a:visited {
	color: #2B8FA9;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.mainTextWrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.navHolder {
	padding: 30px;
	}
	
.navTable {
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.blackSideimageSpacer {
	background-color: #000000;
	height: 32px;
	width: 100%;
}

  #side {
       background-color: #000000;
       padding: 20px;
				padding-top: 32px;
       color: #ffffff;   
   }
   #side p, #side td {
       color: #ffffff;        
   }
