body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
background-image:url(images/bg_2.gif);
background-repeat:repeat-y;

}
.h1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #FF7800;
	text-decoration: none;
}
.copy_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #8A8A8A;
	text-decoration: none;
}
.copy_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #4B4A72;
	text-decoration: none;
}
.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 17px;
	width: 126px;
	border: 1px solid #C2C2C2;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #303338;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FF9D45;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #556198;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4369A1;
}
.text_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #4B5686;
}
.more {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #A8A8A8;
	text-decoration: none;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 20px;
	width: 270px;
	border: 1px solid #C2C4C6;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 162px;
	width: 270px;
	border: 1px solid #C2C4C6;
	overflow:auto;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


