body { 
	background-color: #f0f0f0; 
	font-family: Helvetica; 
	font-size: 12px; 
	color: #000000;
	background-image: url(bg3.png);
	 	
}

a:link { color: #222222; font-weight: bold; text-decoration: none;}
a:visited { color: #222222; font-weight: bold; text-decoration: none;}
a:active { color: #222222; font-weight: bold; text-decoration: none; }
a:hover { color: #cc0000; font-weight: bold; text-decoration: none;}

.standardtable {
	background-color: #ffffff; 
	border: 2px solid #000000;

}

.uppertable {
	background-color: #ffffff; 
	border: 2px solid #000000;

	background-image: url(nv.png); 
	background-repeat: no-repeat;
	background-position: left top;

}

.lowertable {
	background-color: #ffffff; 
	border: 2px solid #000000;

	background-image: url(nv2.png); 
	background-repeat: no-repeat;
	background-position: left top;

}

.linkbox {
	border: 2px solid #000000;
	font-family: Helvetica; 
	font-size: 14px; 
	color: #000000;

}

.imageborder {

	border: 3px solid #000000;

}

.fontsize {
	font-family: Helvetica; 
	font-size: 13px; 
	color: #222222;
}


.tableborder {
	border: 1px solid #000000;
	font-family: Helvetica; 
	font-size: 13px; 
	color: #222222;
}


.linkbox a:link { color: #000000; font-weight: bold; text-decoration: none;}
.linkbox a:visited { color: #000000; font-weight: bold; text-decoration: none;}
.linkbox a:active { color: #000000; font-weight: bold; text-decoration: none; }
.linkbox a:hover { color: #f1f1f1; font-weight: bold; text-decoration: none;}