/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#5c6061;
}

h1{
	font-size: 10pt;
	color: #32BE00;

}

h2{
	font-size: 10pt;
	color: #403e40;
}

a:link {
	color: #2BBA00;
	text-decoration: none;

}

a:visited {
	color: #2BBA00;
	text-decoration: none;

}

a:hover {
	color: #333333;
	text-decoration: none;



}

table.mainBoder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;


}


table.headerBoder{
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-top-color: #2BBA00;
	border-bottom-color: #2BBA00;


}


td.rightBar {
	border-right-width: 1px;
	border-right-style: dashed;
	border-left-width: 1px;
	border-left-style: dashed;
	border-right-color: #666666;
	border-left-color: #666666;



}



td.bodyText {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;



}
/***************** Links *******************/


td.link {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33B805;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;




}

