body {
	margin:0;
	padding:0;
	background:#ffffff;
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
}

a{
	color:Black;;
	text-decoration: underline;
}

a:hover{
	color: #00FF00;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:5px;
	list-style-type: circle;
	line-height: 16px;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 2px;
	text-transform: uppercase;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-image: url(../images/adr-bg.gif);
	background-repeat: repeat-x;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}



.norepeat {
	background-repeat: no-repeat;
}
.s-offers {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-right: 30px;
	font-size: 12px;
	padding-bottom: 1px;
}


.c_name {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3059CE;
	background-repeat: repeat;
	background-image: url(../images/cn_bg.jpg);
}


.bottom-menu {
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.t-menu {
	color: #999999;
	white-space: nowrap;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}

.t-menu_lnk {
	color: #999999;
	text-decoration: none;
}

.t-menu_lnk:hover {
	color: #00FF00;
	text-decoration: underline;
}

.bottom-menu-lnk {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color: #00FF00;
	text-decoration: underline;
}

.menu {
	color: #000000;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
.menu_lnk{
	text-decoration: none;
	color: #000000;
}

.menu_lnk:hover {
	color: #14469F;
	text-decoration: none;
}

.content { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
}


.body_txt {
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
div.nav { margin: 0; padding: 0; list-style: none;}
ul.nav { margin: 0; padding: 0; list-style: none; width: 170px; border-bottom: 1px solid #ccc;}
	
div.nav div.lnk { position: relative;}
div.lnk ul.nav { position: absolute; left: 137px; top: -3px; display: none; }

/* Styles for Menu Items */
ul.nav li a {
	display: block;
	text-decoration: none;
	color: White;
	background: #2A59B1; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	list-style: none;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */
ul.nav li a:hover { color: #E2144A; background: #00FF00; } /* Hover Styles */
div.lnk ul.nav li a { padding: 2px 5px; } /* Sub Menu Styles */
div.lnk:hover ul.nav, li.over ul.nav { display: block; } /* The magic */
div.lnk:hover { background: #D1DCFB; } /* The magic */
