H1 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bolder;
	color: #C8120A;
}
H2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #313163;
}

.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #313163;
}

.topnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #313163;
}

.footertext {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.bold-red {
	font-weight: bold;
	color:#CC0000;
}

#client-box           {
                      width:85%;
					  margin:auto;
					  margin-top:20px;
					  margin-bottom:20px;
					  padding:10px;
					  border:1pt solid #000000;
					  background-color:#E7EEF3;
					  }	
					  
#client-box h2		{
					font-family:Tahoma;
					font-size:18px;
					color:#CC0000;
					}				
					
#client-box p		{
					  font-family:Verdana, Arial, Helvetica, sans-serif;
					  font-size:12px;
					  text-align:justify;
					  }	  
					  
					  
#optin-box           {
                      width:75%;
					  margin:auto;
					  padding:10px;
					  border:2pt dashed #000000;
					  background-color:#FFFFCC;
					  }	
					  
#optin-table		{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					}
