body {
	margin: 0px;
/*	background-color: #ffffff; */
	background-image: url(../images/body_bg2.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	padding: 10px;
}

a:link, 
a:active, 
a:visited {
	color: #0B024B;
	text-decoration: none;
}

a:hover {
	color: #AD001B;
	text-decoration: none;
}
.menulist {
	width:134px;
	/*border:solid 1px yellow;*/
}
.menulist li {
	background:#fff;
	border-bottom:solid 1px #AD001B;
	margin-bottom:0px;
}
.menulist a {
	font-size:12px;
	font-weight:bold;
	color: #0B024B;
	margin-left:6px;
	border-left:solid 1px #ff0000;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #AD001B;
 background:transparent;
}
.menulist a.highlighted {
 color: #AD001B;
 background: transparent;
}

.menulist a.current-page {
	color: #AD001B;
	background:transparent;
}

.current-page {
	color: #AD001B;
	background:transparent;
}

.tmenu {
	text-align: center;
	font-size: 10px;
}

#tlinks
{
	text-align: center;
	font-size: 10px;
}