@charset "utf-8";
/* CSS Document */

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of RESET CSS */



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#505050;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}

a {
	color:#032b88;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#505050;
}

#L_MAIN {
	width:956px;
	margin:20px auto;
}

#L_MAIN table.main {
	width:956px;
	border-bottom:1px solid #acacac;
	table-layout:fixed;
}

#L_MAIN table.main td.main_left_top {
	width:477px;
	vertical-align:top;
	padding-bottom:50px;
	text-align:left;
}

#L_MAIN table.main td.main_left_top div.left {
	width:228px;
	float:left;
	text-align:left;
	padding-left:10px;
}

#L_MAIN table.main td.main_left_top div.right {
	width:219px;
	float:right;
	text-align:right;
	padding-right:20px;
}

#L_MAIN table.main td.main_left_bottom {
	width:477px;
	vertical-align:bottom;
}
#L_MAIN table.main td.main_banner {
	width:477px;
	vertical-align:top;
	text-align:center;
}

#L_TEXT {
	margin-bottom:80px;
}

#L_TEXT p {
	text-align:justify;
	margin:0px 0px 20px 0px;
}

#L_MAIN table.main td.main_right {
	width:462px;
	padding:0px 0px 0px 16px;
	vertical-align:top;
	border-left:1px solid #acacac;
}

#L_FOOT {
	border-top:1px solid #acacac;
	margin-top:20px;
	padding:6px 0px 20px 0px;
	color:#000;
	font-size:0.8em;
	line-height:0.8em;
	clear:both;
}

#L_FOOT a {
	text-decoration:none;
	color:#000;
}

#L_FOOT a:hover {
	color:#93938e;
}

#L_FOOT a.grey {
	text-decoration:none;
	color:#666666;
}

#L_FOOT a.grey:hover {
	color:#93938e;
}

table.banner {
	width:462px;
	margin-bottom:5px;
}

table.banner a {
	color:#5a5a5a;
}

table.banner a:hover {
	color:#5a5a5a;
}

table.banner td.banner-left {
	width:208px;
	text-align:left;
}

table.banner td.banner-h-sep {
	width:46px;
}

table.banner td.banner-v-sep1 {
	width:5px;
}

table.banner td.banner-v-sep2 {
	width:15px;
}

table.banner td.banner-right {
	width:208px;
	text-align:right;
}

table.addresses {
	width:955px;
	table-layout:fixed;
	margin-top:25px;
}

table.addresses td {
	width:171px;
	text-align:left;
	vertical-align:top;
	padding:0px 10px;
}

table.addresses td p {
	margin-bottom:15px;
}

table.addresses td.address1 {
	border-right:1px solid #8b8b8b;
}

table.addresses td.address2, table.addresses td.address3, table.addresses td.address4 {
	border-left:1px solid #cecece;
	border-right:1px solid #8b8b8b;
}

table.addresses td.address5 {
	border-left:1px solid #cecece;
}

table.addresses td.email1 {
	border-right:1px solid #8b8b8b;
	padding-bottom:0px;
}

table.addresses td.email2, table.addresses td.email3, table.addresses td.email4 {
	border-left:1px solid #cecece;
	border-right:1px solid #8b8b8b;
	padding-bottom:0px;
}

table.addresses td.email5 {
	border-left:1px solid #cecece;
	padding-bottom:0px;
}