﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFCC;
	text-align: center;
}

a, a:visited
{
	color: #FF0000;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.footer
{
	font-size: 8pt;
	text-align: center;
	height: 30px;
	width: 100%;
}

.header
{
	text-align: center;
	width: 100%;
}

.main 
{
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

.login
{
	margin: 0px auto;
	text-align: left;
}

.toolbar
{
	border: 1px dashed #FF0000;
	height: 20px;
	vertical-align: middle;
}

input, select, option, textarea
{
	font-family: Verdana;
	font-size: 8pt;
}

