/* CSS Document */

body {
	margin:0px;
	padding:0px;
	}

td img {
display: block;
}

table {
	font-family:verdana;
	font-size:11px;
	line-height:135%;
	}
	
td.header {
	font-size:9px;
	color:#284C3D;
	padding:3px 14px 1px 0px
	}
	
h1 {
	font-size:16px;
	font-weight:bold;
	color:#284C3D;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
	
h3 {
	font-size:12px;
	font-weight:bold;
	color:#284C3D;
	}		

a {	
	color:#2F5142;
	}
	
a:hover {	
	color:#000000;
	}	
	
.content {
	padding:8px 15px 15px 15px;
	text-align:left;
	}	
	
.leftContent {
	width:210px;
	margin:2px 0px 5px 15px;
	text-align:left;
	}
	
.footer {
	color:#B3C0BB;
	font-size:10px;
	text-align:center;
	}
	
.footer a {
	color:#B3C0BB;
	}
	
.footer a:hover {
	color:#FFF;
	}
	
.header a {
	text-decoration:none;
	}
	
.header a:hover {
	text-decoration:none;
	}	
