h1,h2,h3,h4,h5,h6{
	visibility:visible !important;
	font-family: Tahoma !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
	color: #111111 !important;
    margin: 5px 0px 5px 0px !important;

}

a{
	color: #002BB8; /*#4D91BB;*/
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

h1{font-size:24px !important;}
h2{font-size:22px !important;}
h3{font-size:20px !important;}
h4{font-size:18px !important;}
h5{font-size:16px !important;}
h6{font-size:14px !important;}
BODY{
	font-family: Tahoma;
	font-size: 12px;
	color: #505050;
}

SELECT{
	/*font-size:11px;
	font-family:Tahoma;*/
    margin-top: 0px;
}

p img{
	float: none !important;
	margin: 0px !important;
}

ul{
	list-style-type: square;
}

thead th, th{
	background: #CFCFCF;
	color: black;
}

table{
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}
table td{
} 

