body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Palatino;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	BACKGROUND-COLOR: #FFFFFF;
}

.menuf{font-family: "Trebuchet MS"}

.fadebg
{
	background: url("images/shaded_background.png") top repeat-x;
}

.redlink
{
	color: #CC0000; 
	text-decoration: none;
	padding: 1px;
}

.redlink:hover
{
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #FF0000;
	padding: 1px;
}

A
{
	color: #4792B8; 
	text-decoration: none;
}

A:hover 
{
	color: #CC0000; 
	text-decoration: underline;
}

.menulink
{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
	padding: 2px;
}

.menulink:hover
{
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
	padding: 2px;
}

.table_head
{
	background: #eeeeee;
}

.table_cell
{
	background: #F7F7F7; 
}

.form_label
{
	background: #F7F7F7;
	background-image: url(images/modern_texture.gif);
}

.form_field
{
	background: #F7F7F7;
	background-image: url(images/modern_texture.gif);
}

.main_cell
{
border: 1px solid #738c91;
border-bottom-width: 3px;
border-bottom-color:#5C7280;
}

.textbg 
{ 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #EEEEEE; 
	border: 1px solid #D8DDE7;
	padding: 2px; 
}

.textbg:hover
{ 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000; 
	border: 1px solid #D8DDE7;
	padding: 2px; 
}

.nav 
{ 
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	background-color: #F7F7F7;
	padding: 1px; 
}

.nav:hover
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000;
	padding: 1px;
}

h1
{
	line-height: 32px;
	margin: 1px;
}

h2
{
	line-height: 16px;
	margin: 1px;
}

.button
{
	font-size: 10px;
	line-height: 12px;
}

.dashed {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

.tdashed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
}

.bdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.lborder {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #cccccc;
}

