/* CSS Document */
body{
	background-color:#D5D5D5;
	font-family:tahoma;
	font-size:11px;
}

a{
	color:#990000;
}
a:visited{
	color:#990000;
}
a:hover{
	color:#990000;
	text-decoration:none;
}

a.logout {color: white}
a.logout:visited {color: white}
a.logout:hover {color: white; text-decoration: none}

input.login{
	font-family:tahoma;
	font-size:10px;
	height:12px;
	border:#a5acb2;
	border-style:solid;
	border-width:1px;
}

input.login_submit{
	font-family:tahoma;
	font-size:11px;
	height:17px;
	border:#a5acb2;
	border-style:solid;
	border-width:1px;
}

input.login_button{
	font-family:Arial;
	font-size:6px;

}

select.search{
	font-family:tahoma;
	font-size:11px;
}

.menuitems{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#990000;
	background-repeat:repeat-x;
}

.footeritems{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-repeat:repeat-x;

}
