/* CSS Document */

body {
	background-image: url(images/subpg_bgtop.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #999999;
	text-align: justify;
}
.txtfield {
	border: 1px solid #cccccc;
	height: 20px;
	width: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.txtbox {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	width: auto;
}	

a {
	text-decoration: none;
	color: #D86714;
}
a:hover {
color: #D86714;
	text-decoration: underline;
}
.heading{
	font-size: 13px;
	font-weight: bold;
	color: #0061B2;
	margin-bottom:10px; 
}
.bold {
    font-size: 10px;  
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
}
.contact {
	font-family: Verdana;
	color: #9A3639;
}
tr.ruled{
			background:#f2f2f2;
		}    
		#mytable tr.ruled{
			background:#333;
			color:#ccc;
		}