/* CSS Document */

.logo_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #3333CC;
	text-decoration: none;
}

.logo_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
}

.heading_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0033CC;
	text-decoration: none;
	padding:0px 0px 0px 5px;
}

.heading_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-decoration: none;
}

.sub_heading {
	font-family: Arial;
	font-size: 11px;
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	padding:0px 0px 0px 5px;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4040404;
	text-decoration: none;
}

.main_box {
border:solid 1px #EBECE6;
border-collapse:collapse;
background-color: #CCCCCC;
}

.body_text{
font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.footer{

background-color: #33CCFF;
font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	
}

.grey_bold{
font-family: Arial;
	font-size: 11px;
	color: #272727;
		font-weight: bold;
	text-decoration: none;
}

.white_bold{
font-family: Arial;
	font-size: 11px;
	color: #ffffff;
		font-weight: bold;
	text-decoration: none;
}



a.navigation:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	
}
a.navigation:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.navigation:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

.navigation_blue {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0198CB;
}
