/* CSS Document */

table.stdTableBorder {
	background-color: #ACBFE7;
}

table.stdTable {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #F7F6F6;
}

table.stdHomeTableBorder {
	background-color: #020571;
}

table.stdHomeTable {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #BFD7FF;
}

/* Tool Box */
table.toolBox {
	border: 	1 solid #999999;
}

/* CSS Row Functionality */
tr.rowLostFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #EEEEEE;
}

tr.rowGetFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #EAFFDF;
	cursor			: hand;
}

tr.rowSelected{
	padding-left	: 5px;
	height			: 20px;
	background-color: #FFE0C1;
	cursor			: hand;
}

/* CSS Column Functionality */
td.lightgreyLink{
	font-size 		: 7pt;
	color 			: #666666;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}

td.menuLink {
	font-size 		: 7pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	background-repeat: no-repeat;
}

td.gold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
	color: #BD8C1A;
	font-weight:600;
	line-height:18px;
	text-align:right;
}
td.cssGlobalDetour_LimeBold {
		font-family : Verdana, Arial, Helvetica, sans-serif;
	  	font-size : 10px;
		color: #9933FF;
		font-weight:600;
		line-height:18px;
		text-align:right;
	}	
td.orange {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
	color: #FFCF00;
	font-weight:600;
	line-height:18px;
	text-align:none;
}

td.subMenuLink{
	font-size 		: 8pt;
	color 			: #222222;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	margin-top		: 3px;
	margin-bottom	: 3px;
}

td.titleLink{
	font-size 		: 8pt;
	color 			: #000099;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.monthLink{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: center;
}
td.monthLinkR{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: right;
}
td.monthLink1{
	font-size 		: 7pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: 600;
	text-align		: center;
}
td.dateLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: center;
}

td.eventdateLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: center;
	border			: 1 solid #2B2B9F;
}

td.currdateLink{
	font-size 		: 8pt;
	color 			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: center;
}
td.bluetext{
	font-size 		: 8pt;
	color 			: #0000FF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: left;
}
td.actionLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: center;
}

td.pageLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.helpLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.otherLink {
	font-size 		: 8pt;
	color 			: #000099;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}


td.section{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-repeat: no-repeat;
}

/* Field Label */
td.fieldLabelRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #444444;
	text-align		: right;
}

td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #444444;
	text-align		: left;
}

td.fieldLabelCenter{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #444444;
	text-align		: center;
}

td.fieldLabelCenter1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #444444;
	text-align		: left;
}
td.fieldLabelJustify{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #444444;
	text-align		: justify;
}

td.groupHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #333333;
}

/* Text */
td.centertext{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: center;
}

td.righttext{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: right;
}
td.righttextbold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #333333;
	text-align		: right;
}

td.lefttext{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: left;
}

td.lefttextblue{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #0000ff;
	text-align		: left;
}

td.boldText,.boldText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #010369;
}
td.boldTextWhite{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
}
td.boldTextYellow{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFF00;
}
td.boldTextprf{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #0000FF;
}
td.boldTextprf2{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #FF0031;
}
td.boldTextFriend{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #010369;
}


td.greybold {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #666666;
}
td.boldTextBig{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #010369;
	text-align      : center;
}
td.boldTextBigRed{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #FF0000;
	text-align      : center;
}

td.boldTextsmlRed{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FF0000;
	text-align      : center;
}

td.boldTextsmall{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #010369;
}

td.boldTextsmall1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #FD7E00;
}

td.boldTextRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #010369;
	text-align		: right;
}

/* normal text */
td.normalText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	color			: #010369;
}

td.whiteText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #FFFFFF;
}

td.greyText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	text-align		: center;
	color			: #DDDDDD;
}

td.siteTitle{
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #FFFFFF;
}

/* Marquee */
td.scrollingText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FFFFFF;
}

/* Header */
td.pageHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		:11pt;
	font-weight		: bold;
	color			: #000066;
	text-align		: center;
	filter			: shadow(color=#AAAAAA, direction=135);
}

td.pageHeaderMaroon{
	font-family		: Times New Roman;
	font-size		:15pt;
	font-weight:600;
	color			: #9B3334;
	/*text-align		: center;*/
	filter			: shadow(color=#9A8574, direction=270);
}
td.pageHeaderBlue{
	font-family		: Times New Roman;
	font-size		:15pt;
	font-weight:600;
	color			:#000066;
	/*text-align		: center;*/
	/*filter			: shadow(color=#64A5EC, direction=270);*/
}

td.pageSubHeaderBlue{
	font-family		: Times New Roman;
	font-size		:13pt;
	font-weight:600;
	color			:#000066;
	/*text-align		: center;*/
	filter			: shadow(color=#CECFFF, direction=360);
}
td.pageSubHeaderBlue1{
	font-family		: Times New Roman;
	font-size		:14pt;
	font-weight		:600;
	color			:#000066;
	/*text-align		: center;*/
}


td.printHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11pt;
	font-weight		: normal;
	color			: #000066;
}

td.subHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	border-bottom	: #444444 1px solid;
	height			: 18px;
}

td.subHeaderCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #010369;
	text-align		: center;
	height			: 18px;
}


td.listHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	background-color: #010369;
	height			: 18px;
}
td.listHeaderLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: Left;
	background-color: #010369;
	height			: 18px;
}
td.listHeaderRight {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: Right;
	background-color: #0D54A4;
	height			: 18px;
}
td.listHeaderLeftNew {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: left;
	background-color: #0D54A4;
	height			: 18px;
}
td.listHeaderCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	background-color: #0D54A4;
	height			: 18px;
}


td.listHeader2 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #010369;
	height			: 18px;
}

td.paggingLine {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #010369;
	height			: 18px;
}

td.toolBox {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #EAEAEA;
}

/* Record  */
td.list_A {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #F7F6F6;
}

td.list_B {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #EEEEEE;
}

/*  Message */
td.errorMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.errorMsgBig {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.errorMsgRight {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
	text-align		: right;
}

td.errorMsgCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FF0000;
	text-align		: center;
}
td.errorMsgCenterBig {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #FF0000;
	text-align		: center;
}


td.successMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #990099;
}



/* A9A954  004891  BD8C1A  9933FF  CC33FF  16613E  AE5E5E */

td.color2{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FFCC00;
	text-align		: center;
}

td.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E5E5E5;
}
td.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	}
td.style51 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #3A1C6C;
	font-weight: bold; 
}
td.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
td.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-align:center
}
td.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color: #6365CE; 
}
td.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6365CE;
	font-weight: bold; 
	font-size: 9px;}

td.magazineQuestion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6365CE;
	font-weight: bold; 
	font-size: 8pt;}


	
td.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6365CE;
	font-size: 10px;}
	
td.blackBold {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}

td.smallblackBold {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
}

td.smallblackBoldRight {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
	text-align:right;
}
td.smallblackBoldRight1 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #8E362F;
	text-align:right;
}


td.smallblackBoldCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
	text-align:center;
}

td.smallblackBoldLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
	text-align:left;
}

td.smallredBoldRight {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #FF0000;
	text-align:right;
}
td.smallredBoldRight1 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FF0000;
	text-align:right;
}
td.smallbluedBoldCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #3366FF;
	background-color: #e3e3e3;
	text-align:center;
}
td.smallredBoldCenter1 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #FF0000;
	background-color: #e3e3e3;
	text-align:center;
}

td.smallredBoldCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #FF0000;

	text-align:center;
}

td.disabledText {
	font-size 		: 8pt;
	color 			: #999999;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.disabledText1 {
	font-size 		: 8pt;
	color 			: #8E362F;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.disabledHeading {
	font-size 		: 10pt;
	color 			: #8E362F;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

td.smallredBoldLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #FF0000;
	text-align:left;
}
td.fieldLabelLeftBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	text-align		:left;
}
td.fieldLabelLeftNormal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		:left;
}
td.fieldLabelCenterBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	text-align		:Center;
}
td.fieldLabelCenterBoldBlue{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #0000FF;
	text-align		:Center;
}
td.fieldLabelCenterBoldRed{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FF0000;
	text-align		:Center;
}
td.fieldLabelCenterNormal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		:Center;
}
td.fieldLabelRightBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	text-align		:Right;
}
td.fieldLabelRightNormal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		:Right;
}



td.Theader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #999999;
	text-align:center;
}
td.LeftHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #e3e3e3;
	text-align		:center;
}
td.ContactHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #CECFFF;
	text-align		: Left;
	height			: 18px;
}


td.RightHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #010369;
	background-color: #e3e3e3;
	text-align		:center;
}
td.LeftHeader1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #e7e7e7;
	text-align		:center;
}
td.RightHeader1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #010369;
	background-color: #e7e7e7;
	text-align		:center;
}



td.Tdetail{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #D3D4D8;
	text-align:center;
}
td.THeaderBlackWhite{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: Center;
	background-color: #000000;
	height			: 18px;
}
td.fieldLabelLeftBlue{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #000066;
	text-align		: left;
}
td.fieldLabelLeftRed{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #9B3334;
	text-align		: left;
}
td.emailmsg{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #E8003C;
	text-align		: left;
}
td.blackTitle{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #000000;
	text-align		: center;
}
td.subBlackTitle{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #000000;
	text-align		: left;
}
td.subBlackData{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: justify;
	
	
}
td.affDetailRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #e7e7e8;
	text-align		:right;
}
td.affDetailLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #e3e7e7;
	text-align		:left;
}
.ThinBorderBlue {
	border: 1px solid #0000FF;
}
.ThinBorderRed {
	border: 1px solid #FF0000;
}
.bigBlackBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 14pt;
	font-weight		: bold;
	color			: #000000;
}
.bigBlackBold1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #000000;
}
.smallblackBold1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #000000;
}
.smallwhiteBold1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #FFFFFF;
}
.bigBlueBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 14pt;
	font-weight		: bold;
	color			: #010369;
}

.bigBlueBold1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #010369;
}

.smBlueBold{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #3A1C6C;
}
.bigBlueBlack{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11pt;
	font-weight		: bold;
	color			: #000000;
}
.topred {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-right-style: solid;
	border-left-style: solid;
}
.topblue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-right-style: solid;
	border-left-style: solid;
}
.rightred {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.leftred {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.bottomred {
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
.bottomblue {

	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0000FF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
}
.rightblue {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000FF;
}
.leftblue {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000FF;
}

td.adminleft1,.adminleft1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none; 
	color : #000000;
		
}
td.adminleft2,.adminleft2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none; 
	color:#000000;
	background-color: #FFCB00;
}
.normalBlue1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#3156FF;
}
.normalBlue2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#0000FF;
}