body {
	background-image:url(../images/pagebg.jpg);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

h1	{
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
}

h2	{
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}

h3	{
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

h4	{
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	}

.indent {
	margin-right: 25px;
	margin-left: 25px;
}

.menucol	{
	width: 200px;
}

.contentcol	{
	width:auto;
	max-width: 800px;
}


.sheet {
	align: center;
	padding: 25px;
	width: 100%;
	max-width: 1000px;
	background-image: url(../images/background.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


hr	{
	color: #FF0000;
	height:1px;
	width:80%;
}

a	{
	color:#F7C200;
	text-decoration:none;
}

a:hover	{
	color:#EB4100;
	text-decoration:none;
}

a.menu_main	{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.menu_main:hover	{
	color:#F7C200;
	font-weight:bold;
	text-decoration:none;
}


