/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
body,td,th {
	font-family: Arial;
	color:#626262;
	font-size: 13px;
}
body.normal,td.normal,th.normal {
	font-family: Arial;
	color:#626262;
	font-size: 13px;
}
body.large,td.large,th.large,div.large  {
	font-family: Arial;
	color:#626262;
	font-size: 15px;
	word-spacing:1px
}

a:link {
	color: #2d95c6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2d95c6;
}
a:hover {
	text-decoration: underline;
	color: #2d95c6;
}
a:active {
	text-decoration: none;
	color: #2d95c6;
}
table.side_menu { 
    background-image:url(../images/menu_b1.gif); 
	background-repeat:no-repeat; 
	background-position:left center;

}
table.side_menu:hover { 
    background-image:url(../images/menu_b.gif); 
	background-repeat:no-repeat; 
	background-position:left center;
	color:#2282b9;
	font-weight:bold;

}
div.topmenu_red {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	background-color:#FF0000;
	height:25px;
}
div.topmenu {
	color: #626262;
	text-decoration: none;
	font-weight:bold;
	background-color:#ffffff;
	height:25px;
}
div.top10px {
    margin-top:4px; 
}
.bot10px {
    margin-bottom:10px; 
	margin-left:0px;
}