BODY {
	margin : 0px;
	margin-bottom: 40px;
	font-family :  Arial, Helvetica, sans-serif;
	color : #000;
	background : #CBCBCB url(images/04bgrwhite.gif) repeat-x;
}

.textBody {
	text-align : justify;
	font-size : 9pt;
	padding-left : 65px;
	padding-top : 17px;
	width : 700px;
	padding-bottom : 20px;
}

.text {
	text-align : justify;
	font-size : 9pt;
}


H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-top : 10px;
	font-size : 16pt;
	text-align : left;
	margin-bottom: 0;
	color: #F32500;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-top : 10px;
	font-size : 10pt;
	text-align : left;
	margin-bottom: 0;
	color: #F32500;
}

OL {
	margin-left : 25px;
	margin-bottom : 0px;
	margin-top : 0px;
}
UL {
	margin-left : 20px;
	margin-bottom : 0px;
	margin-top : 0px;
	list-style-type : square;
}

A{
	color: #F32500;
	text-decoration: none;
}
A:hover{
	color : #33A2F1 !important;
}
A:visited {
	color : #3BADE2;
}
