@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(trimages/bkg.jpg) fixed;
	font-size: 12px;
}
table {
	font-size: 12px;
}


#wrap {
	width: 880px;
}
#wrap-header {
	background: url(trimages/header_03.jpg) no-repeat center top;
}
.margin_top {
	margin-top: 10px;
}
.margin_top1 {
	margin-top: 50px;
}
.margin_left_right {
	margin-right: 5px;
	margin-left: 5px;
}
.margin_right {
	margin-right: 10px;
}

.margin_left {
	margin-left: 10px;
}

.txt_white {
	color: #FFF;
}
.txt_blue {
	color: #174775;
}
.txt_red {
	color: #F00;
}


.txt_20 {
	font-size: 20px;
}
.p_justify {
	text-align: justify;
}

#wrap_menu {
}
#menu_left {
	background: url(trimages/menu-left_09.jpg) no-repeat left top;
}
#menu_right {
	background: url(trimages/menu-right_12.jpg) no-repeat right top;
}
#menu {
	background: #4557A9;
	height: 32px;
	margin-right: 8px;
	margin-left: 9px;
	overflow: hidden;
	padding-top: 0px;
	color: #FFF;
}
#wrap_body {
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrap_footer {
	background: #4354A6;
	font-size: 11px;
	color: #FFF;
}
#wrap_footer a {
	color: #FFF;
	text-decoration: none;
}
#wrap_footer_left {
	background: url(trimages/footer_19.jpg) no-repeat left bottom;
}
#wrap_footer_right {
	background: url(trimages/footer_20.jpg) no-repeat right bottom;
}
.heading1 {
	background: #4557A9 url(trimages/heading-left_15.jpg) no-repeat left top;
	padding-top: 5px;
	padding-left: 9px;
	color: #FFF;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
}
.heading2 {
	background: #4557A9;
	padding-top: 5px;
	padding-left: 9px;
	color: #FFF;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
}
.heading3 {
	background: #4557A9 url(trimages/heading-right_16.jpg) no-repeat right top;
	padding-top: 5px;
	padding-left: 9px;
	color: #FFF;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
}
.heading4 {
	font-size: 18px;
}

.border_bottom_dotted {
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}
.border_bottom_solid {
	border-bottom: 3px solid #333;
}


.borders1 {
	border: 1px solid #FCDBB4;
}
.input1 {
	width: 200px;
}
.input2 {
	width: 90px;
}

#loading {
	background: url(trimages/loading-nb4.gif) no-repeat -200px -20%;
}
.a {
	color: #FFF;
	text-decoration: none;
}
.a_active {
	color: #4557a9;
	background: #FFF;
}
.credit_cards {
	margin-right: 10px;
	padding-top: 5px;
}


/*DROP-DOWN MENU*/
.dropdown {float:left; padding-right:0px}
.dropdown dt {cursor:pointer;}
.dropdown dt:hover {}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	margin: 5px 0px 0px;
}
.dropdown ul {width:204px; list-style:none; border-top:none; padding-left: 0px;}
.dropdown li {display:inline; text-align: left; margin: 5px;}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px 10px;
	text-decoration:none;
	margin-left: 15px;
}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
#wrap_footer a:hover {
	border-bottom: 1px dotted #FFF;
}
