body
{
	font: 10px arial;
	font-weight : bold;
}

a:link{	font-family: Arial;	font-size: 12px;color :#0000C0;	font-weight: bold;	text-decoration : none;}
a:active{	font-family: Arial;	font-size: 12px; color : Maroon; font-weight: bold;	text-decoration : none;}
a:visited{	font-family: Arial;	font-size: 12px;	color :#5675A5;	font-weight: bold;	text-decoration : underline;}
a:hover{color: Maroon;	text-decoration : underline;}


.sidebar
{
	width: 150px;
	height: auto;
	/* remove this to allow different-sized sidebars */
	background-color: #D9E1ED;
	color: #D9E1ED;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 130px;
	height: auto;
    background-color: #CFE0F9;
    color: #5675A5;
    border: solid 1px #5675A5;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}

.sidebaritem.first
{
    margin-top: 5px;
}

.footer
{
	background-color:#D9E1ED;
	font-size: 10px;
	font-face: arial;
	text-align: center;
	width : 800px;
}
