@font-face {
    font-family: 'EurostileLTStd';
    src: url('fonts/EurostileLTStd_2.otf');
}
@font-face {
    font-family: 'EurostileLTStd';
    src: url('fonts/EurostileLTStd-Bold_0.otf');
	font-weight:bold;
}
@font-face {
    font-family: 'FuturaStd';
    src: url('fonts/FuturaStd-Medium_0.otf');
}
@font-face {
    font-family: 'FuturaStd';
    src: url('fonts/FuturaStd-Bold_0.otf');
	font-weight:bold;
}
@font-face {
    font-family: 'cuyabra';
    src: url('fonts/cuyabra_2.otf');
}
@font-face {
    font-family: 'cuyabra';
    src: url('fonts/cuyabra_bold_2.otf');
	font-weight:bold;
}
@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('fonts/AvenirLTStd-Heavy_1.otf');
}
BODY {
	font-family: 'FuturaStd', Arial;
	font-size: 13px;
	color: #000000;
	margin: 17px 0px 0px 0px;
	/*background-color:#F0F0F0;*/
	background-color:white;
	background-image:url('images/bg.png');
	background-position:top center;
	background-repeat:no-repeat;
	background-size: 100%;
}
form {
	margin:0px;
}
/*
div#footer_img {
	background-image:url('images/bg1.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:70px;
}*/
B {
	font-family : 'FuturaStd', Arial;
	font-weight: bold;
	/*font-size: 13px;
	color : #000000;*/
}
P {
	font-family : 'FuturaStd', Arial;
	font-size: 13px;
	color : #000000;
	text-align : justify;
	line-height : 20px;
}
TD {
	font-family : 'FuturaStd', Arial;
	font-size: 13px;
	color : #000000;
	padding:2px 0px;
}
.subSection TD {
	padding:2px 2px 2px 0px;
}
.subSection TABLE TD {
	padding:1px 5px 1px 0px;
}
.survey_heading {
	/*font-family: Arial;*/
	font-family: 'EurostileLTStd', Arial;
	font-size: 18px;
	color: #636466;
	font-weight: bold;
	padding-top: 8px;
}

.survey_subheading {
	font-family: 'EurostileLTStd', Arial;
	font-size:18px;
	color: #004a9a;
	padding-top:20px;
}
.blueBoxText {
	font-family: 'cuyabra', Arial;
	background-color:#0c419a;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	text-align:justify;
	line-height:20px;
}
.blueboldtext {
	font-family:'cuyabra', Arial;
	color: #0c419a;
	font-weight: bold;
}
.bluetext {
	color: #0c419a;
}

.paddingText {
	padding-top:2px;
}

.marksBottom {
	border-bottom:1px solid #000000;
}

.contentTable {
	padding-top:25px; 
	padding-left:30px; 
	padding-right:30px; 
	padding-bottom:20px; 
	border:1px solid #999999; 
	background-color:#FFFFFF88;
}

.q1Padding {
	padding-left:30px;
}

.commentTextBox {
	width:578px; 
	height:80px; 
	font-family:Arial;
	font-size:12px;
}

.redText {
	color:#FF0000
}

.thanksWord {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
	color: #0c419a;
}