body
{
	background-color: #3333FF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	border-width: 0;
	padding: 0 0 0 0;
}
A
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #2C4D8F;
	text-decoration: none;
}

A:link
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #2C4D8F;
	text-decoration: none;
}

A:visited
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #2C4D8F;
	text-decoration: none;

}

A:hover
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #2C4D8F;
	text-decoration: underline;
}

.AppLink
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #D0D0D0;
	text-decoration: underline;

}

.AppLink:Link
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #D0D0D0;
	text-decoration: underline;

}

.AppLink:Visited
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #D0D0D0;
	text-decoration: underline;

}

.AppLink:Hover
{ 
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #F5F5F5;
	text-decoration: underline;
}
.AppGeneral 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.AppListGeneral 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: square;
	line-height: 200%;
}

.AppWOHeaderBackground
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #000099;
}

.ltMsgValidate {
	border-top: 1px solid #2D40AC;
	border-right: 1px solid #2D40AC;
	border-bottom: 1px solid #2D40AC;
	border-left: 1px solid #2D40AC;
	background-color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	width: 500px;
	line-height: 175%;
	margin: 5;
	
}

.AppPositionDefault 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	Display: none; 
	Position: absolute;
}

.AppPositionDefaultShow
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	Display: block;
	Position: absolute;
}