/* CSS Document */


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

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


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

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


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

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

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

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

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

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








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