.title { font-family: Arial; font-size: 14px; 
font-weight: bold; color: #003366} .links { font-family: Arial; font-size: 11px; font-weight: bold; color: #000000; text-decoration: 
none} .links:hover { text-decoration: none ; color: #003366; font-family: Arial; font-size: 11px; font-weight: bold} .subtitle 
{ font-family: Arial; font-size: 13px; font-weight: 
bold; color: #003366} .text { font-family: Arial; 
font-size: 12px; line-height: 19px; color: #FFFFFF} a:hover { color: #003366; text-decoration: 
none} .footer { font-family: Arial; font-size: 
9px; line-height: normal; color: #000000; font-weight: normal; text-decoration: none} .footer:hover 
{ font-family: Arial; font-size: 9px; line-height: 
normal; color: #000000; font-weight: normal; text-decoration: none} 
/* Sidebar */

#sidebar {
	clear: both;
	width: 100%;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 220px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}