@charset "utf-8";
/* CSS Document */
.sidetext
{font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;

}
.bullets{
color:#990000;
font-size:11px;
font-weight:bold;

}
.bullets2{
color:#990000;
font-size:12px;
font-weight:bold;

}
.bullets3{
color:#FFCC00;
font-size:12px;
font-weight:bold;

}
.subtitles{
color:#fc9b28;
font-size:11px;
font-weight:bold;
}
.innerbuttons{
border-bottom:#696969 thin dotted 1px;
font-size:11px;
font-weight:bold;
background:url(../images/buttonbg.png) repeat;
padding-left:10px;
height:25px;
color:#FFFFFF;
}
.innerbuttons2{
border-bottom:#696969 thin dotted 1px;
font-size:11px;
font-weight:bold;
background:url(../images/buttonbg.png) repeat;
padding-left:25px;
height:25px;
color:#FFFFFF;
}
a.sidebutton:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebutton:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sidebutton:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.sidebutton:active {
	text-decoration: none;
	color: ##CCCCCC;
}
a.more:link {
	color: #0099FF;
	text-decoration: none;
	font-size:10px;
}
a.more:visited {
	text-decoration: none;
	color: #0099FF;
	font-size:10px;
}
a.more:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-size:10px;
}
a.more:active {
	text-decoration: none;
	color: #0099FF;
	font-size:10px;
}