a:link {  color: #333333; text-decoration: underline}
a:visited {  color: #333333; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}
.logo {  font-family: Tahoma; font-size: 26px; font-weight: bold; color: #FFFFFF}
.text {  font-family: Tahoma; font-size: 11px; color: #666666}
.title {  font-family: Tahoma; font-size: 13px; font-weight: bold; color: #15549A}
.subtitle {  font-family: Tahoma; font-size: 11px; font-weight: bold; color: #15549A}
.text1 { font-family: Tahoma; font-size: 11px; color: #FFFFFF }
.fontd { FONT-SIZE: 11px; FONT-FAMILY: Tahoma, MS Sans Serif  color: #444444}
.fonta {font-family:Arial, MS Sans Serif; font-size:9px;}

a.a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a.a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F8F8EC;
}
a.a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Left Sidebar : Categories */

#categories {
	margin-bottom: 1px;
	padding: 1px 1px 1px 1px;
	border-color: #fff;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	text-align: center;
}

#categories_header {
	margin-bottom: 2px;
	width: 127px;
	height: 20px;
	background-color: #9e9ec3;
	overflow: hidden;
}

#categories_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#categories ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

#categories li {
	width: 100px;
	height: 21px;
	list-style-type: none;
	text-align: left;
	border-bottom: #b6b6d2 1px solid;
	float: left;
	font-family: Tahoma;
	font-weight: bold;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin-top: 4px;
	margin-left: 0px;
	display: block;
	color: #15549A;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
}

#categories li a:hover {
color: #CCFF33;
}