/* CSS Document */


/******************************
* GENERAL
******************************/

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Georgia,Arial,"Times New Roman", Times,  serif;
	font-size: 10px;
	background-color: E6E6E6;
}


/******************************
* FONTS
******************************/

h1,h2,h3{
font-family: verdana,helvetica,sans-serif;
}


h1{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	line-height: 4pt;
	font-weight: normal;
	text-align:left;
	color: #272C2B;
	background-color : transparent;
	padding-left:8px;
}

h2{
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #272C2B;
	background-color : transparent;
	line-height:16pt;
	padding-left:20px;
	padding-top: 50px;
}

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:20px;
	padding-right: 10px;
}

h4{
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	line-height: 16pt;
	font-weight: normal;
	text-align:centre;
	color: #272C2B;
	background-color : transparent;
}

h5{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	font-weight: normal;
	text-align:left;
	color: #272C2B;
	background-color : transparent;
	padding-left:0px;
	padding-right: 0px;
}

h6{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 10pt;
	font-weight: normal;
	text-align:centre;
	color: #272C2B;
	background-color : transparent;
	padding-left: 25px;
}






/******************************
* THE BODYLINKS
******************************/
a:link{
	background-color:transparent;
	font-weight: normal;
	text-decoration: none;
	color: #272C2B;
}
a:visited{
	color:#272C2B;
	background-color:transparent;
	font-weight: normal;
	text-decoration: none;
}
a:active{
	color:#007BBA;
	background-color:transparent;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
color:#007BBA;
text-decoration: underline;
font-weight: normal;
}
