HTML, BODY, TABLE, DIV
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

BODY
{
	margin: 10px;
	padding: 10px;
}

FORM
{
	margin: 0px;
}

INPUT
{
	font-size: 10px;
}
SELECT
{
	font-size: 10px;
}
TEXTAREA
{
	font-size: 10px;
}

a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

.FTBStyle
{
	background-color: #FFFFFF;
	font-size: 11px;
}

.pageTitle
{
	font-size: 20px;
	font-weight: bold;
}

.tableHeader
{
	background-color: #FFFFCC;
	color: #077f83;
	padding: 5px;
}

HR
{
	border-top: solid 0px white;
	border-left: solid 0px white;
	border-right: solid 0px white;
	border-bottom: dashed 1px #000000;
	height: 1px;
	width: 100%;
}

