@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
}
td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #666666;
}

.tdwhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.style2 {color: #efefef}

h1 {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #999999;
	font-weight: bold;
}

.pageHeading {
	font-family: "Times New Roman";
	font-size: 23px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
}

a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}

a.hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.rowHeader {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;  
	background-color: #ffffff;
	background-image: url(images/tblheader.jpg);
	height: 31px;
	font-weight: bold;
	border-left: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD; 
}

.rowa { 
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000; 
	background-color: #ffffff; 
	border-left: 1px solid #bee3ff; 
	border-right: 1px solid #bee3ff; 
	border-top-width: 1px; 
	border-bottom: 1px solid #bee3ff; 
	border-top: 1px solid #bee3ff;
}

.rowb {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;  
	background-color: #e2e2e2;
	border-left: 1px solid #bee3ff; 
	border-right: 1px solid #bee3ff; 
	border-top-width: 1px; 
	border-bottom: 1px solid #bee3ff; 
	border-top: 1px solid #bee3ff;
}
