
	body{ BACKGROUND-COLOR: white;font-family: Arial; font-size: 12px; }

	td{ font-family: Arial; font-size: 12px; }
	a.:link { color: blue; text-decoration: none; font-family: Arial; }
	a.:active { color: blue; text-decoration: none; font-family: Arial; }
	a.:visited { color: blue; text-decoration: none; font-family: Arial; }
	a.:hover
{
	color: Maroon;
	text-decoration: underline;
	font-family: Arial;
}

	a.submenu:link { color: RGB(0,0,153); text-decoration: none }
	a.submenu:active { color: RGB(0,0,153); text-decoration: none }
	a.submenu:visited { color: RGB(0,0,153); text-decoration: none }
	a.submenu:hover { color: RGB(0,153,204); text-decoration: none }

	a.logout:link { color:#000099 ;font: 12pt; text-decoration: none; font-family : Arial }
	a.logout:active { color:#000099;font: 12pt; text-decoration: none; font-family : Arial }
	a.logout:visited { color:#000099;font: 12pt; text-decoration: none; font-family : Arial }
	a.logout:hover { color:#000099;font: 12pt; text-decoration: underline; font-family : Arial }

	a.log:link { color:#FFFFFF ;font: 9pt; font-family : Arial; text-decoration: none}
	a.log:active { color:#FFFFFF;font: 9pt; text-decoration: none; font-family : Arial }
	a.log:visited { color:#FFFFFF;font: 9pt; text-decoration: none; font-family : Arial }
	a.log:hover { color:#FFFFFF;font: 9pt; text-decoration: underline; font-family : Arial }

	a
	{text-decoration: none;}

.header 
{
	background :  #003366;
	font-family : Arial;
	font-size : medium;
	font-weight : bold;
	color : White;
}

.subheader
{
	background : #8080ff;
	font-weight: bold;
	font-size: small ;
	color: white;
	font-family: Arial;	
}

.subsubheader
{
	background-color : LightBlue;
	font-weight: bold;
	font-size: Small;
	color: white;
	font-family: Arial;	
}
.linkbutton
{
	font-weight: bold;
	font-size: small;
	color: #c0c0ff;
	font-family: Arial;
}

.field
{
	background-color : #bddeff;	
	font-family : Arial;
	font-weight : bold;
} 

.value
{
	background-color : #dbeaf5;	
	font-family : Arial;
	font-weight : bold;
}

.numbertext
{
	text-align : right;
}

.label
{
	font-family: Arial;
	font-weight : bold;
}

.selected
{
	font-weight: bolder;
	border-left-color: blue;
	border-bottom-color: blue;
	border-top-color: blue;
	font-family: Arial;
	background-color: AliceBlue;
	border-right-color: blue;
	color: White;
}

.notselected
{
	font-family : Arial;
	font-weight : bold;	
	background-color : White;	
}

.reportheader
{
	background-color : white;
	color : Black;
	font-family : Arial;
	font-size : large;
	font-weight : bold;
}

.RightTextAlign
{
	text-align : right;
}

.regheader
{
	background-color : #99beff;
	font-weight: bold;
	font-size: Small;
	color: black;
	font-family: Arial;	
}

.ProductionLabel
{
	font-size : medium;
	font-weight : bold;
}

.ProductionDG
{
	font-size : medium;
}

.DrawLine
{
	border-left: black thin solid;
	border-bottom: black thin solid;
	text-decoration: none;
}

.DrawLineTopBottom
{
	border-bottom : black thin solid;
	border-top : black thin solid;
}

.DrawLineLeftRight
{
	border-right : black thin solid;
	border-left : black thin solid;
}

.DrawLineBottom
{
	border-bottom: black thin solid;
}