/* CSS Document */

.top_orange_line{
background-image:url(images/hor_top.gif);
background-repeat:repeat-x;
background-position:top;
}
.left-vertical{
background-image:url(images/ver_left.gif);
background-repeat:repeat-y;
background-position:left;
}
.right-vertical{
background-image:url(images/ver_rig.gif);
background-repeat:repeat-y;
background-position:right;
}
.bottom_orange_line{
background-image:url(images/hor_bottom.gif);
background-repeat:repeat-x;
background-position:top;
}
.top_purple_line{
background-image:url(images/hor_purple.gif);
background-repeat:repeat-x;
background-position:top;
}
.left-vertical_purple{
background-image:url(images/left_purplr_ver.gif);
background-repeat:repeat-y;
background-position:left;
}
.right-vertical_purple{
background-image:url(images/right_rpurple.gif);
background-repeat:repeat-y;
background-position:right;
}
.mid_box{
background-image:url(images/mid_box.gif);
background-repeat:repeat-x;
background-position:top;
}
.mid_box_ver{
background-image:url(images/vertical_box_left.gif);
background-repeat:repeat-y;
background-position:top;
}
.mid_box_ver_rig{
background-image:url(images/vertical_box.gif);
background-repeat:repeat-y;
background-position:top;
}
.box_bottom_line{
background-image:url(images/mid_box_line.gif);
background-repeat:repeat-x;
background-position:top;
}
.box2_ver_left{
background-image:url(images/2.gif);
background-repeat:repeat-y;
background-position:top;
}
.box2_ver_right{
background-image:url(images/6.gif);
background-repeat:repeat-y;
background-position:top;
}
.box2_hor_top{
background-image:url(images/8.gif);
background-repeat:repeat-x;
background-position:top;
}
.box2_hor_bottom{
background-image:url(images/4.gif);
background-repeat:repeat-x;
background-position:top;
}
.box3_ver_left{
background-image:url(images/vbox2.gif);
background-repeat:repeat-y;
background-position:right
}
.box3_ver_right{
background-image:url(images/vbox6.gif);
background-repeat:repeat-y;
background-position:right;
}
.box3_hor_top{
background-image:url(images/vbox8.gif);
background-repeat:repeat-x;
background-position:top;
}
.box3_hor_bottom{
background-image:url(images/vbox4.gif);
background-repeat:repeat-x;
background-position:bottom;
}
.body-txt{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:13px;
font-weight:500;
color:#838484;
}
.header_txt{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:14px;
font-weight:bold;
color:#e78a24;
}
.drop_txt{
background-color:#e78a24;
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:14px;
font-weight:bold;
color: #FFFFFF;
}
.body-txt_org{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:12px;
font-weight:normal;
color:#ffffff;
}
.header_txt_org{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:14px;
font-weight:bold;
color:#ffffff;
}
.sub_header_txt_org{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:11px;
font-weight:bold;
color:#131146;
}
.box_txt{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:10px;
font-weight:bold;
color:#8a8a8a;
}
.box_txt_link{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:13px;
font-weight:bold;
color:#f5a01a;
}
.menu_link{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:13px;
font-weight:bold;
color:#27397b;
}
.sub_menu_link{
margin-left:20px;
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:11px;
font-weight:bold;
color:#f5a01a;
}
.click_txt{
font-family:"Trebuchet MS", Tahoma, "Tw Cen MT";
font-size:13px;
font-weight:normal;
color:#ffffff;
}
.bottom_linkh_icon {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}
	.bottom_linkh {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dd8d1e;
	text-decoration:none;
	}
	
.reset_but{
	width:76px;
	height:27px;
	background-image:url(images/clear.gif);
	background-repeat:no-repeat;
	
	}