body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	BACKGROUND-COLOR: #FFFFFF;
}

.box
{
background-color:#EEEEEE; 
}

.box:hover
{
	background-color:#D8DDE7; 
}

.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: #666666; 
	text-decoration: none;
}

A:hover 
{
	color: #CC0000; 
	text-decoration: underline;
}

.menulink
{
	color: #CC0000;
	text-decoration: none;
	padding: 2px;
	font-weight:bold;
}

.menulink:hover
{
	color: #FF0000;
	text-decoration: underline;
	padding: 2px;
	font-weight:bold;
}

.redpanel
{
	background-color:#CC0000; 
	color:#FFFFFF; 
	padding:0px 1px 0px 1px;
}

.redpanel:hover
{
	background-color:#CC0000; 
	color:#FFFFFF; 
	padding:0px 1px 0px 1px;
}

.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);
}

.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
{
	font-size: 24px;
	line-height: 24px;
	margin: 1px;
}

h2
{
	font-size: 16px;
	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;
}

.footer_line {
	border-top:1px solid #999999;
	}	
