@charset "utf-8";
/* CSS Document */


.fontblue {
	color: #000099;
}
a.bluelink{
	color: #000099;
	text-decoration: none;
}
a.bluelink:hover{
	color: #000099;
	text-decoration: underline;
}
.fontblue14 {
	color: #000099;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.fontblue16 {
	color: #000099;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fontblue20 {
	color: #000099;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fontorange {
	color: #cc6600;
}

.fontorange20 {
	color: #cc6600;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fontorange12 {
	color: #cc6600;
	font-size: 12px;
}

.fontgrey10 {
	color: #787878;
	font-size: 10px;
}

.fontwhite10 {
	color: #FFFFFF;
	font-size: 10px;
}

.fontwhite11 {
	color: #FFFFFF;
	font-size: 11px;
}
a.fontwhite11 {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.fontwhite11:hover {
	color: #FFCC00;
	font-size: 11px;
	text-decoration: none;
}