body {
	background-image: url(/images/layout/bgColor.jpg);
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a {
	color: #BC0F0F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p,td,th,input,select,textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.small {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}

.blkLink {
	color: #000000;
	text-decoration: underline;
}

.highlight {
 border-top: 1px dotted #000000; 
 border-bottom: 1px dotted #000000; 
 background-color: #D5DDE0; 
 margin-right: 5px;
}

.frmField {
	border: 1px solid #1B769C;
	background-color: #E0DED5;
	color: #000000;
}

.1pUndrln {
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 1px;
}	