/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
}
/*form elements */
.forma { 
 font-size: 10px; 
 background-color: #FFFfff; 
 border: 1px solid #8080FF; 
}

select{ 
 font-size: 10px;
 border-color:#5a7302; 
 background-color: #FFFfff; 
 border: 1px solid #8080FF; 
}

em.form
{
font-size:9px;
}

div.top 
{
height:118px;
width:800px;
border-spacing:0;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
padding: 0;
border-spacing:0;
}

div.bottom 
{
height:348px;
width:750px;
padding-top:30;
margin-top:0;
margin-bottom:0;
border-spacing:0;
padding: 0;
}

div.menu
{
height:65px;
margin-top:0;
margin-bottom:0;
padding: 0;
border-spacing:0;
}

div.scroll 
{
	position:relative;
	top:12;
	left:25;
	height: 272px;
	width: 660px;
	overflow: auto;
	margin-top:0;
	padding-right:20;
	padding-top:0;
	max-height:272px;
	max-width:660px;	
}

div.TopLinks
{
	width: 700px;
	height: 15px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

a.TopLinks:link 
{
	color: #E2E2E2;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
a.TopLinks:visited
{
	color: #E2E2E2;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;	
}
a.TopLinks:hover 
{
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

