﻿/* ----- import css ----- */
@import url("/css/reset.css");
/* ----- html elements ----- */
a {
	color:#000;
	text-decoration:none;
}
body {
	background-color:#FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	font-weight: 500;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom:1px solid #666;
	margin: 10px auto 10px;
	position:relative;
	width:800px;
	overflow:scroll;
	padding-top: 10px;
	padding-bottom:20px;
}
h1 {
	font-size:2.5em;
	padding:8px 15px;
	font-weight:normal;
	text-align: center;
}
blockquote {
	border-bottom:1px solid #CCC;
	margin:0px 10px 10px;
	padding:0pt 0px 10px;
	line-height:1.3em;
}
#header {
	padding-top: 20px;
	padding-left: 20px;
	min-height:80px;
}
#main {
	padding-left: 20px;
	position:relative;
	min-height:500px;
}
#footer {
	float:left;
	width:600px;
	vertical-align:bottom;
	padding-left: 120px;
}

#footer p {
	text-align:center;
}
#left {
	float:left;
	padding-left: 50px;
	position:relative;
}
#left a {
	text-decoration:none;
}
#left a:hover {
	color:#666666;
	text-decoration:underline
}

#right {
	float:left;
	padding-left: 100px;
	position:relative;
}
#right a {
	text-decoration:none
}
#right a:hover {
	color:#666666;
	text-decoration:underline
}

.style_small {
	font-family: "Book Antiqua";
	font-size: small;
	color: #808080;
}
.style_smaller {
	font-family: "Book Antiqua";
	font-size: smaller;
	color: #808080;
}
.style_xsmall {
	font-family: "Book Antiqua";
	font-size: x-small;
	color: #808080;
}
.style_medium {
	font-family: "Book Antiqua";
	font-size:medium;
	color: #808080;
}
.style10 {
	font-size: x-small;
}
.style12 {
	color: #800000;
}
.style13 {
	border-width: 0px;
}
.style14 {
	font-size: small;
}
.style16 {
	font-size: small;
	color: #800000;
	font-weight: bold;
}
.style17 {
	font-size: small;
	color: #800000;
}
