BODY {
	color : Black;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

A:HOVER {
	color : #FF0000;
}

.pageTextLight{
	color : #FFFFFF;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

.pageTextDark{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

.errorTxt1{
	color : Red;
	font-family : Arial, sans-serif;
	font-size : 10px;
}

.errorTxt2{
	color : Red;
	font-family : Arial, sans-serif;
	font-size : 16px;
}

.titleLight{
	color : White;
	font-family : Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

.titleDark{
	color : #0000CD;
	font-family : Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
}

.subTitleDark{
	color : #0000CD;
	font-family : Arial, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : italic;
}

.tableHeader{
	color : #191970;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.LRBT_Cell{
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom: 1px solid Black;
	border-top : 1px solid Black;
}

.LRB_Cell{
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom: 1px solid Black;
}

.LRT_Cell{
	border-left : 1px solid Black;
	border-right: 1px solid Black;
	border-top : 1px solid Black;
}

.LBT_Cell{
	border-left : 1px solid Black;
	border-bottom: 1px solid Black;
	border-top : 1px solid Black;
}

.RBT_Cell{
	border-right : 1px solid Black;
	border-bottom: 1px solid Black;
	border-top : 1px solid Black;
}

.RL_Cell{
	border-right : 1px solid Black;
	border-left: 1px solid Black;
}

.RB_Cell{
	border-right : 1px solid Black;
	border-bottom: 1px solid Black;

}

.RB_Cell_Box{
	border-right : 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	vertical-align: middle;

}

.RBT_Cell_Box{
	border-right : 1px solid Black;
	border-top : 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	vertical-align: middle;


}

.RT_Cell{
	border-right : 1px solid Black;
	border-top : 1px solid Black;
}

.BT_Cell{
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}

.LT_Cell{
	border-left : 1px solid Black;
	border-top : 1px solid Black;
}

.LB_Cell{
	border-left : 1px solid Black;
	border-bottom : 1px solid Black;
}

.L_Cell{
	border-left : 1px solid Black;
}

.R_Cell{
	border-right : 1px solid Black;
}

.B_Cell{
	border-bottom : 1px solid Black;
}

.T_Cell{
	border-top : 1px solid Black;
}



.appTitle1{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 22px;
	font-weight : bold;
	font-style : normal;
}

.appTitle2{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
}

.appTitle3{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	padding-right: 1px;
	padding-left: 1px;

}

.appTitle4{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	font-style : normal;
}

.appText{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 9px;
	font-weight : bold;
	font-style : normal;
	padding-right: 1px;
	padding-left: 1px;

}

.footnoteLight{
	color : Aqua;
	font-family : Arial, sans-serif;
	font-size : 10px;
}

.footnoteDark{
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 10px;
}

.testLine{
	font-family : Arial, sans-serif;
	font-size : 12px;
	background-color : White;
	background : White;
}
.appTextClose {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 9px;
	font-weight : bold;
	font-style : normal;
	margin-bottom: 50px;

}
.appText2 {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 8px;
	font-weight : bold;
	font-style : normal;
	padding-left: 1px;
	padding-right: 1px;


}

.notify {
	color: #0066CC;
	font-size: 9 px;
	font-family: Verdana, sans-serif;
}
	
