﻿@media print
{
	body, p, td, th
	{
		background-color: transparent;
		color: #000;
		border: none 0px #000;
		font-size: 10pt;
	}
	body, html
	{
		margin: 0px;
	}
	h1, h2, h3, h4, h5
	{
		color: #000;
	}
	.screenOnly
	{
		display: none;
	}
	.printOnly
	{
		display: block;
	}
	input
	{
		display: none;
	}
}
@media screen
{
	a
	{
		text-decoration: none;
		color: #2d72b3;
	}
	h1, h2, h3, h4, h5
	{
		color: #3592cf;
	}
	.screenOnly
	{
		display: block;
	}
	.printOnly
	{
		display: none;
	}
}

/* - - - - - - - - Application Styles - - - - - - - - - */
body
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
input, textarea
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
}
p, div
{
	margin-top: 0px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	white-space: normal;
}
h1
{
	margin: 10px 0px 12px 0px;
	padding: 0px;
}
h2
{
	margin: 6px 0px 4px 0px;
}
h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: large;
}
h2
{
	font-size: 11pt;
}
h3
{
	font-size: small;
}
h4
{
	font-size: x-small;
}
h5
{
	font-size: xx-small;
}

table, td, th
{
	vertical-align: top; /*border: none 0px #000;*/
	margin-top: 0px;
}
th
{
	background-color: #000;
	color: #FFFFFF;
}
blockquote, ul
{
	margin: 0px 0px 5px 15px;
}
a:Hover
{
	text-decoration: underline;
	font-weight: bold;
}
pre
{
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	display: block;
	white-space: normal;
}
/* - - - - - - Specific Application Classes - - - - - - */
.Copyright
{
	font-size: smaller;
}
.Warnings
{
	color: #ff0066;
	font-weight: bold;
	background-color: #ffffcc;
}
.Numeric
{
	text-align: right;
}
.Selected
{
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
.TitleArea
{
	display: inline-block;
	margin: 6px 0px 3px 0px;
	padding: 0px;
	height: 82px;
	width: 100%;
	background-image: url(/images/bg_title_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.SiteLinks
{
	display: inline-block;
	font-family: Verdana;
	font-weight: bold;
	font-size: 7.5pt;
	color: #2d72b3;
}
.SiteLinks:hover
{
	text-decoration: none;
}
.FTB_Body
{
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000;
	padding:5px;
}
.LinkList
{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
.Black
{
	color: #000;
}
