﻿html{margin:0;height:100%} 
BODY 
{	
	background-color: #EEEEEE;
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 75%;	
	height: 100%;
	width: 100%;
}
TD { font-family: Tahoma, Verdana, sans-serif; }

#main
{
	height: 600px;
	position: absolute;
	height: 100%;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#maincontent
{		
	background-color: #FFFFFF;
	padding: 10px;
	border: solid 9px #EEEEEE;
	margin: 0px; 
	height: 580px;
}

#footer
{
	margin: 0px;
	height: 30px;
}

#inside
{
	height: 515px;
	width: 99%;
	overflow: auto;
}

TD.box
{
	background-color: #EEEEEE;
	border-left: solid 1px #CCCCCC;border-right: solid 1px #CCCCCC;border-bottom: solid 1px #CCCCCC;
}
.titleft { font-size: 13pt; color: #000000; font-weight: bold;}
.stitlew { color: #FFFFFF; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; margin-left: 1px; line-height: 14px; font-size:9pt; font-weight: bold; }
