﻿body
{
    background-color:white;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0
}
.QuestionBody
{
    background-color:White;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0
}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
        }
        
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:Black ;
	text-decoration: none;
        }
  
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #922B35;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	
}

.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #922B35;
	text-decoration: none;
	
	}
	
.txtMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA4148;
	text-decoration: none;
	
	}
	
.GridDiv				/* used for maintaining position on data grid scrolling */
{
	OVERFLOW-X: hidden;
	OVERFLOW: auto;
	/*behavior:url(\\BSDLMOCKTEST\Common\ScrollPosMaintain.HTC);*/
}


