* {
	font-family: verdana;
	font-size: 10pt;
}

a {
	font-style: italic;
}

h1 {
	font-size: 16pt;
}

h1.right {
	font-size: 16pt;
	float: right;
}


.title {
	font-size: 16pt;
	text-align: center;
}

.imgleft {
	float: left;
}

.imgright {
	float: right;
}


h2 {
	font-size: 12pt;
	font-weight: bold;
}

table.question {

}

table {
	border-collapse: collapse;
}

div.container {
	width: 100%;
	border: 1px dotted black;
	text-align: center;
	height: 100%;
	background-color: #333333;
	position: relative;
	margin: auto;
}


table.clsTableFrame {
	width: 70%;
	position: relative;
	margin: auto;
}

tr.clsRowHeader {
	vertical-align: top;
	height: 16pt;
	background-color: #FFFFFF;
}

tr.clsRowBody {
	height: 80%;
	width: 100%;
	vertical-align: top;
	background-image: url('clsRowBodyBg.gif');
	background-repeat: repeat;
}

tr.clsRowTrack {
	vertical-align: top;
	height: 10pt;
}

table {
	width: 100%;
}

div.qbox {
	width: 80%;
	text-align: left;
}

div.bbox {
	border: 1px solid black;
	text-align: left;

	background-color: white;
}

.bottomborder {
	border-color: black;
	border-width: 1px;
	border-style: none none solid none;
}

.rightborder {
	border-color: black;
	border-width: 1px;
	border-style: none solid none none;
}