BODY
{  color: black;
	background-color: #FFFAFA;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align : justify;
}

DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 {
	background-color: #FFFAFA;
	border: none;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}

H2 {
	background-color: #FFFAFA;
	border: none;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight : 100;
}

H3 {
	background-color: #FFFAFA;
	border: none;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal
}

TABLE {	
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color : Black;
}

A:Link {
	color: #454545;
	font-weight: normal;
	background-color : transparent;
}

A:Visited { 
	color: #666666;
	font-weight: normal;
	background-color : transparent;
}

A:Hover {
	 color: #FFFAF0;
	 background: #454545;
	 font-weight: normal;
}

A:Active {
	 color: #F4F4F4;
	 background: #888888;
	 font-weight: normal;
}

.menu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: #D8D8D8;
	width : 80px;
	padding-right : 5px;
	padding-left : 5px;
	vertical-align : text-top;
	}

.copyright {
	background-color: transparent;
	color: #909090;
	font-size : 9pt;
	text-align : right;
}

.right {
	float : right;
}

.box {
	border : medium solid Maroon;
	padding : 10px 10px 10px 10px;
	text-align : justify;
}