a {
	text-decoration: none;
	
}

a:visited {
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	margin: 0 0 0 20px;
}

#menu ul li img {
	margin: 0 0 0 -20px;
}

#menu ul li a {
	color: #000000;
	text-decoration: none;
}

#menu.home ul li a {
	color: #CCCCCC;
}

#menu ul li a:hover {
	color: #000000;
}

#menu.home ul li a:hover {
	color: #CCCCCC;
}

#main {
	border: #000000 1px solid; 
	vertical-align: middle;
}

#main.home td {
	background-color: #333333;
}

.content {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 17px; 
	color: #000000; 
	text-align: justify;
}

.content a {
	color: #000000;
}

.content a:hover {
	color: #748A4D;
}

.homecontent {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 17px; 
	color: #CCCCCC; 
	text-align: justify;
	padding-left:50px; 
	padding-right:50px;
}

.tab {
	border: #000000 1px solid; 
	color: #555555;
	background-color: #CCCCCC;
	padding: 5 5 5 5;
}

.current {
	font-color: #748A4D;
	font-weight: bold;
}

.clickable
{
	cursor:pointer;
}