BODY { 
	background:#333333;
}

#Menu {
	margin: 10px 10px 0 20px;
	}
	
#Menu A:hover { 
	font-family:Vedana,tahoma; 
	font-size: 11px; 
	color: #FEFC00; 
	text-decoration:none; 
	font-weight: bold;
}

#Menu A { 
	font-family:Vedana,tahoma; 
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration:none; 
	font-weight: bold;
}

#Content {
	margin: 10px;
	font-family:Vedana,tahoma; 
	font-size: 11px;
}

#Content .Title {
	margin: 0 0 30px 0;
	font-weight: bold;
	font-family:Vedana,tahoma; 
	font-size: 14px;
}

#Content .TabTitle {
	padding: 5px;
	font-weight: bold;
	font-family:Vedana,tahoma; 
	font-size: 12px;
}

#Content TD {
	font-weight: normal;
	font-family:Vedana,tahoma; 
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#Content .bg1 {
 	BACKGROUND-COLOR: #EFEFEF;
}
#Content .bg2 {
 	BACKGROUND-COLOR: #FFFFFF;
}