@charset "utf-8";
/* CSS Document */
/* Reset page layout */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #E71E26;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: 1px dotted #E71E26;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	background-color: #E71E26;
	color: #FFFFFF;
	border: 1px inset #666666;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* -------------------------------------------------------------- */
#container {
}
#container-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/* -------------------------------------------------------------- */
#heading {
	margin-bottom: 15px;
}
#heading-inner {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E81F27;
}
#logo {
}
/* -------------------------------------------------------------- */
#content-main {
	float: left;
	width: 585px;
	padding-right: 15px;
}
#content-main h1{
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
#content-main h2{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
#content-main p{
	padding-bottom: 7px;
}
.formheading {
	color: #333333;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.formtable {
	background-color: #F5F5F5;
}
.formtable td{
	vertical-align: top;
}

/* -------------------------------------------------------------- */
#content-sub {
	float: right;
	width: 350px;
}
#content-sub img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.TextComment {
	font-size: 11px;
}

