body, p, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #81C0FB;
	text-decoration: none;
}

a:link {
	color: #81C0FB;
	text-decoration: none;
}

a:visited {
	color: #81C0FB;
	text-decoration: none;
}

a:active {
	color: #71BF44;
	text-decoration: none;
}

a:hover {
	color: #71BF44;
	text-decoration: none;
}

.textGold {
	color: #B4A06C;
	font-weight: bold;
}

.textBlue {
	color: #08376A;
	font-weight: bold;
}

.headerBrown {
	font-weight: bold;
	color: #8A7C59;
	font-size: 12px;
}

.italicBlue {
	color: #81C0FB;
	font-style: italic;
}

.textRed {
	color: #D15656;
}