body.standard {
	text-align: center;
	margin: 20px;
	background: #E1E1E1;
	color: #000000;
	overflow: scroll;
}

a {
	text-decoration: none;
	color: #007CD3;
}

a:hover {
	text-decoration: underline;
}

a.navi_selected {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.navi_top {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.navi_selected:hover {
	text-decoration: underline;
}

a.navi_top:hover {
	text-decoration: underline;
}

a.small_grey {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #818181;
}

a.small_grey:hover {
	text-decoration: underline;
}

div.clear {
	clear: left;
}

div.header_bottom {
	width: 830px;
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

div.header_top_left {
	width: 415px;
	text-align: left;
	float: left;
}

div.header_top_right {
	width: 415px;
	text-align: right;
	float: left;
}

div.navi_sub_center {
	width: 820px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	text-align: left;
	background: #E1E1E1;
	float: left;
}

div.navi_sub_left {
	width: 5px;
	height: 20px;
	background-image: url(navi_sub_left.png);
	float: left;
}

div.navi_sub_right {
	width: 5px;
	height: 20px;
	background-image: url(navi_sub_right.png);
	float: left;
}

div.navi_top_center {
	height: 18px;
	padding-top: 2px;
	text-align: center;
	background-image: url(navi_top_center.png);
	float: left;
}

div.navi_top_center_selected {
	height: 18px;
	padding-top: 2px;
	text-align: center;
	background-image: url(navi_top_center_selected.png);
	float: left;
}

div.navi_top_left {
	width: 5px;
	height: 20px;
	background-image: url(navi_top_left.png);
	float: left;
}

div.navi_top_left_selected {
	width: 5px;
	height: 20px;
	background-image: url(navi_top_left_selected.png);
	float: left;
}

div.navi_top_right {
	width: 5px;
	height: 20px;
	background-image: url(navi_top_right.png);
	float: left;
}

div.navi_top_right_selected {
	width: 5px;
	height: 20px;
	background-image: url(navi_top_right_selected.png);
	float: left;
}

div.page {
	width: 830px;
	padding: 10px;
	background: #FFFFFF;
	margin: auto;
}

div.small_grey {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #818181;
}

div.standard_title {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;
	color: #007CD3;
}

div.standard_text {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}



img.link {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}



input.standard_field {
	background-color: #FFFFFF;
	border: 1px #007CD3 solid;
	font-family: Verdana, Georgia, Arial;
	font-size: 10pt;
}



table.small_grey {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #818181;
}



textarea.standard_area {
	background-color: #FFFFFF;
	border: 1px #007CD3 solid;
	font-family: Verdana, Georgia, Arial;
	font-size: 10pt;
}