@charset "utf-8";
/* CSS Document */

.logo {
	background-image: url(../images/title.png);
	float: left;
	height: 77px;
	width: 281px;
	background-repeat: no-repeat;
	margin-left: 80px;
	margin-top: 10px;
}
.model {
	background-image: url(../images/model.png);
	height: 789px;
	width: 990px;
	float: left;
	background-repeat: no-repeat;
	background-position: 25px bottom;
	padding-top: 40px;
}
.headings {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #084e8a;
	text-decoration: none;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666;
	text-decoration: none;
}
.red_contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #900;
	text-decoration: underline;
}

.content_topbar {
	background-image: url(../images/top_content_aria.png);
	float: right;
	height: 24px;
	width: 628px;
	margin-top: 80px;
}
.content_aria_bg {
	background-image: url(../images/content_aria_bg.png);
	float: right;
	height: auto;
	width: 575px;
	padding-left: 28px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.bottom_models {
	background-image: url(../images/models_bottom.png);
	float: right;
	height: 310px;
	width: 628px;
}

.tablecont {
	float: right;
	height: 334px;
	width: 943px;
}
.table_topbar {
	background-image: url(../images/table_bar_top.png);
	float: left;
	height: 23px;
	width: 943px;
}
.table_left_sidebar {
	background-image: url(../images/table_left_sidebar.png);
	float: left;
	height: 284px;
	width: 19px;
}
.table_right_sidebar {
	background-image: url(../images/table_right_sidebar.png);
	float: right;
	height: 284px;
	width: 22px;
}
.table_bottom_bar {
	background-image: url(../images/table_bottom_bar.png);
	float: left;
	height: 27px;
	width: 943px;
	margin-bottom: 20px;
}
.table_content_aria {
	float: left;
	height: 282px;
	width: 900px;
	border: 1px solid #333;
	background-color: #A7D1E4;
}
.border_right_bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.border_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
}
.border {
	border: 1px solid #333;
}
.tbl_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.tbl_contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.main {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

