<style>
.dummy{}

body{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: normal;
}

td{
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: normal;
}

hr{
	height: 1px;
}

a:link{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:visited{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

.header{
	background: #EEEEEE;
}

.footer{
	background: #EEEEEE;
}

.divMain{
	background: #E6DFCF;
}

.navLocation{
	background: #E6DFCF;
}

.navLocal{
	background: #F3F2EB;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-indent: 5px;
}
.toolbar-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F798A;
	background-color: #F9F9F9;
	height: 16px;
	width: 125px;
	border: 1px solid #ADB4C1;
	line-height: 12px;
}

A.navLocal:link{
	color: #A68C53;
	text-decoration: none;
}
A.navLocal:visited{
	color: #A68C53;
	text-decoration: none;
}
A.navLocal:hover{
	text-decoration: underline;
}

A.navLocalSel:link{
	color: #B82619;
	text-decoration: none;
}
A.navLocalSel:visited{
	color: #B82619;
	text-decoration: none;
}
A.navLocalSel:hover{
	color: #B82619;
	text-decoration: underline;
}

.navLocalHead{
	color: #000000;
	background: #F3F2EB;
	text-decoration: none;
	text-indent: 5px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.navLocalHead:link{
	color: #000000;
	text-decoration: none;
}

A.navLocalHead:visited{
	color: #000000;
	text-decoration: none;
}

A.navLocalHead:hover{
	color: #000000;
	text-decoration: underline;
}

table.listBorder{
	background: #AAAAAA;
}

tr.listHead{
	background: #E6DFCF;
	font-weight: bold;
}

tr.listBG{
	background: #FFFFFF;
}

tr.listBG2{
	background: #EEEEEE;
}

table.frameBorder{
	background: #AAAAAA;
}

ul.error{
	color: #CC0000;
}
	
</style>