@charset "utf-8";
.fonts {
}

a:link {text-decoration: none;color: #FFFFFF;}
a:active {color: #FFFFFF;text-decoration: none;}
a:visited {color: #FFFFFF;text-decoration: none;}


.footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.content {
	font-family: Arial;
	font-size: 11px;
	color: #6d6d6e;
}

.contentBig {
	font-family: Arial;
	font-size: 12px;
	color: #6d6d6e;
}

.contentItalic {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #6d6d6e;
}

.contentRed {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
}

.bottom {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.header {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #00549f;
}

ul.noIndent {
	margin-left: .5em;
	padding-left: .5em;
}