/* Default CSS Document */
a{
	text-decoration:none;
	color: #0066aa;
	}
a:hover{
	color: #770000;
	text-decoration:none;
	}

h3{
	color:#0066CC;
	font-size:24px;
	}
h4{
	color:#2E2E2E;
	font-size:20px;
	font-family:'Corbel';
	}
h5{
	
	color: #860000;
	font-size:14px;
	font-weight:bold;
	}
h6{
	
	color:#024792;
	font-size:12px;
	font-weight:bold;
	}	
p{
	background:#fff;
	font-size:12px;
	margin:0;
	padding:5px 0px;
	text-align:justify;
	line-height:18px;
	float:left;
	}
strong{color:#222;}
p.normal{
	color:#444;
	background:none;
	font-size:12px;
	margin:0;
	text-align:justify;
	}
.green{
	color:#009900;
	}
.clear{
	clear:both;
	visibility:hidden;
	}
h2, .heading{
	font-family:'Corbel';
	font-weight:bold;
	font-size:24px;
	line-height:45px;
	color:#000;
	}
.slogan{
	font-size:13px;
	font-weight:bold;
	padding: 5px 0px;
	width:100%;
	}
.corbelheading{
	font-family:'Corbel';
	font-weight:bold;
	font-size:20px;
	color:#444;
	}