@charset "ISO-8859-1";
#Content {
	font-weight: normal;
	text-align: left;
	color: #15345D;
	font-size: 13px;
}
.highlighted {
	background: #FF0;
}
#Content H3 {
	font-size: 16px;
	margin-top: 8px;
}
#Content h4 {
	text-decoration: underline;
}
#Content .underlined {
	text-decoration: underline;
}
#Content .bold {
	font-weight: bold;
}
#Content .bolditalic{
	font-weight: bold;
	font-style: italic;
}
#Content .italic{
	font-style: italic;
	font-weight: normal;
}
.doubleColumn {
	font-weight: bold;
	color: #15345D;
	font-size: 14px;
	width: 100%;
}
.doubleColumn th {
	width: 165px;
	text-align: left;
}
.doubleColumn td {
	font-size: 13px;
	color: #15345D;
}
#Content .doubleColumn tr:hover {
	background: #E4F0FF;
}
.doubleColumn ul {
	font-weight: normal;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 4px;
	color: #15345D;
}
.doubleColumn ul li {
	margin-bottom: 4px;
}
.doubleColumn ul ul {
	margin-left: 12px;
}
#Content p a {
	color: #15345D;
}
