/* CSS Document */

BODY
{
	background-color:White;
	margin: 0;
	padding: 0;
}

.Link2, .Link2 A:link, .Link2 A:visited, .Link2 A:active
{
	font: bold 10px Verdana;
    color: #797979;
	text-decoration: none;
}

.Link2 A:hover
{
    color: #405ebe;
}

.PageTitle {
	font-size: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #d4001a;
}
.dividerTable
{
    width:100%; 
    height:100%; 
    border-top-width:1px; 
    border-bottom-width:0px; 
    border-left-width:0px; 
    border-right-width:0px;
    border-style:solid;
    border-color:#9c969c;
}

.copy {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right:0px;
	padding-left:0px;
}

.copy li {
	font-size: 11px;
}

.copy A:link {
	color: #405ebe;
	text-decoration: none;
}

.copy A:visited {
	color: #651c7e;
	text-decoration: none;
}

.copy A:hover {
	color: #0000ff;
	text-decoration: underline;
}

.copy A:active {
	color: #405ebe;
	text-decoration: none;
}

.copy .bold{ 
	font-weight: bold;
}

.hlHdLn1 {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:15px;
	padding-top:15px;
}

.disclaimer {
 color: #333333;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
}
.disclaimer A:link, .disclaimer A:visited  {
 color: #405ebe;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: none;
}
.disclaimer A:hover  {
 color: #0000ff;
 text-decoration: underline;
}
.disclaimer A:active  {
 color: #405ebe;
 text-decoration: none;
}

.copyTanBoldCell {
	background-color: #e4e4e4;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
}

select.question{
	width: 400px;
}
.Table2
{
	border-right: gray thin solid;
	padding-right: 0px;
	border-top: gray thin solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: gray thin solid;
	width: 300px;
	clip: rect(auto auto auto auto);
	padding-top: 0px;
	border-bottom: gray thin solid;
}

.Head1
{
	font-weight: 700;
	font-size: 16px;
	color: 9e9fa0;
	word-spacing: normal;
	text-transform: none;	
	/*font-style: normal;*/
	letter-spacing: normal;
	/*Commented for Branding project*/
	/*text-decoration: none;*/
	/*Added following for Branding project*/
	font-family: Arial;
	width: 310px;
}
.Head2
{
	font-weight: 550;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	/*font-style: normal;*/
	letter-spacing: normal;
	/*Commented for Branding project*/
	/*text-decoration: none;*/
	/*Added following for Branding project*/
	font-family: Arial;
	width: 630px;
}
.TR2
{
	/*Commented for Branding project*/
	/*background-color: #6699FF;
	background-color: #EEEEEE;*/
	background-color:Gainsboro;
}