@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg2.gif);

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA041C;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #AA041C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AA041C;
}
a:hover {
	text-decoration: none;
	color: #AA041C;
}
a:active {
	text-decoration: none;
	color: #AA041C;
}
.cat_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}
.w_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.smalltext {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}

.txt{
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

smalltext {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	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: #000000;
	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;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
menu2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
menu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.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: 176px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
background: white url(menu.gif) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
background: black url(menu-hover3.gif) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*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(menu-hover2.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(menu-hover2.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
text-decoration: none;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* PAGES*/

.paginate {
font-family: Tahoma;
font-size:12px;
font-weight:normal;
	padding: 3px;
	margin: 3px;
	text-align:center;
	
}

.paginate a {
	font-family: Tahoma;
	font-size:12px;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #FF6600;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #993300;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #ff0000;
	color: #FFFFFF;
	background-color: #FF3300;
}
.paginate span.current {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
	font-weight: bold;
	background-color: #FFCC00;
	color: #000000;
	}
	.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999999;
	color:#000000;
	}
	
	li{
		padding:4px;
		margin-bottom:3px;
		background-color:#FCC;
		list-style:none;}
		
	ul{margin:6px;
	padding:0px;}	
	
