@charset "utf-8";
.fonts {
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #405C7D;
}
.fontsgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.fontsorangenormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.fontsorange {
	font-family: Verdana;
	font-size: 18px;
	color: #ff7d00;
}
.fontsgrey_big {
	font-family: Verdana;
	font-size: 18px;
	color: #666666;
}
.fontsbigblue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color:#405C7D;
}
.fontsorange16 {
	font-family: Verdana;
	font-size: 16px;
	color: #ff7d00;
}
.fontsorangebold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff7d00;
}
.fontssmallgrey {
	font-family: Verdana;
	text-decoration: inherit;
	font-size: 9px;
	color: #999999;
}

a.blue:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #2867a1;
}
a.blue:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #2867a1;
}
a.blue:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:#3399FF;
}
a.blue:active {
	font-family: Arial;
	text-decoration: none;
}
a.small:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #2867a1;
}
a.small:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #2867a1;
}
a.small:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}
a.small:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #2867a1;
}
a.white:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.white:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.white:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
a.white:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
}

.contentPage{
	font-family: Arial;

}

a.footerlink:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#999;
}
a.footerlink:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#999;
}
a.footerlink:hover {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#CCC;
}
a.footerlink:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#999;
