/* CSS Document */

BODY     {
    background-image: url("images/bg.gif");
  	background-position: 0% 0%;
 	background-repeat: repeat-x;
  	background-color: #f1f1f1 ;
    margin-top: 0%;
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: #f1f1f1;
            }
			
h1 { 
	font: 500  11px georgia, times new roman, serif;
	letter-spacing: 0px; 
	line-height: 9pt;
	padding-top: 20px; 
	margin-bottom: -4px;
	margin-left: 6px;
	margin-right: 8px; 
	color: #000000;
	}
	
h2 { 
	font: 400 10px verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 8pt; 
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 10px; 
	color: #000000;
	}
	
h3 { 
	font: 11px verdana, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	line-height: 8pt; 
	margin-bottom: 2px;
	margin-left: 60px;
	margin-right: 0px; 
	color: #000000;
	}
	
h4 { 
	font: 500 13px georgia, times new roman, serif;
	letter-spacing: 0px; 
	line-height: 14pt;
	padding-top: 0px; 
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px; 
	color: #b80000;
	}
	
h5 { 
	font: 500 11px georgia, times new roman, serif;
	letter-spacing: 0px; 
	line-height: 10pt;
	padding-top: 0px; 
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px; 
	color: #b80000;
	}
	
h6 { 
	font: 500 14px verdana, arial;
	letter-spacing: 0px; 
	line-height: 10pt;
	padding-top: 0px; 
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px; 
	color: #b80000;
	}
	
div .h7 { 
	font: 600 18px georgia, times new roman, serif;
	letter-spacing: 0px;
	line-height: 14pt; 
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 60px; 
	color: #000000;
	}
	
div .h8 { 
	font: 600 14px georgia, times new roman, serif;
	letter-spacing: 0px;
	line-height: 14pt; 
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 60px; 
	color: #000000;
	}
	
div .h9 { 
	font: 400 11px georgia, times new roman, serif;
	letter-spacing: 0px;
	line-height: 12pt; 
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 60px; 
	color: #000000;
	}
	
div .h10 { 
	font: 400 14px georgia, times new roman, serif;
	letter-spacing: 0px;
	line-height: 14pt; 
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 60px; 
	color: #000000;
	}	
	
div .h11 { 
	font: 600 18px georgia, times new roman, serif;
	letter-spacing: 0px;
	line-height: 14pt; 
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 60px; 
	color: #000000;
	}
	
div .h12 { 
	font: 300 10px verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 15pt;
	width: 70em; 
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto; 
	color: #9c9c9c;
	}	
		
p { 
	font: 11px verdana, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	line-height: 12pt; 
	margin-bottom: 2px;
	margin-left: 60px;
	margin-right: 50px; 
	color: #000000;
	}
	
p2 { 
	font: 500 11px verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 8pt; 
	margin-bottom: 2px;
	margin-left: 60px;
	margin-right: 50px; 
	color: #b80000;
	}
	
p3 { 
	font: 500 10px verdana, sans-serif;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 9pt; 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 50px; 
	color: gray;
	}

p4 { 
	font: 11px verdana, sans-serif;
	letter-spacing: 0px;
	padding: 1em 2em;
	line-height: 8pt; 
	margin-bottom: 2px;
	margin-left: 60px;
	margin-right: 50px; 
	color: #000000;
	}	
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4298db;
	
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4298db;
	}
	
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none;
	color: #51b3ff;
	}
	
hr {
    height:1px;
    width:520px;
    color: #a1a1a1;
	background-color: #a1a1a1;
    margin-left: 30px; 
   }

