/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #F4FFE4;
	border-bottom-width: 1px;
	border-bottom-color: #F4FFE4;
	}
	
#navigation a {
	color: #D5EDB3;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
/* Class Styles */
	
.bodyText {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.bodyText13 {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.bodyText16 {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
			
.pageName{
	color: #5C743D;
	line-height:32px;
	letter-spacing:.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}
	
.navText {
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
	
.img-leftpadding {
	padding-left: 3px;
}

.img-rightpadding {
	padding-right: 3px;
}
.img-border {
	border: thin solid #000000;
}
.td-bold {
	font-weight: bold;
}