body,p,td,input,textarea {
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #505ea4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Medium {
	font-size: 14px;
}

.Large {
	font-size: 16px;
}

.X-Large {
	font-size: 18px;
}

.XX-Large {
	font-size: 20px;
}

.Small {
	font-size: 9px;
}

.Blue {
	color: #505ea4;
}

.Teal {
	color: #297896;
}

.Red {
	color: #aa3b27;
}

.Header {
	color: #297896;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}

.Header-Small {
	color: #246882;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
}

.White {
	color: #ffffff;
}

