body  {	
    background-color:#002c0d;
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration:none;
	color : black;
}

h1  {
	font-size : 20pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

h2  {
	font-size : 18pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

h5  {
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

h6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

p {
	font-size : 11pt;
  font-family: Verdana, sans-serif ;
	font-weight : bold;
	font-style : normal;
	color : #303030;
}

a:link, a:visited, a:active   {
  text-decoration:none;
  font-size : 12pt;
  font-family: Arial, Verdana, sans-serif ;
	font-weight : bold;
	font-style : normal;
	color : black;
}

a:hover  {
  text-decoration:underline;
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
  color : blue;
}

#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px 0px 0px 335px;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 5px;
	width : 40px;
	text-align : center;
	background-color : #000;
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 14px;
	z-index	: 1;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}