/* CSS Document */

body {
 font-family: arial, helvetica, sans-serif, verdana;
 font-size: 12px;
 line-height: 13px;
 color: #000000;
 background-color: #ffffff;
 margin: 0px 0px 0px 0px;
}


TD {
	font-family: arial, helvetica, sans-serif, verdana;
 font-size: 12px;
 font-weight: normal
}

.edithead {
 font-family: arial, helvetica, sans-serif, verdana;
 font-size: 14px;
 font-weight: bold
}

.editsubhead{
 font-family: arial, helvetica, sans-serif, verdana;
 font-size: 11px;
 font-style: italic;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	font-style: italic;
}

.desc {
	font-family: arial, helvetica, sans-serif, verdana;
 font-size: 12px;
 font-weight: normal
}


h1 {
	font-family: arial, helvetica, sans-serif, verdana;
 font-size: 28px;
 font-weight: bold;
 line-height: 30px;
}

h2 {
	font-family: arial, helvetica, sans-serif, verdana;
 font-size: 14px;
 font-weight: bold;
 line-height: 28px;
}

.date {
	font-family: arial, helvetica, sans-serif, verdana;
 font-size: 10px;
 font-weight: bold
 font-style: italic

}

.tablebor {
	border: thick solid #000000;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	white-space: normal;
	display: block;
	margin: 3px;
	padding: 3px;
	height: 100%;
	width: 100%;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
	background-color: #ECECFF;
	background-attachment: fixed;
	clear: left;
	float: left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}


table.question {
	border: 1px solid black;
	border-collapse: separate;
	background-color: white;
}
