﻿body
{
	margin-top: 5px;
	font-family: Tahoma, Arial;
}

.wrapper
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.cell
{
	background-color: #CC6600;
	text-align: center;
	color: White;
	font-size: 12px;
	font-weight: bold;
}

titlecell
{
	background-color: #CC6600;
	text-align: center;
	padding: 5px;
}

.menucell
{
	background-color: #CC6600;
	text-align: center;
	width: 200px;
	color: White;
}

.menucell p
{
	font-size: 12px;
	font-weight: bold;
}

.content
{
	background-image: url(../../images/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}


.rightside
{
	background-image: url(../../images/right_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.bottomside
{
	background-image: url(../../images/bottom_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menu4
{
	width: 190px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

#menu4 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu4 li
{
	text-align: left;
	border-bottom: 1px solid #CC6600;
}

#menu4 li a
{
	height: 14px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	border-left: 1em solid #ffcc33;
}

#menu4 li a:link, #menu4 li a:visited
{
	color: #ffffff; /*#9E3C02;*/
	background-color: #ff9900;
	display: block;
	padding: 5px;
}

#menu4 li a:hover, #menu4 li a:active
{
	padding: 5px;
	background-color: #ffcc00;
	border-left: 1em solid #ffffcc;
}

h1
{
	color: #cc6600;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: dashed 1px #ffcc33;
}
