﻿TD
{
	font-family: Tahoma;
	font-size: 8pt;
	color: whitesmoke;
}
P
{
	font-family: Tahoma;
	font-size: 8pt;
	color: whitesmoke;
}
a:link
{
	text-decoration: none;
	color: #ff6633;
}
a:visited
{
	text-decoration: none;
	color: #ff6633;
}
a:hover
{
	text-decoration: none;
	color: #ff3300;
}
a:active
{
	text-decoration: none;
	color: #ff6633;
}
.TextBox
{
	height: 16px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	width: 153px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: lightgrey;
}
.SmallTextBox
{
	height: 16px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	width: 80px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: lightgrey;
}

