body, .td
{
    color:Black;
    font-family: Verdana, Arial, Sans-Serif; 
    FONT-SIZE: 12px; 
}
.btn
{
    width:70px;	
    font-size : 11px;
    font-family : Verdana;
    background-color : #006565;
    color : white;
    font-weight : bold;
    border-width : thin;
}
.QuestionsTable
{
    width:600px;
}
.QuestionHeading
{
    BACKGROUND-COLOR: #B0AED5;
    color:white;
    font-weight:bold;
    padding:2px;
}
.Col1
{
    width:60%;
}
.Col2, .Col3
{
    text-align:center;
    width:20%;
}
.Yes, .No
{
    font-weight:bold;
}

.NameInput
{
	width:100px;
}
.SmallInput
{
	width:50px;
}
.AddressInput
{
	width:336px;
}
.bold
{
	font-weight:bold;
}
.red
{
	color:Red;
}

.green
{
	color:Green;
}

.loading
{
	position:relative;
	left:5px;
	text-align:center;
	background-color:Red;
	color:White;
	font-weight:bold;
	width:180px;
	height:15px;
}