body {  
background: #333333;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
text-indent: 0;
 }
 
 a.one:Link {color:#333333;text-decoration:none;}
 a.one:Visited {color:#333333;text-decoration:none;}
 a.one:Hover {color:#FFFFFF;text-decoration:underline;}
 
 a.two:Link {color:#0098B0;text-decoration:underline;}
 a.two:Visited {color:#0098B0;text-decoration:underline;}
 a.two:Hover {color:#F3AB01;text-decoration:underline;}
 
 a.three:Link {color:#333333;text-decoration:none;}
 a.three:Visited {color:#333333;text-decoration:none;}
 a.three:Hover {color:#0098B0;text-decoration:underline;}
 
p {text-align:justify; font:10pt "Arial"; color: #333333;}

h4 {
font-family: "Arial";
color: #333333;
font-size: 100%;
font-weight: bold;
}

h2 { font-family: "Arial";
color: #FF0000;
}
 
.text { font: 8pt "Verdana";
color: #333333;
}

.text2 { font: 10pt "Arial";
color: #333333;
}
 
.text3 { font: 10pt "Arial";
color: #333333;
text-align: justify;
}

.text4 { font: 8pt "Verdana";
color: #0098B0;
}

hr {
margin-left: 0;
margin-right:auto;
border-top: 0px solid #CCCCCC;
height: 1px;
width: 98%;
color: #CCCCCC;
text-align: center;
}

.table1 {
border-style: solid;
border-color: #333333;
border-width: 1px 0 1px 0;
}
 
ul li {   
color: #333333;
font-family: arial;
font-size: 10pt;
text-indent: 1px;
text-align: justify;
}

input {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:2px;
}

}
.submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
.submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}