body
{
	background-color:		#FFDDAB;
	margin:					0;
}

table.main
{
	font-weight:			bold;
	font-family:			Arial;
	font-size:				14px;
	padding:				0;
	margin:					0;
	border-spacing:			0px;
	background-color:		#FF9E28;
	width:					800px;
	height:					100%;
	border:					#E89025 1px solid;
}

textarea
{
	font-weight:			bold;
	font-family:			Arial;
	background-color:		#FF9E28;
	width:					780px;
	height:					400px;
	background-color:		#FFDDAB;
	border:					#E89025 1px solid;
}

input
{
	font-weight:			bold;
	font-family:			Arial;
	background-color:		#FF9E28;
	width:					200px;
	background-color:		#FFDDAB;
	border:					#E89025 1px solid;
}

td.top
{
	height:					200px;
}

td.menu,td.copyright
{
	height:					40px;
	color:					#ffe9c6;
}

td.menu
{
	text-align:				center;
	font-family:			Arial;
	font-style:				italic;
	font-weight:			bold;
	font-size:				20px;
}

td.menu li {
	display:				inline;
	margin-left:			10px;
	margin-right:			10px;
}

td.copyright
{
	text-align:				right;
	padding-right:			10px;
}

td.content
{
	font-weight:			normal;
	text-align:				left;
	padding:				10px;
	color:					#333333; /*#ffe9c6;*/
	vertical-align:			top;
	font-weight:			bold;
}

a:link,a:visited
{
	color:					#FFE6C7;
	text-decoration:		none;
}

a:hover,a:visited:hover
{
	color:					#FFCF83;
	text-decoration:		none;
}

h1,h2,h3,td.contentheading
{
	font-weight:			bold;
	font-size:				16px;
	color:					#FFE6C7;
	font-style:				italic;
	line-height:			1;
}

img
{
	border:					#E89025 2px solid;
}

pre
{
	font-weight:			bold;
	font-family:			Arial;
	font-size:				14px;
	white-space:			normal;
}

