@media screen{
	/*--------------------------------------------------------------------*/
	/* ----- GENERAL ----- */
	/*--------------------------------------------------------------------*/	
	a:link, 
	a:visited{
		color:black;
		text-decoration:underline;
		outline:none;
	}
	
	a:hover, 
	a:active, 
	a:focus{ 
		text-decoration:underline;
	}
	
	a.pdf:link, 
	a.pdf:visited {
		padding:5px 0 5px 25px;
		background:url(../img/web/img/pdf.gif) no-repeat 0 50%;
	}
  
	a.document:link, 
	a.document:visited {
		padding:20px 0 20px 20px;
		background:url(../img/web/document.gif) no-repeat 0 50%;
	}
	
	h3 a:link, 
	h3 a:visited{
		display:block;
		width:225px;
		height:156px;
	}
	
	div.col h3 a:hover, 
	div.col h3 a:active,
	div.col h3 a:focus{
		background:url(../img/sprites.png) no-repeat -360px 122px;
	}
	
	body.page01 ul a:link,
	body.page01 ul a:visited{
		display:block;
		padding:1px 0 1px 20px;
		background:url(../img/bulletpoint.png) no-repeat 0 20%;
		text-decoration:none;
		color:#002c61;
	}
	
	.col ul a:hover,
	.col ul a:active,
	.col ul a:focus{
		text-decoration:underline;
	}
	
	a.top:link,
	a.top:visited{
		display:block;
		width:87px;
		height:29px;
		margin:40px 0 0 28px;
		background:url(../img/sprites.png) no-repeat -600px 0;
	}
	
	a.top:hover,
	a.top:active,
	a.top:focus{
		background:url(../img/sprites.png) no-repeat -720px 0;
	}
	
	body.page02 a.top{
		margin-left:0;
	}
	
	
	
	/*--------------------------------------------------------------------*/
	/* ----- FIRST NAVIGATION----- */
	/*--------------------------------------------------------------------*/
	ul#nav_fst{
		position:absolute;
		z-index:2;
		left:750px;
		top:55px;
		list-style:none; /*list-style-type, list-style-position, list-style-image*/
		margin:0;
		padding:0;
	}
	
	ul#nav_fst li{
		float:left;
		height:15px;
		padding:40px 5px 0 15px;
	}
	
	ul#nav_fst li.cur{
		cursor:pointer;
		background:url(../img/sprites.png) no-repeat 3px -150px;
	}

	ul#nav_fst a:link, 
	ul#nav_fst a:visited{
		display:block;
		height:15px;
		width:135px;
		background:url(../img/sprites.png) no-repeat 0 -127px;
		padding:0;
	}
	
	ul#nav_fst li.cur a:link, 
	ul#nav_fst li.cur a:visited,
	ul#nav_fst li a:hover, 
	ul#nav_fst li a:active,
	ul#nav_fst li a:focus{
		background:url(../img/sprites.png) no-repeat 0 -111px;
	}
	
	ul#nav_fst li.fst a:link, 
	ul#nav_fst li.fst a:visited{
		width:60px;
		background:url(../img/sprites.png) no-repeat 0 -95px;
	}
	
	
	ul#nav_fst li.fst.cur a:link, 
	ul#nav_fst li.fst.cur a:visited,
	ul#nav_fst li.fst a:hover, 
	ul#nav_fst li.fst a:active,
	ul#nav_fst li.fst a:focus{
		background:url(../img/sprites.png) no-repeat 0 -79px;
	}	
}
