/*body*/
body {
width: 100%;
margin: 0px;
padding: 0px;
background-color:#9CA590;
/*
background-image:url(images/bg_panel.gif);
background-repeat: repeat-x;
background-position: 0px 0px;
*/
}

.category_text{
	font-family:Arial,Verdana,Times New Roman;
	font-size:9pt;
	color:#333333;
	font-weight:bold;	/*new add*/
	text-decoration:none;	
}
a.category_text:hover{
	color:#CC9966;
}

.category_divider{
	font-family:Arial,Verdana,Times New Roman;
	font-size:8.8pt;
	color:#CC9966;	
}

.available_status_bold{
	font-family:Arial,Verdana,Times New Roman;
	font-size:8.8 pt;
	color:#DA233B;
	font-weight:bold;	
}

.title_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#000000;
	font-weight:bold;	
}

.title_text2{
	font-family:Verdana,Arial,Times New Roman;
	font-size:10pt;
	color:#000000;
	font-weight:bold;	
}

.regular_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#000000;
	font-weight:none;	
	text-decoration: none; 
}

.itemlist_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#000000;
	font-weight:bold;	
	text-decoration: none; 
}

.link_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#666666;
	font-weight:none;	
	text-decoration: none; 
}

.bottom_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8pt;
	color:#999999;
	font-weight:none;	
	text-decoration: none; 
}

.green_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#5C832F;
	font-weight:none;	
}

.green_title{
	font-family:Verdana,Arial,Times New Roman;
	font-size:9pt;
	color:#5C832F;
	font-weight:bold;	
}

.green_title_small{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8pt;
	color:#666666;    /*DA233B*/;    
	font-weight:bold;	
}

.black_title{
	font-family:Verdana,Arial,Times New Roman;
	font-size:9pt;
	color:#333333;
	font-weight:bold;	
}

.orange_text{
	font-family:Verdana,Arial,Times New Roman;
	font-size:8.8pt;
	color:#f68c23;
	font-weight:bold;	
}

.image_border{
border-style: solid;
border-width: 1px;
border-color: #CCCCCC
}

.number_index_active {
font-family:Verdana,Times New Roman,sans-serif;
font-size:8pt;
color:#666666;
text-decoration:underline;
font-weight:none
}

.number_index_not_active {
font-family:Verdana,Times New Roman,sans-serif;
font-size:8pt;
color:#666666;
text-decoration:none;
font-weight:none
}

#dropmenudiv{
border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-top:0px solid black; border-bottom:1px solid #CCCCCC; position:absolute;
font-family:Verdana,Times New Roman,sans-serif;
font-size:7.5pt;
color:#FFFFFF;
text-decoration:none;
line-height:14px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid grey;
padding: 1px 0;
font:normal;
font-family:Verdana,Times New Roman,sans-serif;
font-size:8pt;
font-weight:none;
color:#666666;
text-decoration:none;
background-color:#F1EDE7
}

/*hover background color*/
#dropmenudiv a:hover{ 
background-color:#CC9966;
}