﻿a
{
	color: #006699;
}

a:hover
{
	color:red;
}

body
{
	font-family: Tahoma; font-size: 8pt;
	margin: 20px 20px 20px 20px;
}

input
{
	font-family: Verdana; font-size: 100%;
}

input.textbox
{
	width: 95%;
}

table
{
	border: solid 1px silver; width: 100%;
}

td
{
    border: solid 1px silver; vertical-align: top;
}

td.title
{
	text-align: center; background-color: #396B9C;
	color: White; font-family: Verdana;
	font-size: 12pt;
}

td.header
{
	background-color: #CCDDEE;
}

td.item
{
	background-color: #CCDDEE;
}

td.value
{
	text-align: left;
}

textarea
{
	width: 95%; margin: 10px 10px 10px 10px;
}

