/* CSS Document */
/*
<style type="text/css">

a:link {
	text-decoration: none;
	color: #1F79D2;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #FFFFFF}
.style2 {color: #000000}

.c {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	}
.c1 {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight:
}
.c2 {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}
.c3 {
	font-family: verdana;
	font-size: 11px;
	color: #1F79D2;
}
.TABLE_BDR{
	
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 12px;
	color: #393939;  
	font-weight: 400; 
	border: 1px solid #999999;
}
</style>
*/