.btnApp
{
	background-color: #404040;
	font-family		: Verdana;
	font-weight		: bold;
	font-size		: 10pt;
	color			: White;
	text-align		: center;
}

.lblText
{	color			: Black;
	font-family		: Verdana, Arial, Sans-Serif;
	font-size		: 9pt;
	text-decoration : none;
	text-align		: center;
}

.lblRedHead
{
	color			: blue;
	font-family		: Verdana, Arial, Sans-Serif;
	font-size		: 12pt;
	font-weight		: bold;
	text-decoration : none;
	text-align		: center;
}

.btLinkButton
{
	color			: blue;
	font-family		: Verdana, Arial, Sans-Serif;
	font-size		: 10pt;
	font-weight		: bold;
	text-decoration : underline;
	text-align		: center;
}

.txtGeneral 
{
	color			: Black;
	font-family		: Verdana, Arial;
	font-size		: 9pt;
	text-decoration	: none;
	text-align		: left;
}

.validator 
{
	color			: red;
	font-family		: Verdana, Arial;
	font-size		: 7pt;
	text-decoration	: none;
	text-align		: left;
}

.bottomLine
{	color			: white;
	font-family		: Verdana;
	font-size		: 8pt;
	vertical-align	: middle;
	text-decoration	: none;
	text-align		: center;
	background-color: #3d8de5;
	height			: 20px;
}

.tdText
{
	font-family	: Verdana;
	font-weight	: normal;
	font-size	: 9pt;
	color		: Black;
}

.tdTextBold
{
	font-family	: Verdana;
	font-weight	: bold;
	font-size	: 9pt;
	color		: Black;
}

.tdBgColorGray
{background-color : #f3f3f3;}

.tdTextGray
{	font-family : Garamond;
	font-size	: 15pt;
	font-weight : bold;
	color		: Gray;
}

.tdBgColorBlue
{background-color : #3d8de5;}

.tdTextBlue
{	font-family : Garamond;
	font-size	: 30pt;
	font-weight : bold;
	color		: #336699;
}

.tdBgColorRedThin
{background-color : Red;}

.tdTextRed
{	font-family : Garamond;
	font-size	: 20pt;
	font-weight : bold;
	color		: #ff8080;
}

.bodyMargin
{	margin			 : 0;
	background-color : white; }

.bgColor
{	background-color	: #336699;}

.tableApp800
{
	width			: 800px;
	border			: 0;
	padding			: 0;
	border-spacing	: 0;
}

.menuGeneralApp
{	background-color	: #3d8de5;
	font-family			: Verdana;
	font-weight			:normal;
	font-size			: 10pt;
	color				: white;
}

.menuHoverApp
{	background-color	: Gray;
	font-family			: Verdana;
	font-weight			: normal;
	font-size			: 10pt;
	color				: white;
}