	body {
	font-family: Tahoma, Verdana;;
	font-size: 11px;
	background: #696867;
	}


	td {
	font-family: Georgia, Tahoma, Verdana;;
	font-size: 12px;
	}
	
	
	a {
	color: #0005E0;
	text-decoration: none;
	}


	a:hover {
	color: #547CFF;
	text-decoration: none;
	}
	
	
	a:active {
	color: #0000AE;
	text-decoration: none;
	}


	a:visited {
	color: #3BA9E2;
	text-decoration: none;
	}


	a:visited:hover {
	color: #547CFF;
	text-decoration: underline;
	}

  
   .topborder {
	border-top : 1px solid #BFDAAD;
	}


	.border{
	border-top : 1px solid #898989;
	border-left : 1px solid #898989;
	border-right : 1px solid #898989;
	border-bottom : 1px solid #898989;
	}


	.1border{
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	}


	.leftrightborder{
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	}


	.leftrightbottomborder{
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	}
	
	
	/***** Left sidebar *****/

	#avmenu {
	clear:left;
	float:left;
	width:150px;
	margin:0 0 10px 0;
	padding:0;
	}
	
	#avmenu ul {
	list-style:none;
	width:150px;
	margin:0 0 20px 0;
	padding:0;
	}
	
	#avmenu li {
	margin-bottom:5px;
	}
	
	#avmenu li a {
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding:5px 0 0 5px;
	background:#f4f4f4 url(images/menubg.gif) bottom left repeat-x;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #0074D7;
	}
	
	#avmenu li a:hover, #avmenu li a.current {
	background:#eaeaea url(images/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #ff2400;
	}
	
	#avmenu ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:135px;
	}
	
	#avmenu ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 8px;
	}
	
	#avmenu h2 {
	font-size:1.5em;
	font-weight:normal;
	}