BODY { 
SCROLLBAR-FACE-COLOR: #e2eaee; SCROLLBAR-HIGHLIGHT-COLOR:#fafdf9; SCROLLBAR-SHADOW-COLOR:#e8e9d9; SCROLLBAR-3DLIGHT-COLOR: #fafdf9; SCROLLBAR-ARROW-COLOR: #007db2; SCROLLBAR-TRACK-COLOR: #fafdf9; SCROLLBAR-DARKSHADOW-COLOR: #fafdf9 
} 
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #B83000;
	font-weight: bold;
}
.en_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B83000;
	font-weight: bold;
}
.w_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.en_w_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.smalltext {
	font-family: tahoma;
	font-size: 12px;
	color: #839AA5;
}
smalltext {
	font-family: tahoma;
	font-size: 12px;
	color: #839AA5;
	text-decoration: none;
}
.w_smalltext {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.b_smalltext {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B83000;
	font-weight: bold;
}
.error {
	font-family: tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.footer {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: tahoma;
	font-size: 12px;
	color: #B83000;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #B83000;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #EBCD6B;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #EBCD6B;
	text-decoration: none;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBCD6B;
	font-weight: bold;
}
.en_menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBCD6B;
	font-weight: bold;
}
menu2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBCD6B;
	font-weight: bold;
}
menu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBCD6B;
	font-weight: bold;
}
menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBCD6B;
	font-weight: bold;
}

.line {
	line-height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.space {
	line-height: 25px;
}

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: white;
background: black url(cat_back_2.jpg) repeat-x center left;
margin-bottom: 0px; /*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 .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(cat_back_2.jpg) repeat-x center left;
margin-bottom: 0px; /*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 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(cat_back.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*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: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}