html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Verdana";
	font-size: 14px;
	color: #000000;
	background: #EAE2C8;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight: normal;
		margin-left:auto;
	margin-right:auto;
}
p {
	margin-top: 0px;
}

table {
	margin-left:auto;
	margin-right:auto;
	border-width: 0px;
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

.tableImage {
	margin-left: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-width: 0px;
}

A:link 
{
	text-decoration: none;
	color: #D35F09;
	font-weight: bold;
}

A:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #D35F09;
}

A:active 
{
	text-decoration: none;
	font-weight: bold;
	color: #3500F9;
}

A:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #D91918; 
}

.top {
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 500px;
	/*padding-top: 60px;*/
	/*padding-left: 10px;*/
}

.middle {
	background-image: url(middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	/*height: 23;*/
	width: 500px;
	padding-left: 20px;
	padding-right: 30px;
}

.bottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 500px;
	/*padding-top: 60px;*/
	/*padding-left: 10px;*/
}

.smallTop {
	background-image: url(smallTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 200px;
	/*padding-top: 60px;*/
	/*padding-left: 10px;*/
}

.smallMiddle {
	background-image: url(smallMiddle.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 19px;
	width: 200px;
	/*padding-top: 60px;*/
	/*padding-left: 10px;*/
}

.smallBottom {
	background-image: url(smallBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 200px;
	/*padding-top: 60px;*/
	/*padding-left: 10px;*/
}

.littleComment {
	font-size: 10px;
	margin-bottom: 0px;
}

.label {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 120%;
}

.sideTable {
	margin-top: 5px;
}

.navi {
	 background-image: url(navi2.png);
	 background-repeat: no-repeat;
	 background-position: left top;
	 height: 105px;
	 width: 725px;
	 padding-top: 38px;
	 padding-left: 0px;
}
