body {
	margin:0;
	padding:0;
	background:#ffffff;
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
}

a{
	color: #2f5683;
	text-decoration: none;
}

a:hover{
	color: #2f5683;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

form {
     margin:0;
     padding:0;
}



h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-left: 10px;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/bot-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}


.welcome {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #464646;
	background-image: url(../images/welc-bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 16px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.c_name {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #656565;
	background-repeat: repeat;
	background-image: url(../images/cn_bg.jpg);
}


.bottom_menu {
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bottom_lnk{
	color: #000000;
	text-decoration: none;
}

.bottom_lnk:hover {
	color: #000000;
	text-decoration: underline;
}

.menu {
	color: #000000;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: center;
}
.menu_lnk{
	text-decoration: none;
	color: #000000;
}

.menu_lnk:hover {
	color: #333333;
	text-decoration: underline;
}


.sub {
	color: #333333;
	text-transform: none;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 12px;
	text-align: right;
	padding-bottom: 9px;
	font-weight: bold;
}

.sub_lnk{
	color: #333333;
	text-decoration: none;
}

.sub_lnk:hover {
	color: #333333;
	text-decoration: underline;
}


.body_txt {
	color: #000000;
	text-align: justify;
	vertical-align: top;
	background-image: url(../images/c-l-angle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}


	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: #cfcfcf; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */