﻿body
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	background-image: url(common/background.gif);
	background-repeat: repeat;
}

h1
{
	color: #CC0000;
	font-weight: 800;
	font-size: 20px;
	display: block;
	font-style: italic;
}

h2
{
	color: #000000;
	font-weight: 800;
	font-size: 18px;
	display: block;
}

h3
{
	color: #CC3333;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-decoration: underline;
}

p
{
	text-align: justify;
}

img
{
	margin:5px;
}

.nav
{
	display: block;
	font-size:12px;
	font-weight:600;
	width: 200px;
	padding: 6px 0px 6px 6px;
	text-align: left;
	vertical-align: middle;
	color: Black;
	background-image: url(common/linkdiv.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration:none;
}

.nav:hover, .activenav
{
	color: White;
	background-image: url(common/linkbutton.gif);
	background-repeat: repeat-x;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
}

.smalltext
{
	font-size: 11px;
}

a.admin
{
	color: White;
	text-decoration: none;
}

a.admin:hover
{
	color:Red;
}

input[type=text]
{
	background-color:white;
	border:1px solid black;
}

.textbox
{
	background-color:white;
	border:1px solid black;
}

input[type=password]
{
	background-color:white;
	border:1px solid black;
}

textarea
{
	background-color:white;
	border:1px solid black;
}

.row0
{
	background-color: #FFFFFF;
}

.row1
{
	background-color: #E0EBFA;
}

.message
{
	background-color: #FFFE91;
	color: Black;
	padding: 4px;
	border: 1px solid #AA8400;
	display: block;
	margin-bottom:10px;
}

.error
{
	background-color: #FF0000;
	color: white;
	padding: 4px;
	border: 1px solid black;
	display: block;
	margin-bottom:10px
}

select
{
	display: block;
	margin-bottom:20px;
}