/* CSS Document */


/******************************
* FONTS
******************************/




h1{
	font-family: georgia,times,serif;
	font-size: 24px;
	line-height: 15pt;
	font-weight: normal;
	text-align:centre;
	color: #4493A0;
	background-color : transparent;
        padding-left:40px;
	padding-right: 20px;
}

h2{
	font-family: georgia,times,serif;
	font-size: 14px;
	line-height: 16pt;
	font-weight: normal;
	text-align:centre;
	color: #4493A0;
	background-color : transparent;
 padding-left:30px;
	padding-right: 20px;
}



h3{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20pt;
	font-weight: normal;
	text-align:left;
	color: #272C2B;
	background-color : transparent;
	padding-left:40px;
	padding-right: 20px;
}

h4{
	font-family: georgia,times,serif;
	font-size: 14px;
	line-height: 16pt;
	font-weight: normal;
	text-align:centre;
	color: #272C2B;
	background-color : transparent;
}

h5{
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	line-height: 10pt;
	font-weight: normal;
	text-align:left;
	color: #272C2B;
	background-color : transparent;
	padding-left:40px;
	padding-right: 20px;
}

h6{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20pt;
	font-weight: normal;



}






/******************************
* THE BODYLINKS
******************************/
a:link{
	background-color:transparent;
	font-weight: normal;
	text-decoration: underline;
	color: #272C2B;
}
a:visited{
	color:#272C2B;
	background-color:transparent;
	font-weight: normal;
	text-decoration: underline;
}
a:active{
	color:#272C2B;
	background-color:transparent;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
color:#4493A0;
text-decoration: normal;
font-weight: normal;
}

