
body	{
	margin:0px;
	padding:0px;
	background-image:url(images/bg-site.jpg);
	background-repeat:repeat-x;
	background-color:#2C3594;
	display:none;
	}

div, td	{
	font-family:arial, sans-serif;
	font-size:12px;
	}	

p	{
	margin-top:0px;
	margin-bottom:15px;
	}
	
a	{
	text-decoration:none;
	font-weight:bold;
	}	

img 	{
	border:0px;
	}
	
#containerSite	{
	width:750px;
	text-align:left;	
	}
	
#buttons	{
	position:absolute;
	top:410px;
	margin-left:15px;
	}
	
#buttons div	{
	margin-bottom:5px;
	}	
		
		
#enter	{
	position:absolute;
	top:135px;
	margin-left:240px;
	}
			
div.window	{
	position:absolute;
	top:80px;
	margin-left:20px;
	width:450px;
	height:300px;
	overflow:auto;
	z-index:20;
	
	scrollbar-3dlight-color:#D1CBEB; 
	scrollbar-arrow-color:#000000; 
	scrollbar-base-color:#3A3D8B; 
	scrollbar-darkshadow-color:#D1CBEB; 
	scrollbar-face-color:#DDD8F0; 
	scrollbar-highlight-color:#DDD8F0; 
	scrollbar-shadow-color:#CAC4E2;
	}			
		
			
#footer		{
	width:750px;
	border-top:#ffffff solid 2px;
	padding-top:10px;
	overflow:hidden;
	color:#ffffff;
	font-size:11px;
	}	
	
#footerLeft	{
	float:left;
	margin-left:10px;
	width:365px;
	font-size:11px;
	}	
	
#footerRight	{
	float:left;
	text-align:right;
	width:365px;
	font-size:11px;
	}	
	
#footer	a	{	
	color:#ffffff;
	margin-right:10px;
	}	
	
	
table.form	{
	width:350px;
	}	
	
td.right	{
	text-align:right;
	}	

td.indent	{
	padding-left:11px;
	}	
	
input.text	{
	width:200px;
	border:#000000 solid 1px;
	}
	
input.textSmall	{
	width:40px;
	border:#000000 solid 1px;
	}	
	
input.button	{
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	border:#3A3D8B solid 1px;
	background-color:#D6D1EB;
	color:#151A8B;
	font-size:12px;
	font-weight:bold;
	}	
	
input.buttonLarge	{
	width:200px;
	padding-top:3px;
	padding-bottom:3px;
	border:#000000 solid 1px;
	background-color:#E0E0E0;
	font-size:12px;
	font-weight:bold;
	}		

select	{
	width:200px;
	border:#000000 solid 1px;	
	}
		
tr.shade1	{
	background-color:#E8E7E9;
	}	
	
tr.shade2	{
	background-color:#EFEFF0;
	}		
	

small	{
	font-size:11px;
	}	
	
div.padding	{
	margin-right:15px;
	}	
	
form	{
	margin:0px;
	}
	
h1	{
	font-size:20px;
	color:#041999;
	}	
	
tr.header	{
	background-color:#27256E;
	color:#ffffff;
	}	
	
ul	{
	margin-top:0px;
	list-style-type:square;
	}	
	
a 	{
	color:#27256E;
	}	
	
a:hover	{
	color:#AF0000;
	}	