body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F7EAD;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F7EAD;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #17354E;
	text-decoration: none;
}
.Graytext {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #8B8C8E; 
}
.Graytext a:link, .Graytext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F7EAD;
	text-decoration: none;
}

.Graytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17354E;
	text-decoration: none;
}

.small-txt {
	font:normal 12px Arial, Helvetica, sans-serif;
}
.small-txt a:link, .small-txt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F7EAD;
	text-decoration: none;
}

.small-txt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17354E;
	text-decoration: none;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height: 20px;
}
.details a:link {
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
} 
.details a:visited {
	font-size: 14px;
	color: #006699;
	text-decoration: underline;
}
.details a:hover {
	font-size: 14px;
	color: #4F7EAD;
	text-decoration: none;
}
.details a:active {
	font-size: 14px;
	color: #4F7EAD;
	text-decoration: none;
}


.line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	height: 11px;
}

input, textarea, select, radio, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.hilight {color: #990000}
.hilight-b {	color: #990000;
	font-weight: bold;
}
.white-txt {
	color: #FFFFFF;
	font-weight: bold;
}