@charset "utf-8";

body
{
	behavior: url("../htc/csshover3.htc");
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #EE3424;
}

body
{
	background-color: #EE3424;
}

body,form,html,img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body,html
{
	height: 100%;
	width: 100%;
}

body,input,td,textarea,th
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: justify;
}

.Background
{
	height: 100%;
	margin: 0px auto 0px auto;
}

.BackgroundCenter
{
	background-color: #FFFFFF;
	background-image: url(../png/background-center.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 840px;
}

.BackgroundLeft
{
	background-image: url(../png/background-left.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 13px;
}

.BackgroundRight
{
	background-image: url(../png/background-right.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 13px;
}

.Content
{
	height: 100%;
	width: 100%;
}

.ContentBottom
{
	color: #999999;
	font-size: 7pt;
	padding-bottom: 35px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 35px;
	vertical-align: bottom;
}

.ContentBottom img
{
	float: right;
	padding-bottom: 5px;
}

.ContentTop
{
	background-image: url(../png/content-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 35px;
	vertical-align: top;
}

.ContentTop h1
{
	height: 35px;
	visibility: hidden;
}

.ContentTop .Body
{
	clear: left;
	height: auto;
	width: 100%;
}
