html {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
	font: 80% Tahoma, Arial, Helvetica, sans-serif;			
	color: #2F2E76;
	cursor: default;
}

a {
	color: #2f2e76;
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #cccccc;
}
p {
	text-align: justify;
}
p.date {
	color: #f6b309;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}
h1 {
	font-size: 210%;
}
h2 {
	font-size: 140%;
}
.re {
	color: #F6B309;
}
#banner {
	padding: 10px 0px 10px 0px;
	background: url(/page_images/dot.gif) bottom repeat-x;
}
#banner #logoLink h1 {
	margin: 0px;
}
#banner #logoLink a {
	display: block;
	height: 115px;
	width: 248px;
	background: url(/page_images/logo.gif) no-repeat;
	text-indent: -9000px;
}
#banner #logoLink a span {
	display: none;
}
#footer {
	padding: 10px 0px 10px 0px;
}
.divide {
	clear: right;
	height: 1px;
	background: url(/page_images/dot.gif) bottom repeat-x;
}
#header, #yellow, #menu, #map, #toolBar, #dsr, #paging, #accessibility {
	display: none;
}
.hide {
	display: none;
}


