/* --- DOCUMENT Styles --- */
BODY {font-family: Arial, Helvetica, sans-serif; color: #444444; font-size: 14px;}
TABLE {font-family: Arial, Helvetica, sans-serif; color: #444444; font-size: 14px;}
H1 {font-family: Verdana; color: #339933; font-size: 20px; font-weight: normal;}
H2 {font-family: Verdana; color: #339933; font-size: 18px; font-weight: bold;}
H3 {font-family: Verdana; color: #000099; font-size: 16px; font-weight: bold;}
H4 {font-family: Verdana; color: #339933; font-size: 14px; font-weight: bold;}

LEGEND {color: #666666; font-weight: bold; font-size: 12px;}

A:link
{
	color: #000099;
}
A:visited
{
	color: #000099;
}
A:active
{
	color: #000099;
}
A:hover
{
	color: #0000FF;
}
A.white:link
{
	color: #ffffff;
	text-decoration: none;
}
A.white:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.white:active
{
	color: #ffffff;
	text-decoration: none;
}
A.white:hover
{
	color: #FFCC00;
	text-decoration: underline;
}

.tableLayoutFloat{width: 100%;}
.tableLayoutFixed{width: 470px;}
.tableShaded {background-color: #333366; border: #626262 1px solid; width: 160px; padding: 5px; font-weight:bold;}

.tableBorderDark{border: #808080 1px solid;}
.tableBorderLight{border: #808080 1px solid;}
.tableBorderDotted{height: 1px; background: url('/Layout/Images/div_dotted.gif') center;}

.textSmall{font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.buttonDefault{
	height: 22px;
	color: #333333;
	cursor: hand;
	border: 1px solid #333399;
	background: url('/LayoutImages/btn_back-silver.gif') center;
	padding: 1px}

.buttonActive{
	height: 22px;
	color: #333366;
	cursor: hand;
	border: 1px solid #808080;
	background: url('/LayoutImages/btn_back-silver.gif') center;
	padding: 1px}