body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #CCCCCC;
	BACKGROUND-COLOR: #3D3D3D;
}

.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: #CCCCCC; 
	text-decoration: none;
}

.selected
{
	color: #F25D2A;
	#font-weight: bold;
}

A:hover 
{
	color: #FFFFFF; 
	text-decoration: none;
}

.menulink
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

.menulink:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ACB8D0;
	padding: 2px;
}

.table_head
{
}

.table_cell
{
}

.form_label
{
	background-image: url(images/modern_texture.gif);
}

.form_field
{
	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;
	margin: 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;
}

.rkPopup
{
	/* IE requires elements to have layout, if an element has 
	   position:absolute it automatically has layout
	   otherwise use zoom:1 */
	visibility:hidden;
	/* IE specific */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	/* standard CSS3 */
	opacity:1;
	/* older Mozzila, Firefox, Netscape specific */
	-moz-opacity:1;
}