body
{
	background-color:#404040;
	margin:15px;
}

.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:162px;
}

.left
{
	background-image:url(images/left.jpg);
	background-repeat:repeat-y;
	width:150px;
}

.main
{
	background-color:White;
	width:830px;
}

.bottom
{
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	width:980px;
	height:37px;
}

td
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.content
{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}

a.menu
{
	color:black;
	background-color:#B6BDC7;
	border:2px solid black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	height:24px;
	width:120px;
	margin-bottom:10px;
	padding-top:1px;
}

a.menu:hover
{
	color:black;
	background-color:#ffffff;
	border:2px solid black;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	height:24px;
	width:120px;
	margin-bottom:10px;
	padding-top:1px;
}

h3
{
	color:#000000;
	font-family:Arial Rounded MT Bold;
	font-size:20px;
	margin-bottom:0;
}

h5, h4
{
	color:#FF6E1B;
	font-family:Tahoma;
	margin-bottom:0;
	margin-top:0;
	font-variant:small-caps;
	font-size:13px;
}

p
{
	margin-top:7px;
}

hr
{
	color:#000000;
	height:1px;
	margin-top:0;
}

a
{
	color:#000000;
}

a:hover
{
	color:#FF6E1B;
}
