/*[fmt]1A90-1A0B-3*/
a:active, a:focus, a:link, a:visited {
	/*[disabled]text-decoration:none;*/
	/*[disabled]color:#000000;*/
}

a:hover {
	/*[disabled]text-decoration:none;*/
	/*[disabled]color:#000000;*/
	/*[disabled]background-color:#D6D6D6;*/
}

.links a {
	font-size: 11px;
}

.links a:active, .links a:focus, .links a:link, .links a:visited {
	color: #487886;
	text-decoration: none;
}

.links a:hover {
	color: #487886;
	text-decoration: none;
}

/*joels css*/
a.footer:active, a.footer:focus, a.footer:link, a.footer:visited {
	color: #C0BEB2;
	text-decoration: none;
}

a.footer:hover {
	color: #808080;
	text-decoration: none;
}

/*General Styles Used Throughout*/
body {
	font-family: arial;
}

.big_heading {
	font-size: 22px;
	font-weight: bold;
	padding: 12px;
	line-height: 170%;
}

.blue_large {
	color: #006DB9;
	font-size: 18px;
	font-weight: bold;
}

.blue_regular, .blue_regular a {
	color: #006DB9;
	font-size: 14px;
	font-weight: bold;
}

.blue_small {
	color: #006DB9;
	font-size: 11px;
}

.regular_black_bold {
	font-size: 15px;
	font-weight: bold;
	color: #010101;
}

.regular_black {
	font-size: 15px;
	color: #010101;
}

.small_black {
	font-size: 13px;
	color: #010101;
}

.gray {
	color: #808080;
}

.small_gray {
	font-size: 11px;
	color: #949494;
}


