﻿		.Hide{   
			display:none;
		}
		/************TalkBack Styles*******/
		DIV.clsTBMsgHolder{
			/*Message Holder Outer DIV*/
			border-top: 1px solid #D5CCE3;
		}
		TABLE.clsTBTitleHolder{
			/*Message Title Holder Table*/
			cursor: pointer;
			cursor: hand;
			background:#E7ECF7;
		}
		DIV.clsTBTitleHolder{
			/*Message Titile Holder DIV*/
			font-family:Arial;
			font-size: 80%;
			font-weight: bold;
			color: #73757B;
		}
		DIV.clsTBSenderInfo{
			/*Message Sender Info DIV*/
			font-family:Arial;
			font-size: 75%;
			font-weight: normal;
			color: #73757B;
		}
		.clsTBMsgBody{
			/*Message Body Holder DIV*/
			font-family:Arial;
			font-size: 75%;
			background: #F3F6FB;
			color: #48494B;
			padding: 10px;
		}
		DIV.clsTBMsgBodyMenu{
			/*Message Body Action Menu DIV*/
			padding: 20px 0px 0px 0px;
		}
		DIV.clsTBMsgBodyMenu A{
			/*Message Body Action Menu DIV*/
			color: #48494B;
			text-decoration: underline;
		}
		.clsTBExpBtnP DIV{
			/*Message Expander for Parent Message*/
			width: 11px;
			height: 11px;
			font-size: 15px;
			line-height : 11px;
		}
		.clsTBExpBtnC DIV{
			/*Message Expander for Child Message*/
			width: 9px;
			height: 9px;
			font-size: 13px;
			line-height : 9px;
		}
		TD.clsTBExpBtnP,TD.clsTBExpBtnC{
			vertical-align:top;
			padding-top: 5px;
			text-align: center;
		}
		.clsTBExpBtnP DIV,.clsTBExpBtnC DIV{
			font-family : "Courier New", Courier, monospace;
			font-weight: normal;
			cursor: hand;
			text-align: center;
			background: #998AB0;
			color: #FFFFFF;
		}
		#regulationSite
		{
		    vertical-align:bottom;
		    text-align:center;
		    padding-bottom:3px;
		    background:none;
		}
        #regulationSite a
		{
		    font-family:Arial;
		    font-size:12px;
		    color:#656565;
		    text-align:center;
		    font-weight:normal;
		}