
@font-face {
	font-family: UniversBold;
	src: url(fonts/UniversBold.otf);
}

body {  
	margin: 0px;
	padding:0px;
	font-family: UniversBold, arial, sans-serif; 
	font-size: 19px; 
	color: #e3e3e3; 
	background:#fff url('images/rule.gif');
    	background-repeat:repeat-y;
    	background-position:center top;	
    	overflow:auto;  	
}
	
a, a:visited { 
	color: #000; 
    	text-decoration: none; 
    	background:url(images/link.gif);
    	background-repeat:repeat-x;
    	background-position:0% 91%;
}
  a:hover, a.active { 
  	color: #ec008c; 
  	text-decoration: none; 
    	background:url(images/link_on.gif);
    	background-repeat:repeat-x;
    	background-position:0% 91%;
}  	
 	
#container {
	position:absolute; 
	width: 100%; 
	height:100%;
	overflow:scroll-y !important;
	overflow-x:hidden; 
	z-index:99;
}
	
#bodydiv {
	display: block;
	margin-left:20px;
	margin-right:20px;
}
	
#logo {
	background:url(images/logo.png);
	width:330px;
	height:84px;
	margin-top:60px;
	margin-bottom:56px;
	margin-left:auto;
	margin-right:auto;	
	text-indent:-9999px;
}	

.on {
	color:#747577;
}	
	.on a, .on a:visited { 
		color: #ec008c; 
		text-decoration: none; 
	    	background:url(images/link_on.gif);
    		background-repeat:repeat-x;
	    	background-position:0% 91%;
	}  
	
a.emails, a.emails:visited { 
	color: #e3e3e3; 
    	text-decoration: none; 
    	background:none;
}
a.emails:hover { 
  	color: #ec008c; 
  	text-decoration: none; 
    	background:none;
}  	
	.on a.emails, .on a.emails:visited { 
		color: #747577; 
		text-decoration: none; 
		background:none;
	}
	.on a.emails:hover { 
		color: #ec008c; 
		text-decoration: none; 
		background:none;
	}  	 
 	

		
	
	