/* CSS Document */

h3{
font-family: "Arial",; color: #595999;
font-weight: bold;
text-decoration:none;

} 


p{
font-family: "Arial"; color:#000000;
font-weight: normal;
line-height: 1.3em;
Margin: 5px 5px 5px 0;

}
h1{
font-family: "Arial"; color:#000000;
font-size: 14px;
font-weight: normal;
line-height: 1.3em;
margin-top: 2px;
margin-left: 2px;
margin-right: 0px;
margin-bottom: 0px;
/*Margin: 0px 0x 0px 0;*/
}

h5{

font-family: "Arial"; color:#595999;
font-weight: normal;
font-size: 14px;
margin: 5px 5px 5px 5px;
}

h4{

font-family: "Arial";
font-weight: bold;
font-size: 16px;
margin-top: 10px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 10px;

}


h2{
font-family: "Arial",; color: #000;
font-weight: bold;

}

h6{
font-size: 14px;
line-height: 20px;
font-family: "Arial",; color:#FF0000;
font-weight: bold;
/*background-color:#fff;*/
text-align:center;
border-bottom: 1px solid #E2E2CD;
border-top: 1px solid #E2E2CD;
}


:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color:  #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h7 {
	font-family:Arial;
	font-size: 12px;
	color: #666666;
	clip: rect(5px,5px,5px,auto);
}

