body	{
	background-color:#21257d;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	margin:0 5px 30px 5px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
	}

#containerSite	{
	width:750px;
	height:590px;
	background-image:url(images/bg-site.jpg);
	background-repeat:no-repeat;
	display:block;
	text-align:left;
	overflow:hidden;
	}	

#nav	{
	width:200px;
	position:absolute;
	margin-top:385px;
	margin-left:20px;
	}
	
#nav div	{
	margin-bottom:5px;
	}	
	
#footer	{
	padding-top:15px;
	border-top:#ffffff solid 2px;
	width:750px;
	overflow:hidden;
	text-align:left;
	}	
	
#footerLeft a	{
	color:#ffffff;
	margin-right:15px;
	}	
	
#footerLeft	{
	float:left;
	margin-left:20px;
	width:300px;
	font-size:11px;
	color:#ffffff;
	}	
	
#footerRight	{
	float:right;
	width:350px;
	font-size:11px;
	color:#ffffff;
	text-align:right;
	margin-right:20px;
	}	

a	{
	font-weight:bold;
	text-decoration:none;
	}

	
p	{
	margin:0 0 15px 0;
	}
	
td	{
	font-size:12px;
	}	
		
img 	{
	border:0px;
	}
		
div.t1	{
	width:490px;
	height:425px;
	position:absolute;
	top:95px;
	margin-left:230px;
	}	
	
div.window	{
	position:absolute;
	top:180px;
	margin-left:260px;
	width:440px;
	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;
	}			
			
div.window div.padding	{
	margin-right:20px;
	}			
	
	
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;
	}	
	

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

small	{
	font-size:11px;
	}	
	
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;
	}	