﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: Black;
	background: White;
	margin: 0px;
	}

.text
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: Black;
	background: White;
	margin: 5px;
	
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

.error
{
	color: Red;
}


table.grid
{
}

table.grid th
{
	padding: 3px;
	font-weight: bold;
	text-align: left;
	background: #f11128;
	color: White;
}

table.grid td
{
	padding: 3px;
}

table.grid tr.altrow
{
	background: #ccff99;
}

#header
{
	padding: 5px;
}

#menu
{
	width: 760px;
	background: #f11128;
	color: White;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 3px 10px;
}

#menu li
{
	display: inline;
	padding: 3px 5px;
}

#menu a, #menu a:visited
{
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	color: Yellow;
	text-decoration: none;
}

#main
{
	width: 740px;
	padding: 10px;
	min-height: 300px;
}

#footer
{
	font-size: 8pt;
	color: Gray;
	padding: 10px;
}

a, a:visited
{
	color: Red;
	text-decoration: underline;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

.error
{
	color: Red;
}

.success
{
	color: Green;
}

