@charset "utf-8";
/* CSS Document */

/* -------------------------------- Default Hyperlinks --------------------------------- */
a:link, a:visited, a:active {
	color: #61676E;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* -------------------------------- Header --------------------------------- */
.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text a:link, .text a:visited, .text a:active {
	color: #000000;
	text-decoration: underline;
}
.text a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* -------------------------------- Header --------------------------------- */
.textCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #cccccc;
}

.textColLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
/* -------------------------------- Header --------------------------------- */
.fields { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EFEFEF ;
	background-image: url(../images/bgField.jpg);
	background-repeat: repeat;
}
#lstNme {
	display: none;
}


