@import url("layout.css");
@import url("menu.css");
@import url("form.css");

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
th {
	font-weight: normal;
	text-align: left;
}

body {
	background: #fff url(../images/bg.png) repeat-x center top;
	color: #727375;
	font-family: arial;
	font-size: 0.9em;
}

h1 {
	color: #ee7f00;
	font-size: 24px;
	font-weight: normal;
	margin: 25px 0 5px;
}

h2 {
	color: #5c5c5e;
	font-size: 24px;
	font-weight: normal;
	margin: 25px 0 23px;
}

h3 {
	color: #5c5c5e;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 5px;
}

h4 {
	color: #727375;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 5px;
}

p {
	line-height: 1.2em;
	margin: 0 0 1.6em 0;
}

ol,
ul {
	display: inline-block;
	list-style-type: disc;
	margin: 0 0 0.83em 0;
	padding: 0 0 0 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	display: block;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 1.4em;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 2.2em;
}

li {
	line-height: 1.60em;
}

a {
	color: #ef8000;
	text-decoration: none;
}

a:hover {
	color: #ef8000;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	margin: 0 0 1.4em 0;
	table-layout: fixed;
	width: 100%;
}

th {
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 0.4em;
	text-align: center;
	vertical-align: bottom;
}

td {
	line-height: 1.4em;
	vertical-align: middle;
}

hr {
	border-top: 1px solid #c3c7cb;
	margin: 32px 0;
}

sub {
	font-size: 1.0em;
}

sup {
	font-size: 0.5em;
}

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 1px;
}

.ina {
	display: none;
}

.fss {
	font-size: 0.7em;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.thl {
	color: #972737;
}

.ttp {
	font-size: 0.8em;
	text-align: right;
}
