body
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: 30px;
	margin: 200px;
}


a
{
	color: #000000;

	text-decoration: none;
}

a:hover
{
	border-bottom: 1px solid;

	color: #333333;

	text-decoration: none;
}

a img
{
	border: none;
}


div.warning
{
	background-color: #CC0000;
	padding: 5px;
}

div.center
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

	width: 610px;
}


div.menu
{
	margin-left: 510px;
	margin-top: 32px;

	width: 70px;

	padding-left: 5px;
	padding-right: 5px;

	position: absolute;
}

div.menu ul
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	padding-left: 10px;

	color: #FF9100;
}


div.head
{
	background-image: url("./head.png");
	background-repeat: no-repeat;

	height: 40px;
}

div.main
{
	background-image: url("./main.png");
	background-repeat: repeat-y;

	text-align: justify;

	padding-left: 25px;
	padding-right: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.main h1
{
	color: #333364;

	margin: 0px;

	font-size: 18px;
	font-weight: normal;
}

div.main h2
{
	color: #333333;

	margin-top: -3px;
	margin-bottom: 7px;;

	font-size: 11px;
	font-weight: normal;
}

div.foot
{
	background-image: url("./foot.png");
	background-repeat: no-repeat;

	text-align: center;

	height: 30px;
}