#box{text-align:center;}
.grey1 {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}
.navbox_left_bottom_active{background-color:#993300;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;}
/*style for the active navigation box,this style is for  active boxes to the left in the top line*/
.navbox_left_top_active{background-color:#993300;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:0px solid #ffffff;border-left:1px solid #000000;}
/*style for the active navigation box,this style is for  active boxes to the right in the bottom line*/
.navbox_right_bottom_active{background-color:#993300;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;}
/*style for the active navigation box,this style is for the active box to the right in the top line*/
.navbox_right_top_active{background-color:#993300;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:0px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;}
/*style for the navigation boxes when the mousepointer is over the box,this style is for the left boxes in the bottom line*/
.navbox_left_bottom_over{background-color:#330033;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;cursor:pointer;}
/*style for the navigation boxes when the mousepointer is over the box,this style is for the left boxes in the top line*/
.navbox_left_top_over{background-color:#330033;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:0px solid #ffffff;border-left:1px solid #000000;cursor:pointer;}
/*style for the navigation boxes when the mousepointer is over the box,this style is for the right box in the top line*/
.navbox_right_top_over{background-color:#330033;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:0px solid #ffffff;border-left:1px solid #000000;border-right:1px solid #000000;cursor:pointer;}
/*style for the navigation boxes when the mousepointer is over the box,this style is for the right box in the bottom line*/
.navbox_right_bottom_over{background-color:#330033;color:#000000;font-family:Arial,Helvetica,Geneva;font-size:10px;border-top:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;cursor:pointer;}
/*style for the navigation boxes when they are not active and the mousepointer is not over them,this class is for the boxes in the top line to the left*/
.navbox_left_top_out{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	color: #003300;
}
/*style for the navigation boxes when they are not active and the mousepointer is not over them,this class is for the boxes in the top line to the right*/
.navbox_right_top_out{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color: #99CCCC;
}
/*style for the navigation boxes when they are not active and the mousepointer is not over them,this class is for the boxes in the bottom line to the left*/
.navbox_left_bottom_out{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	color: #99CCCC;
}
/*style for the navigation boxes when they are not active and the mousepointer is not over them,this class is for the boxes in the bottom line to the right*/
.navbox_right_bottom_out{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color: #003300;
}
.navbox_link{color:#FFFFCC;text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;}

