/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:".";
}
.container {
	width:927px;
	margin:0px auto;
	text-align:left;
}
/* Header */
.header {
	width:100%;
	overflow:hidden;
	position:relative;
}
.header_tipe {
	float:left;
	display:block;
	width:644px;
	height:293px;
}
.header_form {
	width:927px;
	height:293px;
	background:url(../images/header_bg.jpg) 1px no-repeat;
}
.header_bookmark {
	position:absolute;
	top:0px;
	right:0px;
	width:161px;
	height:27px;
	background-image:url(../images/header_bg.jpgheader_bookm.gif);
	text-align:center;
}
.header_bookmark a {
	color:#fff;
	font-size:10px;
	line-height:24px;
	text-decoration:none;
	font-weight:bold;
}
.header_bookmark a:hover {
	text-decoration:underline;
}

.form {
	float:right;
	width:222px;
	height:260px;
	margin-right:48px;
	margin-top:28px;
}
.form div {
	width:100%;
	text-align:right;
	margin-bottom:7px;
	font-size:12px;
	color:#3E3E3E;
}
.form label {
	font-family:Tahoma, serif;
	font-weight:bold;
	font-size:12px;
	color:#3E3E3E;
	margin-right:8px;
}
.form select {
	font-family:Tahoma, serif;
	font-size:12px;
	color:#3E3E3E;
	width:126px; height:20px;
}
.form span {
	display:block;
	margin-top:14px;
	_margin-top:10px;
	font-family:Tahoma, serif;
	font-size:12px;
	color:#3E3E3E;
}
.form_submit {
	color:#FF0283;
	font-weight:bold;
	margin-right:34px;
	cursor:pointer;
}
.form_submit:hover {
	cursor:pointer;
}
.spacer {
	height:1px;
	font-size:1px;
	line-height:1px;
}
/* Content */
.content {
	width:100%;
}
.content_set {
	width:100%;
	height:192px;
}
.content_pic {
	display:block;
	float:left;
	padding:3px 0px 3px 4px;
	text-decoration:none;
	font-family:Tahoma, serif;
	color:#000;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
.content_pic:hover span {
	text-decoration:underline;
}
.content_pic img {
	display:block;
	margin-bottom:2px;
}
.content_pic span {
	display:block;
	line-height:18px;
	color:#FF0283;
	font-weight:bold;
}

/*  Footer */
.footer {
	width:927px;
	margin:5px auto 0px auto;
	text-align:left;
	font-family:Tahoma, serif;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
.footer a {
	color:#000;
}