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

/****************

Blue - #20409a
Body Grey - #6d6e71
Heading Grey - #939598

*****************/

body {
	color:#6d6e71;
	font-family:Calibri;
}


h1.blue {
	color:#20409a;
	font-size:60px;
	line-height:0;
}

h2.blue {
	color:#20409a;
	line-height:0;
}

h3.blue {
	color:#20409a;
	line-height:0;
	padding-top:20px;
}

h1.grey{color:#939598;}
h2.grey{
	color:#939598;
	text-align:right;
}
h3.grey{
	color:#939598;
}

h4.grey{
	color:#939598;
}

p.blueBlock{
	color:white;
	font-size:25px;
	line-height:150%;
}

.greyLine{
	height:1px;
	width:83%;
	text-align:right;
	background-color:#d1d2d4;
}

.greyLineLong{
	height:1px;
	width:100%;
	text-align:right;
	background-color:#d1d2d4;
}

/***MENU TOP**/

.topMenu a {
	color:grey;
	text-decoration:none;
}

.topMenu a:hover{
	color:#20409a;
	text-decoration:none;
}


.currentpage a{
	color:#20409a;
	font-weight:bold;
	text-decoration:none;
}

/***MENU BOTTOM**/


.bottomMenu a {
	color:grey;
	text-decoration:none;
	margin:0;
	line-height:0;
}

.bottomMenu a:hover{
	color:#20409a;
	text-decoration:none;
	margin:0;
	line-height:0;
}


.currentpageBottom a{
	color:#20409a;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	line-height:0;
}


/*****************/


.blue{
	color:#20409a;	
}


.otherLinks a
{
	color:#20409a;
	text-decoration:none;
}

.otherLinks a:hover
{
	color:#6d6e71;
	text-decoration:none;
}