html
{
	height: 100%;
	margin-bottom:1px
}

body
{
	height: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

table
{
	font-size: 13px;
}

textarea
{
	font-size: 13px;
	font-family: Arial;	
}

img
{
	border-style: none;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a:link
{
	color: #0000FF;
}

a:visited
{
	color: #0000FF;
}

a.black:link
{
	color: #000000;
}

a.black:visited
{
	color: #000000;
}

a.white:link
{
	color: #FFFFFF;
}

a.white:visited
{
	color: #FFFFFF;
}

.region1
{
	background-color: #F0F0F0;
	border: #EBEBEB 1px solid;
	padding: 5px;
}

.region2
{
	background-color: #EBEBEB;
	border: #E5E5E5 1px solid;
	padding: 5px;
}

.inputregion
{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #E5E5E5 1px solid;
}

.exceptionregion
{
	background-color: #FFFFE0;
	border: #EEE8AA 1px solid;
	padding: 5px;
}

.box1
{
	background-color: #F0F0F0;
}

.box2
{
	background-color: #EBEBEB;
}

.fieldlabel
{
	color: #000080;
}

.fielddescription
{
	font-size: 11px;
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-left: 0px;
}

.blacktext
{
	color: #000000;
}

.bluetext
{
	color: #0000FF;
}

.darkyellowtext
{
	color: #B8860B;
}

.greentext
{
	color: #006600;
}

.redtext
{
	color: #FF0000;
}

.darkredtext
{
	color: #EE0000;
}

.darkorangetext
{
	color:#FF9900;
}

.nooverflow
{
	overflow: hidden;
	white-space: nowrap;
}

.sitelink
{
	cursor:pointer;
	color:Blue;
	text-decoration:underline;
}