/* CSS Document */
.text  { font-size: 12px; font-family: Arial, Helvetica, Geneva }
.textsm { font-size: 10px; font-family: Arial, Helvetica, Geneva }
.textlg { font-size: 14px; font-family: Arial, Helvetica, Geneva }
.textxlg { font-size: 16px; font-family: Arial, Helvetica, Geneva }
.header { font-size: 16px; font-family: Arial, Helvetica, Geneva }
.tableCatBrdrT { border-top: 1px solid #999; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; }
.tblOrangeBrdr { border: solid 1px #ff7e00 }
.tblRedBrdr { border: solid 1px #f00 }
.tblLtBrdr { border: solid 1px #666 }
.redlink { color: #ff0000; text-decoration: none }
.redlink:hover { color: #cc0000; text-decoration: underline }
.whitelink { color: #ffffff; text-decoration: none }
.whitelink:hover { color: #ffffff; text-decoration: none }
a  { color: #3366ff; text-decoration: none }
a:hover  { color: #0000ff; text-decoration: underline }
.formele  {
	color: black;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ececec;
	border: solid 1px #000;
}
.formeleJoin { color: #666; font-size: 12px; font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular; background-color: white; border: solid 1px #666 }
.tableCatBrdr  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCFF;
}

