body {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #BAC2D5;
}
#main {
	background-image: url(../images/bg.jpg);
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #BAC2D5;
}
.subtitle {
	font-family: Tahoma;
	font-size: 14px;
	color: #BAC2D5;
	font-style: italic;
	font-weight: bold;
}
.required {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF0000;
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-variant: small-caps;
	color: #BAC2D5;
}
h5 {
	color: #990000;
	font-style: italic;
}
.td_top {
	background-image: url(../images/content_02.jpg);
}
.td_left {
	background-image: url(../images/content_04.jpg);
}
.td_right {
	background-image: url(../images/content_06.jpg);
}

.td_Bottom {
	background-image: url(../images/content_08.jpg);
}
a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.index_table td {
	border: 1px double #CCCCCC;
	text-align: left;
}

.form_response{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}

.yellow
	{
	color: #DDE418;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
	}

.answer
	{
	margin: 5px 10px 5px 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	}

table.scores
	{
		background-color: #c0c0c0;
		color: #73B98C;
		border-style: none;
		border-width: 0px;
		border-color: #071430;
		padding: 0px;
		cell-spacing: 0px;
		vertical-align: middle;
	}

thead.scores
	{
		background-color: #404040;
		color: #c0c0c0;
		border-style: none;
		border-width: 0px;
		border-color: #071430;
		padding: 0px;
		cell-spacing: 0px;
	}
	
	th.scores
	{
		border-style: solid;
		border-style: none;
		border-width: 0px;
		padding: 3px;
		text-align: center;
		vertical-align: middle;
		font-size: 12px;
		font-weight: normal;
	}
	
tr.scores
	{
		background-color: #808080;
		color: #202020;
		border-style: none;
		border-width: 0px;
		border-color: #071430;
		padding: 0px;
		cell-spacing: 0px;
	}
	
	td.scores
	{
		border-style: none;
		border-style: none;
		border-width: 0px;
		vertical-align: middle;
		text-align: center;
		padding: 3px;
		font-weight: bold;
		font-size: 11px;
		font-style: normal;
	}


.small {
	font-family: Tahoma;
	font-size: 10px;
}
