body {
	color: #003577;
	background-color: white;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;	
}

h1 {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11pt;	
	font-weight: bold;	
	display:inline;
}
h2 {
	color: #773F00;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11pt;	
	font-weight: bold;
	display:inline;
}
h3 {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11pt;	
	font-weight: bold;	
	display:inline;
}

h5 {
	color: #773F00;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	display:inline;
}

span {
	margin: 0px;
	padding: 0px;
	
}
span.heading {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}
span.little {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 7pt;	
	font-weight: normal;	
}
span.whiteheading {
	color: #FFFFFF;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;	
}
span.greenheading {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11pt;	
	font-weight: bold;	
}
span.greenregular {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: normal;	
}
span.greensmall {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 9pt;	
	font-weight: normal;	
}
span.brownheading {
	color: #773F00;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11pt;	
	font-weight: bold;	
}
span.brownsmall {
	color: #773F00;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 8pt;	
	font-weight: normal;	
}
span.bluesmall {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 8pt;	
	font-weight: normal;	
}
span.bold {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12pt;	
	font-weight: bold;
}
span.red {
	color: red;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: bold;
}
span.smallred {
	color: red;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;
	font-weight: normal;
}
span.regular {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: normal;
}

img {
	border-style: none;
}

p {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: normal;
}

li	{
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: normal;
}

li.green {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: normal;
}

li.brown {
	color: #773F00;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	font-weight: normal;
}
li.little {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

td.average {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: normal;
	text-overflow: ellipsis;
}
td.little {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: normal;
	text-overflow: ellipsis;
}

td.bold {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;
	text-overflow: ellipsis;
}
td.littlebold {
	color: #003577;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: x-small;	
	font-weight: bold;
	text-overflow: ellipsis;
}
td.boldalt {
	color: #617700;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: small;	
	font-weight: bold;
	text-overflow: ellipsis;
}

/* outer block styles */
.Header {
	width: 100%;
	height: 120px;
	font-size: x-small;
	z-index: 1;
}



.Content {
	float: left;
	width = 100%;	
	z-index: 1;	
}
.Menu {
	float: left;
	width: 155px;
	color: #555555;
	z-index: 1;
}

.Footer {
	left: 0px;
	width: 800px;
	height: 36px;
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: normal;
	text-align: center;
	background-image: url(/commercial/images/top_nav_bg.gif);
	z-index: 1;
}

/* inner Header styles */
.Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 288px;
	height: 75px;
	z-index: 1;
}

a.page:link {
	color: #003577;
	font-size: small;
	text-decoration: underline;  
}
a.page:visited {
	color: #750077;
	font-size: small;
	text-decoration: underline; 
}
a.page:hover {
	color: #617700;
	font-size: small;
	text-decoration: underline; 
}
a.FooterLinks:link {
	color: #003577;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;  
}
a.FooterLinks:visited {
	color: #003577;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none; 
}
a.FooterLinks:hover {
	color: #617700;
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline; 
}
a.ServiceLinks:link {
	color: #003577;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;  
}
a.ServiceLinks:visited {
	color: #003577;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
}
a.ServiceLinks:hover {
	color: #750077;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline; 
}
a.ServiceSubLinks:link {
	color: #617700;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}
a.ServiceSubLinks:visited {
	color: #617700;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
}
a.ServiceSubLinks:hover {
	color: #003577;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline; 
}
a.Reverse:link {
	color: #617700;
	font-size: small;
	font-weight: bold;
	text-decoration: none; 
}
a.Reverse:visited {
	color: #617700;
	font-size: small;
	font-weight: bold;
	text-decoration: none; 
}
a.Reverse:hover {
	color: #003577;
	font-size: small;
	font-weight: bold;
	text-decoration: underline; 
}

