﻿body { 
	margin: 0px; 
	background: #525735;
	}
	
td.bdr1 { 
	background-color: #FFFFFF; 
	}
	
td.bdr2 { 
	background-color: #B3CE50; 
	color: #525735;
	}
	
td { 
	font-family: helvetica,sans-serif; 
	color: white; 
	font-size: 12px;
	}
	
td.main { 
	font-family: helvetica,sans-serif; 
	color: white; 
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
p { 
	line-height: 150%;
	text-align: left;
	}
	
h1 {
	font-size: 19px; 
	font-weight: bold; 
	}

h3 {
	font-size: 15px; 
	font-weight: bold; 
	font-style: italic
	}
	
a { 
	color: white;
	}

a:hover { 
	color: #B3CE50;
	}
