/*This stylesheet contains additional styles for the AudioTravel online survey*/

/* ---- TABLES ----*/
/*defining properties of the main table for the survey page*/
.mainTable {
	border:1px;
	border-style:solid;
	border-color:#000000;
	background:#FFFFFF;
}
/*defining properties of the table for index page*/
.indexTable {
	background:#FFFFFF; 
	border:none;
	width:750px;
}
/* ---- END OF TABLES ----*/

/* ---- FIELDS ----*/
input.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2F4F4F;
	maxlength="500";
	size: 100px;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2F4F4F;
	maxlength="500";
}

/* ---- END OF FIELDS ----*/

/* ---- TEXT STYLES ----*/
/*defining standard texts*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
/*defining headder*/
h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #B30209;
	font-weight: bold;
}


/* ---- END OF TEXT STYLES ----*/