body {
	font-size: 12px;
	color: #333333;
	background-color: #E6EDFB;
	font-family: arial;
}
.bgleftfix {
	background-repeat: no-repeat;
	background-position: left top;
}
.bgrightfix {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td, div{
	font-size: 12px;
	color: #333333;
	font-family: arial;
}

#menu ul{
	list-style-type: none;
	height: 35px;
	width: 176px;
	margin-left: 12px;
}
#menu a {
	color: #333333;
	background-image: url(images/bg_menu_2.gif);
	height: 35px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	}
#menu a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image: url(images/bg_menu_1.gif);
	font-weight: bold;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

