﻿table, tr, td, div
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 13pt;
	color: #6e6e70;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #dbdcde;
}
.menu
{
	font-size: 10pt;
	background-color: #f2f2f2;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited 
{
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #dbdcde;
	color: #6e6e70;
}
.menu a:hover 
{
	color: #cb99cc;
}
.bold 
{
	font-weight: bold;
}
.error
{
	color: #aa0000;
}
.header
{
	height: 30px; 
	background-color: #cb99cc; 
	color: #ffffff; 
	font-weight: bold; 
	padding-left: 20px;	
}
hr
{
	height: 1px;
}

.copyright
{
	font-size: 7pt;
}
.copyright a, .copyright a:link, .copyright a:active, .copyright a:visited 
{
	font-size: 7pt;
	text-decoration: none;
}
.copyright a:hover 
{
	text-decoration: underline;
}

