/* basic elements */
/* Default CSS Stylesheet for a new Web Application project */{}
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight: bold;
	font-size:9pt;
	color: #8a0808;
	}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size:9pt;
	color: #653d0d;
	}
/*a:hover{ 
	text-decoration: underline;
	}*/
a.home:link { 
	text-decoration: none; 
	font-weight: bold;
	font-size:12pt;
	color: #000000;
	}
a.home:visited { 
	text-decoration: none;
	font-weight: bold; 
	font-size:12pt;
	color: #ffffff;
	}
.text  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size:10pt;
	color: #000000;
}
#head span {
	display:none
	}
.sidebar
{
	background-image: url('images/m_2x2.jpg'); 
	background-repeat: no-repeat;
	}
