/* CSS Document */

A:link {

color:#999999;
} 
 
 A:visited {
color:#999999;
 }
 
 A:active {

 }
 
 A:hover {
 color: #C17929;
 }
 
 
.h1 {
	color: #c17929;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 17px;
}

h2 {
	font-size: 2px;
}

.h2 {
	font-size: 2px;
}


.body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 17px;
	text-align:justify;
	

}
.style5 {font-family: "Times New Roman", Times, serif}
.header {
	margin-left: 5px;
	margin-right: 17px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #C17929;
}

h1 {
	color: #c17929;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 17px;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #636466;

}

#main{
	position:relative;

	margin-top:5px;	
	width:520px;
	height:350px;
	max-height:350px;
	max-width:520px;
	overflow-y:auto;
	overflow-x:hidden;

	
	}
