body
	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Helvetica,Arial,Geneva,sans-serif;
	color: #333333;
	background-image: 
	url('images/bgfront.gif');
	background-repeat: no-repeat;
	font-size:12px;
 	}
	
a
	{
	color: #00AEEF;
	text-decoration: underline;
	}

a:hover
	{
	color: #002080;
	text-decoration: underline;
	}
	
#navicontainer
	{
	position: absolute;
	width: 160px;
	top: 80px;
	color: #00AEEF;
	}
	
.title
	{
        font-size: 14px;
        font-weight: bold;
	border-bottom: 1px solid #1A1A58;
	color: #1A1A58;
        }
        
.txt
	{
        font-size: 12px;     
        color: #CCCCCC;
        }
