@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
*{ 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
body{
	background:url(img/body.jpg) repeat;
}
th, td, p{
	font-size: 9pt;
	font-weight: 100;
	color: #555555;
	text-align: justify;
}
strong{
 color: #990000;
}
a{
	text-decoration: none;
	color: #003D7A;	
}
a:hover{
	color: #006699;
	text-decoration:underline;

}
h1{
	color: #333333;
	font-size: 13pt;
	text-align: left;
}
h2{
	font-size: 10pt;
	color: #A00000;
	font-weight: bold;
	text-align:left;
}
h3{
	font-size: 10pt;
	color: #333333;
	font-weight: 100;
}
h6{
	margin: 0;
	padding: 0;
	padding-left: 40px;
	color: #666666;
	font-weight: 100;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(img/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}
blockquote p{
	margin-left: 15px;
	padding-right: 5px;
}

