h1{
	font-weight:bold;
	font-family:Verdana, Arial;
	font-size: 12px;
	color:	#000000;
}



h2{
        font-weight:bold;
        font-family:Verdana, Arial;
        font-size: 11px;
		color:  #000000;
}




table { <tr>,<td>
		width: 350;	
   		border-width: 0px;
		font-weight:normal;
        font-family:Verdana, Arial;
        font-size: 10px;
	 
}




body {
        font-weight:normal;
        font-family:Verdana,Arial;
        font-size: 10px;
		margin-left: 10px;
		margin-top: 10px
	

}


A  {
	font-size : x-small;
        font-family : Arial;
        color : Black;
        font-style : normal;
        font-size: 9px;
        font-weight : bold;
        text-decoration : none;
}

A:Visited  {
        font-size : x-small;
        font-family : Verdana, Arial;
        color : Black;
        font-style : normal;
        font-size: 9px;
	font-weight : bold;
        text-decoration : none;
}

A:Active  {
        font-size : x-small;
        font-family : Verdana, Arial;
        color : Black;
        font-style : normal;
        font-size : 9px;
	font-weight : bold;
        text-decoration : none;
}

A:Hover  {
        font-size : x-small;
        font-family : Verdana, Arial;
        color: #FF4D00;
        font-style : normal;
        font-size: 9px;  
        font-weight : bold;
        text-decoration : none;
}

hr  {
		line-height: 0,5px;
		border-style:dotted;
		border-color: #000000;
		width: 600px;
		margin-top: 10px;
		margin-bottom: 10px;
}
