body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C90710;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.menu{
	list-style-type: none;
	padding: 0;
	width: 197px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.menu li a{
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/menu_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 62px;
	line-height: 26px;
	height: 35px;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 197px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #000000;
	text-decoration: none;
	width: 197px;
}

.menu li a:hover{
	background-image:   url(images/menu_2.gif);
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 80px;
}.bdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
