/* LINKS */
a.mainMenuLinks:link{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

a.mainMenuLinks:visited{
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

a.mainMenuLinks:hover{
	color:#BDC0D4;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

a.mainMenuLinks:active{
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.mainMenuLinksDummy{
	color:#BDC0D4;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

a.subMenuLinks:link{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}

a.subMenuLinks:visited{
	color: #FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}

a.subMenuLinks:hover{
	color:#BDC0D4;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}

a.subMenuLinks:active{
	color: #FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.subMenuLinks{
	color:#BDC0D4;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.subMenuLinksDummy{
	color:#BDC0D4;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}

a.generalLinks:link{
	color:#1E357E;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

a.generalLinks:visited{
	color: #1E357E;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

a.generalLinks:hover{
	color:#2649B8;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

a.generalLinks:active{
	color: #1E357E;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

.generalLinksDummy{
	color:#2649B8;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

a.bigLinks:link{
	color:#1E357E;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

a.bigLinks:visited{
	color: #1E357E;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

a.bigLinks:hover{
	color:#2649B8;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

a.bigLinks:active{
	color: #1E357E;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

.bigLinksDummy{
	color:#2649B8;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

a.signature:link{
	color:#FFF;
	font-size:10px;
	text-decoration: none;
}

a.signature:visited{
	color: #FFF;
	font-size:10px;
	text-decoration: none;
}

a.signature:hover{
	color:#FFF;
	font-size:10px;
	text-decoration: underline;
}

a.signature:active{
	color: #FFF;
	font-size:10px;
	text-decoration: none;
}

.signatureDummy{
	color:#FFF;
	font-size:10px;
	text-decoration: none;
}
/* END LINKS */

.bigBlueTitle {
	font-size:18px;
	color:#1E357E;
}
.smallBlueTitle {
	font-size:11px;
	font-weight:bold;
	color:#596599;
}
.thinBlueHR {
	border: 0;
	color: #EEEFF4;
	background-color: #EEEFF4;
	height: 1px;
	width: 100%;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-bottom:5px;
}
a.copyright:hover {
	text-decoration:underline;
}
.homeServiceBoxes {
	font-size: 11px;
	/*color:#666666;*/
	line-height:12px;
}
.errorText {
	color:#F00;
	font-weight:bold;
}
