.text {
	font-size: 11px;
	font-family: "Arial";
	color: #999999;
	text-decoration : none;
}
.text a {
	font-size: 11px;
	font-family: "Arial";
	color: #999999;
	text-decoration : none;
}
.text a:hover {
	color: #999999;
	text-decoration : underline;
}
.textSM {
	font-size: 9px;
	font-family: "Arial";
	color: #999999;
	text-decoration : none;
}
.textSM a {
	font-size: 9px;
	font-family: "Arial";
	color: #999999;
	text-decoration : none;
}
.textSM a:hover {
	color: #999999;
	text-decoration : underline;
}
.heading {
	font-size: 11px;
	font-family: "Arial";
        font-weight: bold;
	color: #999999;
	text-decoration : none;
}
.headingWhite {
	font-size: 11px;
	font-family: "Arial";
        font-weight: bold;
	color: #FFFFFF;
        background-color: #658AA0;
	text-decoration : none;
}
.headingBlue {
	font-size: 11px;
	font-family: "Arial";
        font-weight: bold;
	color: #99CCCC;
	text-decoration : none;
}
.sidebar_heading {
	font-size: 12px;
	font-family: "Arial";
        font-weight: bold;
	color: #999999;
	text-decoration : none;
}
.whiteText{
	font-size: 11px;
	font-family: "Arial";
	color: #FFFFFF;
        background-color: #658AA0;
	text-decoration : none;
}
.darkBlueText{
	font-size: 11px;
	font-family: "Arial";
	color: #33CCCC;
	text-decoration : none;
}
.lightBlueText{
	font-size: 11px;
	font-family: "Arial";
	color: #99CCCC;
	text-decoration : none;
}
.greenText{
	font-size: 11px;
	font-family: "Arial";
	color: #CCCC33;
	text-decoration : none;
}
.darkBlueTextSM{
	font-size: 9px;
	font-family: "Arial";
	color: #33CCCC;
	text-decoration : none;
}
.lightBlueTextSM{
	font-size: 9px;
	font-family: "Arial";
	color: #99CCCC;
	text-decoration : none;
}
.greenTextSM{
	font-size: 9px;
	font-family: "Arial";
	color: #CCCC33;
	text-decoration : none;
}
.siteLinks{
	font-size: 10px;
	font-family: "Arial";
	color: #666666;
	text-decoration : none;
}
.siteLinks a {
	font-size: 10px;
	font-family: "Arial";
	color: #666666;
	text-decoration : none;
}
.siteLinks a:hover {
	color: #CCCCCC;
	text-decoration : none;
}
.siteLinksSL{
	font-size: 10px;
	font-family: "Arial";
	color: #CCCCCC;
	text-decoration : none;
}
.siteLinksSL a {
	font-size: 10px;
	font-family: "Arial";
	color: #CCCCCC;
	text-decoration : none;
}
.siteLinksSL a:hover {
	color: #CCCCCC;
	text-decoration : none;
}
.more {
	font-size: 11px;
	font-family: "Arial";
	color: #CCCCCC;
	text-decoration : none;
}
.more a {
	color: #CCCCCC;
	text-decoration : none;
}
.more a:hover {
	text-decoration : underline;
}

.time {
	font-size: 12px;
	font-family: "Arial";
        font-weight: bold;
	color: #666666;
	text-decoration : none;
}
.date {
	font-size: 12px;
	font-family: "Arial";
	color: #666666;
	text-decoration : none;
}
.greenTextForm{
	font-size: 11px;
	font-family: "Arial";
	color: #CCCC33;
	text-decoration : none;
        padding-bottom: 5px;
}