/* basic elements */
/* Default CSS Stylesheet for a new Web Application project */{}
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight: bold;
	font-size:10pt;
	color: #8a0808;
	}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size:10pt;
	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;
	}


.generalpage
{
	/*background-color: white;  Background Color */
	background-image: url('images/bkgnd.jpg'); /* Background Image */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 6px; /* Margins */
}

.GeneralTable
{
	background-color: white; /* Background Color */
	border: 1px solid #ffffff;
	margin: 0px;
	width: 800px;
}
.generaltext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size:10pt;
	color: #000000;
}
/* specific divs */
#head span {
	display:none
	}
.bar  {
background: url('images/bar.jpg') top left no-repeat;	
	}