/* --------------------------------------------------------------- */
/* -------------------- HACK FOR IE6 PNG TRANSPARENCY ------------- */
	* html img { 
		behavior: url(css/iepngfix.htc); 
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
body {
	background-color: #CCCCCC;
	margin-top: 10px;
}
a {
	font-size: 11px;
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
p {
	text-indent: 0px;
	margin-left: 20px;
	bottom: 0px;
	border-bottom-width: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 24px;
	margin-left: 20px;
	margin-bottom: 9px;
}
.style1 {font-size: 9px}

.Footer
{
	text-align: center;
	color: #ffffff;
}

/*
------------------------------------------------------
Navigation Styles
------------------------------------------------------
*/
.NavPad
{
	padding: 8px 14px 8px 14px; /* 4px 4px 8px; */
}

.NavFont, .NavFont a, .NavFont a:active, .NavFont a:link, .NavFont a:hover, .NavFont a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
	line-height: 1.5em;
}

.NavFirstItemOff
{
	background-color: #e45a25;		
}

.NavFirstItemOn, .NavItemOn
{
	background-color: #ea8c34;		
}

.NavItemOff
{
	background-color: #616264;	
}

