@CHARSET "UTF-8";

A:link { 
	color: #000000;
	text-decoration: none; 
	font-style: normal;
	font-weight:bold;
}

A:visited { 
	color: #000000; 
	text-decoration: none;  
	font-style: normal; 
	font-weight:bold;
}

A:active {
	color: #333333; 
	text-decoration: none;
}

A:hover { 
	color: #333333; 
	text-decoration: none;
}
	
body{
	font-size:9pt;
	font-family:Helvetica,Arial,sans-serif ;
	color: #000000;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	
	line-height:140%;
}

img{
	border:1px solid black;	
}
/*
div{
	border:solid 1px black;
}*/

h1{
	margin-bottom: 1.8em;
}

h2{
	line-height:120%;
}