

body
	{
	font-family: Arial; 
	font-size: 10pt;
	margin-top: 0px;
	font-weight: normal;
	text-align: left;
	color: Black;
	background-image: url(../images/page-map.jpg);
	background-position: top; center;
	background-repeat: repeat-x;
	background-color: #000000;


	
	}

table
	{
	border: 0px;
	padding: 0px 0px 0px 0px;
	}

td
	{
	font-family: Arial;
	border: 0px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: White;
	padding: 0px 0px 0px 0px;
	}
h1 
	{
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: normal;
	color: #F5F5D9;
	}
	
h2 
	{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: normal;
	color: #F5F5D9;
	}
		
A:link, A:visited
	{
	text-decoration: none; 
	color: #FFFFC0;
	font-weight: bold;
	}

A:hover	
	{
	text-decoration: none; 
	color: #C0FFC0;
	font-weight: bold;
	}
	
#name 
	{
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: normal;
	color: #808080;
	margin: 0 auto;
	}
	
	
hr {
	background-color: #D9D6C5;
	height: 1px; 
	border-width: 0;
}

		
/* -MENU--------------------------------*/	
	
#menu {
	margin: 0 0 0 0;
	width:250px;
	
	border: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu ul li {
	list-style: none;
	float: none;
	text-align: left;
	clear: both;
	padding: 0px 3px 12px 3px;
}

#menu ul li div {
	font-size: 9pt;
	background-color: transparent; 		
}


#menu ul li div a {
	display: block;
	padding: 5px 5px 5px 5px;
	color: White;
	border: 0px;
}


#menu ul li div a:hover {
	color: white;
	background-color: #404040;
	background-image: url(../images/web/contents-blank.jpg);
	border:0px;
}