*
{
	color: #616161;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	text-align: left;
	background: url(images/bg.jpg) repeat-x;
	margin-left: 70px;
	margin-right: 70px;
}

#middlediv
{
	position:absolute;
	height:0;
	width:0;
	left:50%;
	top:25%;
}


table
{
    border-top:1px solid #444444;
    border-left:1px solid #444444;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

th
{
    border-right:1px solid #444444;
    border-bottom:1px solid #444444;
    color:#330000;
    background-color:#88cc88;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}

td
{
    border-right:1px solid #444444;
    border-bottom:1px solid #444444;
    padding:0.3em 1em;
}

.tdc
{
	text-align:center;
}

.box
{
	border: 1px solid #444444;
	padding: 0.3em;
	left:100px;
	color: #222222;
	background-color: #bbeebb
}

.back
{
	margin-left: -30px;
}

h1
{
	font-size: 20pt;
	letter-spacing: -1px;
	font-weight: lighter;		
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:0px;
	border-bottom:2px solid;
	margin-left: -30px;
}

h2
{
	font-size: 14pt;
	letter-spacing: -1px;
	font-weight: lighter;		
	margin-top:35px;
	margin-bottom:5px;
	padding-bottom:0px;
	margin-left: -30px;
}

h3
{
	font-size: 10pt;
	text-align: left;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#box ul
{
	list-style: none;
	margin-left: 70px;
	margin-bottom: 50px;
}

#box ul li
{
	margin-right:5px;
	float:left;
	height:35px;
	width:75px;
}

#box ul li a
{
	text-decoration: none;
	color:#d4fe83;
	float:left;
	background:#818181;
	display:block;
	line-height: 35px;
	height:35px;
	width:75px;
}

#box ul li a:hover
{
	background:#d4fe83;
	color:#818181;
}

#box #check
{
	margin-left: 50px;
	text-align: left;
}

