@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 {
	color: #000;
	font-family: arial;
	font-size: 0.9em;
}

h1 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 19px;
}

h2 {
	color: #007933;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
}

p {
	line-height: 1.42em;
    margin: 0 0 1.44em;
}

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

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: #007933;
	text-decoration: none;
}

a:hover {
	color: #007933;
	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 #c9c9c9;
}

sub {
	font-size: 1.0em;
}

sup {
	font-size: 0.5em;
}

.dstc {
	padding: 5px 0 0;
}

.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;
}

.btnw {
	display: table;
    margin: 0 auto;
    width: 345px;
}
