 /* Define Tags */
html,body {
/*	HACK TO ENSURE THAT THE CONTENT FILLS ALL AVAILABLE 
	RATHER THAN ALL NECESSARY SPACE IN WINDOW			*/
	height: 100%;
}

body { 
	margin:0;
	padding:0;
	background: #404A37;
	} 

a, a:visited, a:hover {	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#000;	
	text-decoration:underline;
	}
a:hover {
	color:#000;	
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family:Verdana,Arial,Helvetica; 
	color:#999;
	border-bottom:1px solid #000;
	}
h1 {
	color:#7a8a6b;
	font-size:18px;
	}
h2 {
	font-size:14px;
	color:#9fab84;
	border-bottom:0;
	}
h3 {
	font-size:12px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}
input {
	border:1px solid #000;
	background-color:#FFF;
	}
	
img {
	display:block;
	}
	
ul, ol, li {	
	font-size:12px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;
	}

/* Custom Class Names */
p, td, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error {	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1.5em;
	}

a.copySmall, a.copySmall:visited, a.copySmall:hover, 
a.copyLarge, a.copyLarge:visited, a.copyLarge:hover,  
a.hdr, a.hdr:visited, a.hdr:hover,
a.subHdr, a.subHdr:visted, .subHdr:hover,
a.error, a.error:visited, a.error:hover	{
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background:#404a37 url(images/dark_box_bg.gif) bottom repeat-x;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#FFF;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}
	
.dropCap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.indent {
	text-indent:1.5em;
	}

.clear {
	clear:both;
	}
	