body,td,th {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.form {
	color: #333333;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	border: 1px #DCDCDC solid;
	padding: 2px;
}
.form_submit {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border: 1px #FFFFFF solid;
	padding: 2px;
	background-image:url(../images/menubar.gif);
}
.topic_menu {color: #000000;}
.topic_page {
	font-size: 18px;
	color: #cc0000;
	letter-spacing: 1px;
}
.menu_10px {
	font-size: 10px;
	color: #333333;
}
.bg_table {
	background-image: url(../images/bg_topic.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_table2 {
	background-image: url(../images/bg_topic2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_table3 {
	background-image: url(../images/bg_topic3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.arrowlistmenu{
width: 170px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
color: white;
background: white url(../images/bg_menu2.gif) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader_active{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
color: white;
background: white url(../images/bg_menu2.gif) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(../images/arrowbullet.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu h3 a{
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
.arrowlistmenu h3 a:hover{
color: #FFFFFF;
text-decoration: none;
letter-spacing: 1px;
}
.arrowlistmenu h3 a:visited{
color: #FFFFFF;
}
.arrowlistmenu ul li a:visited{
color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
font-weight: bold;
text-decoration: none;
}

.bghover_active{ background-image: url(../images/bg_sale2.gif) }
.bghover { background-image: url(../images/bg_sale.gif) }