#sidebar_head {
	width: 150px;
    text-align: left;
    margin: 0px 0px 2px 0px; /* top right bottom left */
    background-color: #76777A;/*#000066;*/
    color: #ffffff;
}
#sidebar_head_red {
	width: 150px;
    text-align: left;
    margin: 0px 0px 2px 0px; /* top right bottom left */
    background-color: #900000;/*#000066;*/
    color: #ffffff;
}
#headside {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
#headside a:link {
    color: #ffffff;
    text-decoration: none;
}
#headside a:visited {
    color: #ffffff;
    text-decoration: none;
}
#headside a:hover {
    color: #ffffff;
    text-decoration: none;
}

#sidebar_link {
    text-align: left;
    width: 150px;
    margin: 0px 0px 2px 0px;
	background-color: #dddddd;
	color: #4f4f4f;
}

#headspan {
	cursor:hand;
	margin: 0px 0px 0px 5px;
}

#textside {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #4f4f4f;
}
#textside a:link {
    color: #4f4f4f;
    text-decoration: none;
}
#textside a:visited {
    color: #4f4f4f;
    text-decoration: none;
}
#textside a:hover {
    color: #4f4f4f;
    text-decoration: underline;
}

#textspan {
	cursor:hand;
	margin: 0px 0px 0px 5px;
}
