body,td
{
	font: 12px Arial, Helvetica, sans-serif; 
}

a:link { color: #336699; text-decoration: underline; }
a:visited { color: #336699; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #336699; text-decoration: underline; }

body
{
	margin:8px;
	text-align:center;
	padding-bottom: 10px; 
	padding-top: 5px; 
	margin: 0px; 
	background: #dddddd;
}
form
{
	margin:0px auto 0px auto;
	text-align:left;
	width:750px;
}
#top
{
	background: #ffffff;
	padding:4px;
	height:80px;
}
#main
{
	background: #ffffff;
	height:500px;
	padding:4px;
}
#bottom
{
	padding: 15px 8px 20px 8px;
	text-align:center;
	background: #ffffff;
}
.topmenu
{	
	text-align: left;
	padding: 2px;
	background-color: #efefef;
	border-color: #cccccc;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	height:26px;
}
.box
{
	width: 600px;
	background-color: #cccccc;
}
.boxTitle
{
	padding:5px 5px 5px 15px;
	background-color: #eeeeee;
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	height:25px;
	background-image:url(images/menu_gif.gif)
}
.boxArea
{
	background-color: #ffffff;
	padding:15px;
}
.FieldName
{	
	color: #444444;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
