a:link {
	text-decoration: none;
	color: #838181;
}

a:visited {
	text-decoration: none;
	color: #838181;
}

a:hover {
	text-decoration: none;
	color: #032591;
}

a:active {
	text-decoration: none;
	color: #032591;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.opacity50 {
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
	cursor:pointer;
}

.opacity100 {
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
	cursor:pointer;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.blue {
	color: #001f95;
	font-size: 14px;
	font-weight: bold;
}

.grey {
	color: #838181;
	font-size: 18px;
}

.grey12 {
	color: #838181;
	font-size: 12px;
}

.grey14 {
	color: #838181;
	font-size: 14px;
}

.greysm {
	color: #838181;
	font-size: x-small;
}

.huge {
	font-size: 22px;
}

.white {
	color: #FFFFFF;
}


