h1,h2,h3 {
	color : #555555;
	font-family : Arial, Helvetica, sans-serif;
}
h1{
	color : #ff7d30;
	font-size : 36px;
	line-height : 50px;
}
h2{
	font-size : 18px;	
}
h3{
	font-size : 13px;	
	line-height : 5px;
}
p,td,tr,th {
	font-family : Arial,Helvetia,sans-serif;
} 
th{
	font-size : 12px;
	color : #eeeeee;
}
table {
	padding-left: 30px;
	padding-right: 30px;
	background-color : #ffffff;
}
li, p,td {
	font-size : 12px;
	color : #444444;
}
 p{
	text-align: justify;
}


a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font : normal;
}
a:link			 { color: #ff7d30; text-decoration: none }
a:visited	  {	color: #ff7d30; text-decoration: none}
a:active	{
	color : #66AAFF;
}
a:hover {
	background : #FF7D30;
	color : #3965B3;
}

.info {
	font-size : 11px;
}

