@charset "UTF-8";
body {
 margin:0;
 padding: 0;
}

a {
	color: #003377;
	border: none;
	background-color: transparent;
}

a:link, a:active, a:visited {
	color: #663300;
	border: none;
	background-color: transparent;
	}

a:hover {
	color: #000000;
	}

/*base*/
.glow_top {
 width: 760px;
 height: 5px;
 margin: 0 auto;
 padding: 0;
 background: url(../../img/glow_top.gif) no-repeat left top;
 font-size: 0;
 line-height: 0;
}

#wrapper {
 width: 760px;
 margin: 0 auto;
 padding: 0 0 5px 0;
 background: url(../../img/wrapper_bg.gif) repeat-y left top;
}

.glow_bottom {
 width: 760px;
 height: 5px;
 margin: 0 auto;
 padding: 0;
 background: url(../../img/glow_bottom.gif) no-repeat left top;
 font-size: 0;
 line-height: 0;
}

/*header*/
#header {
 width: 750px;
 height: 107px;
 margin: 0 auto;
 padding: 0;
 background: url(../../img/header_bg.png) no-repeat left top;
}

#header h1 {
	display: none;
}

/*content*/
.cowide {
	width: 700px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	width: 700px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: left;
}
.txt {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.txt2 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 5px;
	padding-left: 12px;
	text-align: left;
}
.md {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.md2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
}
.dot {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.box {
	padding: 8px;
	width: 700px;
	border: 1px solid #0066CC;
	margin-top: 15px;
	margin-bottom: 10px;
}
.td {
	margin: 0px;
	padding: 0px;
}
.tdtxt {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	vertical-align: top;
	text-align: left;
}
.contact {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
}

.redbold {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	border-bottom-color: #F00;
}

