﻿

a
{
	color: #006699;
}

a:hover
{
	color:red;
}

body
{
	background-position: 20px top;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: inherit;
	color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
}

input
{
	font-family: Verdana; font-size: 100%;
}

input.textbox
{
	width: 95%;
}

table
{
	border-style: none;
	width: 100%;
	background-color: #FFFFFF;
}



td
{
    border: none; vertical-align: top;
}

td.title
{
	text-align: center; background-color: #396B9C; color: White;
	font-family: Verdana; font-size: 12pt;
}

td.header
{
	background-color: #000000;
}

td.item
{
	background-color: #000000;font-size: 12pt;
}

td.value
{
	text-align: left;
}

textarea
{
	width: 95%; margin: 10px 10px 10px 10px;
}

