@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 18px;
	color: RED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 16px;
	color: #999999;
}
.centre {
width: 765px;
margin-right: auto;
margin-left: auto;
position: relative;
}
.menuLitDark
{
	color: #000000;
}
.menuLitLight
{
	color: #FFFFFF;
}
.readmore
{
	text-align: right;
}
a:hover
{
text-decoration:underline;
color: #FF0000;
}
a
{
text-decoration:none;
line-height: 15px;
}
.selectedLayer
{
	position:absolute;
	background-color: #ffffff;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	overflow: hidden;
	visibility: visible;
	cursor:pointer; 	
}
