html[xmlns^="http"] {
	overflow-y: scroll;
}

body {
	margin: 10px 0;
	padding: 0;
	background-color: #d8dce2;
	color: #002f5d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

form {
	margin: 0;
}

form.f1 label {
	display: block;
	font-size: 11px;
}
form.f1 input, 
form.f1 textarea {
	width: 250px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
form.f1 input[type=submit] {
	width: auto;
	padding: 1px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

dl {
	clear: both;
	margin: 0 15px;
	padding: 5px;
	overflow-x: auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
dt {
	float: left;
	margin: 0;
	padding: 0;
}
dd {
	float: right;
	margin: 0;
	padding: 0;
	color: #85bc21;
	font-weight: bold;
}

a {
	color: #85bc21;
	text-decoration: none;
}

#content {
	min-height: 485px;
	overflow-y: auto;
	background-color: #002f5d;
	color: #fff;
}

#frame-border, 
#frame-bottom, 
#frame-main, 
#frame-top {
	width: 950px;
	margin: 0px auto;
}

#frame-main {
	background: url(./images/fmain-ct.gif) repeat-y;
	text-align: left;
}

#header {
	height: 183px;
	background: url(./images/header-bg.gif) repeat-x;
}

#messageConfirm {}
#messageFailure {
	color: #af0000;
}

#sitemap {}

.bg1 {
	background-color: #8093a3;
}
.bg2 {
	background-color: #fff;
}
.bg3 {
	background-color: #ebf2dd;
}
.bg4 {
	background-color: #f4f8ed;
}

.bold {
	font-weight: bold;
}

.dialogbox {
	margin: 10px 0 15px;
	padding: 0 20px;
}
.dialogbox p {
	margin: 0;
	padding: 0;
	line-height: 17px;
}
.dialogbox p.hl {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D8DCE2;
	font-weight: bold;
}
.dialogbox li {
	line-height: 17px;
}
.dialogbox-wrap {
	padding: 10px 0;
}

.fborder-ct {
	float: left;
	width: 924px;
	border: 1px solid #002f5d;
	border-top: none;
	background-color: #fff;
}
.fborder-lt {
	float: left;
	width: 12px;
	background: url(./images/fborder-lt.gif) no-repeat;
}
.fborder-rt {
	float: right;
	width: 12px;
	background: url(./images/fborder-rt.gif) no-repeat;
}

.fbottom-ct {
	float: left;
	width: 890px;
	height: 20px;
	background: url(./images/fbottom-ct.gif) repeat-x;
}
.fbottom-lt {
	float: left;
	width: 30px;
	height: 20px;
	background: url(./images/fbottom-lt.gif) no-repeat;
}
.fbottom-rt {
	float: right;
	width: 30px;
	height: 20px;
	background: url(./images/fbottom-rt.gif) no-repeat;
}

.fg1 {
	color: #85bc21;
}
.fg1-b {
	color: #85bc21;
	font-weight: bold;
}
.fg2 {
	color: #002f5d;
}

.fheader-lt {
	float: left;
	width: 360px;
}
.fheader-rt {
	float: right;
	width: 564px;
}

.fmain-ct {
	float: left;
	width: 924px;
	border: 1px solid #002f5d;
	border-bottom: none;
	/*
	background: #fff url(./images/bg-iso9001.gif) no-repeat right bottom;
	*/
}
.fmain-lt {
	float: left;
	width: 12px;
	height: 20px;
	background: url(./images/fmain-lt.gif) no-repeat;
}
.fmain-rt {
	float: right;
	width: 12px;
	height: 20px;
	background: url(./images/fmain-rt.gif) no-repeat;
}

.form-button {
	margin-right: 52px;
	text-align: right;
}

.ftop-ct {
	float: left;
	width: 890px;
	height: 20px;
	background: url(./images/ftop-ct.gif) repeat-x;
}
.ftop-lt {
	float: left;
	width: 30px;
	height: 20px;
	background: url(./images/ftop-lt.gif) no-repeat;
}
.ftop-rt {
	float: right;
	width: 30px;
	height: 20px;
	background: url(./images/ftop-rt.gif) no-repeat;
}

.fsitemap-block {
	float: left;
	width: 231px;
	margin: 10px 0 0;
	font-size: 8pt;
	line-height: normal;
}
.fsitemap-block a {
	margin-left: 18px;
	color: #bfc9d1;
}
.fsitemap-block a:hover {
	color: #909090;
}

.fsitemap-logo {
	float: right;
	margin-top: -5px;
}

.header-bttn {
	float: right;
	height: 75px;
}
.header-bttn a, 
.header-bttn div {
	float: left;
	display: block;
	margin: 0 20px 0 15px;
}
.header-bttn a:hover {
	opacity: 0.5;
}

.header-link {
	height: 108px;
}

.header-login {
	float: left;
	margin: 15px 0 0 17px;
}
.header-login input[type=text], 
.header-login input[type=password] {
	float: left;
	width: 110px;
	margin-right: 10px;
	padding: 3px 5px;
	border: none;
	background: #002f5d;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.header-login input[type=image] {
	float: left;
}

.header-logo {
	height: 120px;
}
.header-logo img {
	position: relative;
	top: 30px;
	left: 25px;
}

.header-nav {
	float: left;
	margin-top: 15px;
}
.header-nav a {
	float: left;
	display: block;
	margin-top: 3px;
	margin-left: 10px;
	color: #002f5d;
}

.header-promo {
	height: 40px;
}
.header-promo img {
	position: relative;
	top: 4px;
	left: 16px;
}

.header-station {
	height: 23px;
}
.header-station img {
	position: relative;
	left: 16px;
}

.hide {
	display: none;
}

.main-ct {
	float: left;
	/*
	width: 569px;
	*/
	width: 602px;
	padding-bottom: 20px;
	color: #002f5d;
}
.main-ct div.col-lt {
	float: left;
}
.main-ct div.col-lt a:hover {
	text-decoration: underline;
}
.main-ct div.col-rt {
	float: right;
}

.menu-lt {
	float: left;
	/*
	width: 282px;
	margin: 30px 0 0 48px;
	*/
	width: 272px;
	margin: 30px 0 0 25px;
}

/*
.menubox-idx {
	margin: 15px 0 0 15px;
}
.menubox-idx img {
	display: block;
	margin: 5px 0;
	opacity: 0.5;
}
.menubox-idx img:hover {
	opacity: 1;
}

.menubox {
	width: 210px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #002f5d;
}
.menubox a.hl {
	display: block;
	padding: 3px 10px;
	background-color: #8093a3;
	color: #002f5d;
}
.menubox-open {
	margin: 2px 10px 0;
	padding-top: 7px;
	padding-bottom: 12px;
	border-top: 1px solid #7f92a2;
	color: #002f5d;
}
.menubox-open a {
	display: block;
	margin: 0 0 2px 35px;
	color: #002f5d;
}
*/

.pagelink {
	height: 30px;
	position: relative;
	left: 0px;
	background-color: #002f5d;
	color: #fff;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	*/
	font-size: 10px;
}
.pagelink a, 
.pagelink span {
	float: left;
	position: relative;
	top: 13px;
	color: #fff;
}
.pagelink span.ar {
	float: left;
	margin: 0 4px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.textbox1 {
	/*
	width: 309px;
	*/
	width: 347px;
	background-color: #fff;
}
.textbox1 div.dl {
	padding-bottom: 10px;
	line-height: 17px;
}
.textbox1 form {
	padding: 0 20px 19px;
}
.textbox1 p, 
.textbox4 p {
	margin: 0;
	padding: 0 20px 19px;
	line-height: 17px;
}
.textbox1 p.headline, 
.textbox4 p.headline {
	width: 180px;
	height: 80px;
	margin-bottom: 20px;
	/*
	margin-bottom: 70px;
	*/
	padding: 20px 20px 0;
	color: #85bc21;
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.textbox1 p.subtitle, 
.textbox4 p.subtitle {
	margin: 0 15px 0 25px;
	position: relative;
	top: -40px;
}

.textbox2 {
	width: 210px;
	margin-bottom: 25px;
	padding: 10px 10px 15px;
	background-color: #8093a3;
	color: #002f5d;
	font-size: 11px;
	line-height: 15px;
}
.textbox2:hover {
	background-color: #fff;
}
.textbox2 a {
	color: #002f5d;
	text-decoration: underline;
}
.textbox2 p {
	margin: 0;
	padding-top: 18px;
}
.textbox2 p.cb {
	padding-top: 8px;
	text-align: right;
}
.textbox2 p.hl {
	padding: 0;
	font-weight: bold;
	line-height: normal;
}

.textbox3 {
	padding: 0 20px 10px;
}
.textbox3 div.dl {
	padding-top: 19px;
	line-height: 17px;
}
.textbox3 div.dl-hs {
	padding-top: 10px;
	line-height: 17px;
}
.textbox3 p {
	margin: 0;
	padding: 19px 20px 0;
	line-height: 17px;
}
.textbox3 p.hl {
	font-weight: bold;
	line-height: normal;
}

.textbox3-bttn {
	height: 18px;
	background-color: #002f5d;
	text-align: right;
}
.textbox3-bttn img {
	margin: 1px 0;
	cursor: pointer;
}

.textbox4 {
	/*
	width: 569px;
	*/
	width: 602px;
	background-color: #fff;
}
.textbox4 a {
	color: #002f5d;
}
.textbox4 dl.download {
	clear: both;
	margin: 0;
	padding: 0 20px 19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
}
.textbox4 dl.download dt {
	float: left;
	margin-right: 10px;
}
.textbox4 dl.download dd {
	float: left;
	margin-top: 8px;
	color: #002f5d;
	font-size: 8pt;
	font-weight: normal;
}
.textbox4 dl.download dd.extra {
	width: 75%;
	margin-top: 2px;
	line-height: normal;
}
.textbox4 dl.download dd a {
	font-size: 9pt;
	font-weight: bold;
}
.textbox4 dl.download dd span {
	display: block;
}
.textbox4 p.small {
	margin: 0;
	padding: 0 20px 19px;
	font-size: 11px;
	line-height: normal;
}

.textbox-idx {
	width: 425px;
	margin-top: 100px;
}
.textbox-idx div.wrap1 img {
	display: block;
	margin: 0 0 8px 40px;
}
.textbox-idx div.wrap2 img {
	float: left;
	display: block;
	margin: 17px 25px 0 40px;
}
.textbox-idx div.wrap2 a {
	position: relative;
	top: 27px;
	color: #fff;
}
.textbox-idx div.wrap2 a:hover {
	text-decoration: underline;
}
.textbox-idx div.wrap3 img {
	margin: 30px 0 0;
}




/*
 * mootools stylesheet
 *
 *
#alertContainer {
	bottom: 0px;
	position: fixed ;
	z-index: 1000;
	right: 20px;
	display: none;
	overflow: hidden;
}
 */

.cbOverlay	{
	background-color: #000;
}

.cbBox {
	margin-bottom: 10px;
}

.cbBox h3 {}

.cbBox p {
	margin: 0;
}

.cbButtons {
	text-align:center;
}

.cbContainer {
	border: 2px solid #D8DCE2;
	background-color: #fff;
/*
	padding: 10px 20px;
*/
text-align:left;
}

.cbHeader {}
