@charset "utf-8";
/* CSS Document */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #1C3A68;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1D3965;
	padding: 0px;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B10505;
}
a {
	color: #B10505;
	text-decoration: underline;
}
a:hover {
	color: #36537D;
	text-decoration: underline;
}
.afaq {
	color: #36537D;
	text-decoration: none;
	font-weight: bold;
	cursor: help;
}
.afaq:hover {
	color: #B10505;
	text-decoration: none;
}

.ahead {
	color: #36537D;
	text-decoration: none;
	font-weight: bold;

}
.ahead:hover {
	color: #B10505;
	text-decoration: none;
}
ul {
	padding: 10px;
	list-style-position: outside;
}

