#navigation {
	padding:4px 0px 12px 15px;
	font-weight: normal;
	color: #FFFFFF;
	width: 600px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
		#navigation a{
		   color: #cc9933;
		   text-decoration:none;
		}
		#navigation a:link {
		   color: #CC9933;
		   text-decoration: none;
		}
		#navigation a:hover {
		   color: #FFCC00;
		}


#content {
	padding:4px 0px 12px 15px;
	font-weight: normal;
	color: #333333;
	width: 730px;
	font-size: 11px;
}
		#content a{
		   color: #004B2C;
		   text-decoration:none;
		}
		#content a:link {
		   color: #004B2C;
		   text-decoration: none;
		}
		#content a:hover {
		   color: #FF9900;
		}
		
		
#footer {
	font-weight: normal;
	color: #333333;
	width: 100%;
	font-size: 10px;
	text-align: center;
}
		#footer a{
		   color: #004B2C;
		   text-decoration:none;
		}
		#footer a:link {
		   color: #004B2C;
		   text-decoration: none;
		}
		#footer a:hover {
		   color: #FF9900;
		}

.table {
	padding: 0px 20px;
} 

.main_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}

		.main_text a{
		   color: #004B2C;
		   text-decoration:none;
		}
		.main_text a:link {
		   color: #004B2C;
		   text-decoration: none;
		}
		.main_text a:hover {
		   color: #FF9900;
		}


.mainbold_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.large_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #333333;
}
img.floatLeft { 
	float: left; 
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px; 
}

img.floatRight { 
	float: right; 
	margin: 4px; 
	border-style: solid;
	border-color: black;
	border-width:1px; 
}
img.floatNone {
	float: none;
	margin: 4px;
	border: thin outset #003366;
}
.td_border {
	border: thin double #999999;
	background-color: #FFFFCC;
}
.BIG_text {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
img.floatNone_nobrd {
	float: none;
	margin: 4px;
}
.td_borderBgTXT {
	border: thin double #999999;
	background-color: #AC9A4E;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
td.datacellone {
	background-color: #CC9999; color: black;
}
td.datacelltwo {
	background-color: #9999CC; color: black;
}
tr.d0 td {
	background-color: #CC9999; color: black;
}
tr.d1 td {
	background-color: #9999CC; color: black;
}
