 BODY {
	font-family : "Open Sans", Helvetica, Arial, sans-serif;
	font-size : 12pt;
	color : #003366;
}
 TD {
	font-size : small;
	padding-left : 5px;
	padding-right : 5px;
}

A {
	color: Navy;
	text-decoration: none;
}

A:Hover {
	color: Silver;
}

A:Visited {
	color : Silver;
}

H1{
	text-transform: uppercase
	color: blue;
	padding: 4px;
	width: 100%;
	font-size : 32pt;
	text-align : center;
	counter-reset: h2counter;
}

H1.site-title {
	font-size : 64pt;

}

H2{
	font-size: 28px;
	color: black;
	background-color: White;
	width: 100%;
	content: counter(h2counter) ".\0000a0\0000a0";
	counter-increment: h2counter;
	counter-reset: h3counter;

}

H3{
	font-size: 16px;
	color: black;
	background-color: White;
	width: 100%;
	content: counter(h2counter) ".\0000a0\0000a0";
	counter-increment: h2counter;
	counter-reset: h3counter;

	padding-left: 22px ;

}

H4 {
	font-size: 14px;
	color: black;
	background-color: White;
	padding-left: 40px ;

	width: 100%;
	content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
	counter-increment: h3counter;
}

.linkborder{
	background-color : #0066ff;
}

.main{
	background-color : #6633ff;
}

.copyright{
	float: right;
	clear: both;
	text-align: right;
	font-size: 12pt;
}

.section1
{
	
}
	
.right
{
	float:right
}

