<!--

body {
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	/* background: transparent url("/gfx/bg.gif") center top no-repeat; */
	/* background-color:#e4e4e4; */
	background: url("/gfx/bg.gif") center;
	background-repeat: repeat-y;
}

a, a:visited, a:link { color:#000000; text-decoration:underline; }

a:hover { color: #666666; }

h1 { font-size:18px; margin:0; color:#333333; border-bottom: 1px dashed #333333; }

h2 { font-size:13px; margin:0; color:#333333; border-bottom: 1px dashed #333333; /* border-top:1px dotted #333333; */ }

h1 a, h1 a:visited, h1 a:link { text-decoration:none; }

h2 a, h2 a:visited, h2 a:link { text-decoration:none; padding:10px; line-height:25px; }

h2 img { margin-right:5px; border:0; }

input {
	background-color: #fff;
	background-image:url("/gfx/input.gif");
	background-repeat: repeat-x;
	border:1px solid #b1df37;
	width:140px;
	padding:3px;
	margin-top:18px;
}

div.wrap1 {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #c3c3c3;
}

div.wrap1 .wrap2 {
	width: 856px;
	background-repeat:repeat-y;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

div.wrap2 .logo {
	width:796px;
	height:61px;
	padding:0px;
	margin:0 auto;
	background-image: url("/gfx/logo.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	padding:30px;
}

div.logo .slogan {
	font-size:9px;
	font-weight:normal;
	margin-top:3px;
}

div.info, div.info1 {
	width:816px;
	/* line-height:40px; */
	background-color:#f8fff4;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	/*background-image:url(/gfx/info.gif); */
	background-repeat:repeat-x;
}

div.info1 { 
	background-image:url(/gfx/info1.gif);
	float:left; 
	border-top:1px solid #fff; 
	background-color:#e4e4e4;
	color:#999;
}

div.info1 a, div.info1 a:link, div.info1 a:visited { color:#999; }

div.info1 a:hover { color: #666; }

div.wrap2 .leftpanel, div.wrap2 .rightpanel {
	width:200px;
	display: inline;
	float:left;
}

div.wrap2 .mainpanel {
	width:456px;
	float:left;
}

div.leftpanel .header, div.rightpanel .header {
	background-image:url(/gfx/header.png);
	background-repeat:no-repeat;
	width:180px;
	line-height:35px;
	padding-left:20px;
	color:#FFFFFF;
	overflow:hidden;
	font-weight:bold;
}

.text { padding:8px; text-align:justify; }
.text img { margin-right:10px; margin-bottom: 10px; border:0;  float:left; }

.text_ { padding:15px; text-align:justify; }
.text_ img { vertical-align:middle; border:0; }

span.divider {
	border-bottom:1px dashed #333333; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	display:block;
}

div.rightpanel .inquiry, div.leftpanel .inquiry {
	padding:8px; 
	text-align:justify;
}

.inquiry a, .inquiry a:link, .inquiry a:visited, .inquiry a:hover { text-decoration:none; }

div.numberedList {
	background-image:url(/gfx/green_bullet_clean.gif);
	width:15px;
	height:15px;
	border:0px;
}
div.numberedListEntry {
	padding-left:4px;
	padding-top:1px;
	color:#FFFFFF;
	font-size:10px;
}

.searchResult img { 
	margin-right:0px; 
	margin-bottom: 0px; 
	border: 1px solid black;  
	float:left; 
}

table {
}

th {
        text-align:left;
        padding-top:5px;
        padding-bottom:5px;
        padding-right:5px;
        font-weight: bold;
        text-transform:uppercase;
        border-bottom: 1px dotted #bbbbbb;
}

td {
        border-right: 1px dotted #bbbbbb;
        border-bottom: 1px dotted #bbbbbb;
        padding:3px;
}

-->



