* {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{	
height:100%;
width:100%;
margin:0;
}

	.l 	{border-left: 1px #8383AC solid;}
	.r	{border-right: 1px #8383AC solid;}
	.t	{border-top: 1px #8383AC solid;}
	.b	{border-bottom: 1px #8383AC solid;}
	.topMenu a{
		height: 15px;
		font-size: 12px;
		color: #ffffff;
		border:1px #FFFFFF solid;
		padding: 3px 8px 3px 8px;
		background-color: #ADADC8;
		text-decoration: none;
	}
	.topMenu a:hover{
		color: #ADADC8;
		background-color: #8383AC;	
	}
	.sideMenu{
		width: 120px;
		height: 26px;
		background: url('img/legacy_menu1.jpg');
	}
	.sideMenu a{
		font-size: 12px;
		padding-left: 8px;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	.sideMenu a:hover{
		font-size: 12px;
		padding-left: 8px;
	}
	.body {
		background: url('img/legacy_bg1.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 12px;
	}
	.text {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.copy{
		font-size: 12px;
		text-align: center;
	}
	.menuDesc{
		font-size: 12px;
		color: #ffffff;
		border:1px #C0C0C0 solid;
		padding: 3px 8px 3px 8px;
		background-color: #ADADC8;
		text-decoration: none;
		position: absolute; 
		top: 148px; 
		visibility: hidden;
}
	.menu a
		{
			font-family: 		verdana, arial, arial narrow;
			font-size: 		10pt;
			font-weight: 	bold;
			color: #FFFFFF;
			text-decoration: none;
		}
		
	.menu a:HOVER
		{
			font-family: 		verdana, arial, arial narrow;
			font-size: 		10pt;
			font-weight: 	bold;
			color: #FFFF99;
			text-decoration: none;
		}				
	
	
	.head 
		{
			font-family: 	verdana, arial, arial narrow;
			font-size: 		12pt;
			font-weight: 	bold;
		}
	.job
		{
		padding: 			15px;
		font-family: 		verdana, arial;	
		font-size: 			12px;
		color: 				#000000;		
		text-decoration:	none;
		text-align: 		justify;	
		}
	.text, 
		{
		font-family: 		verdana, arial;	
		font-size: 			12px;
		color: 				#000000;		
		text-decoration:	none;
		text-align: 		justify;	
		}
	.text a{
		font-family: 		verdana, arial;	
		font-size: 			12px;
	}
	.text a:hover
		{ text-decoration:	underline; }
		
	select.select
		{
			font-family: 		verdana, arial;	
			font-size: 			12px;
			color: 				#000000;		
			text-decoration:	none;
		}	
	input.stnd
		{
			border: 1px #C0C0C0 solid;
			width: 100px;
		}
	input.long 
		{
			border: 1px #C0C0C0 solid;
			width: 400px;
		}
	input.login 
		{
			border: 1px #C0C0C0 solid;
			width: 200px;
		}			
	input.small
		{
			border: 1px #C0C0C0 solid;
			width: 45px;
		}
	input.date
		{
			border: 1px #C0C0C0 solid;
			width: 25px;
		}	
	/* Borders*/	
	.l2{border-left: #000000 double;}
	.r2{border-right: #000000 double;}
	.t2{border-top: #000000 double;}
	.b2{border-bottom: #000000 double;}
	
	.refTitle{padding-left: 50px;}
	.refPad{padding-left: 100px;}
	.padLeft{padding-left: 15px;}