body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
    margin: 0;
	}
A:link	{	color: blue; 
			text-decoration: underline; 
			font-style: normal
			}
A:visited	{	color: purple; 
				text-decoration: underline; 
				font-style: normal
				}
A:active{	color: red; 
			text-decoration: underline; 
			font-style: normal
			}
A:hover	{	color: green; 
			text-decoration: underline; 
			font-style: normal
			}
A.alternative:link	{
	color: #3D7A7A; 
	text-decoration: underline; 
	font-style: normal
	}
A.alternative:visited	
	{color: blue; 
	text-decoration: underline; 
	font-style: normal
	}
A.alternative:active	
	{color: yellow; 
	text-decoration: underline; 
	font-style: normal
	}
A.alternative:hover	
	{color: green; 
	text-decoration: none; 
	font-style: normal
	}
td {font-size: 9px}
td.whitetext {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold
	}
td.darkbluetext {
	font-size: 9px;
	color: #012b78
	}
th {font-size: 9px}
.footertext {
	font-size: 9px;
	color: #000000;
	text-align: center
	}
.footertextsmall {
	font-size: 9px;
	color: #000000;
	text-align: center
	}
h6 {color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	margin-bottom: 2px;
	}
h5 {color: #012b78;
	text-align: center;
	margin-bottom: 2px;
	}	
h4 {color: #cc3399;
	font-size: 14px;
}

h1 {color: #012b78;
	font-size: 16px;
	}
.content {font-size: 11px;
		  text-align: left;
		  }
.content_blue { font-size: 11px;
				color:#000099
				}
.content_red {  font-size: 11px; 
				font-weight: bold; 
				color: #cc3399
				}				
.content_bold { font-size: 11px; 
				font-weight: bold
				}
hr { color: #f1f1e2}

#testimonial{
	width: 90%;
	color: #000099;
	background-color: #f6f6d9;
	font-size: 11px;
	text-align: left;
	border-top: solid 1px #c9c9b5;
	border-bottom: solid 1px #c9c9b5;
	padding: 8px 8px;
	margin: 0 20px;
}  

td .background{
	background: url(images/tip_background.jpg);
	padding: 0 5px 0 5px;
}

.box_padding{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px
}

ul li {font-size: 11px;
padding-bottom: 5px;
		  }
		  
td.leftcol, td.rightcol {vertical-align: top;
	padding-top: 10px;
}		  