﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}

#Header
{
	background-image:url(images/head_slice.gif);
	background-repeat:repeat-x;
	width: 100%;
}

td
{
	font-size: 8pt;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
}

.QuestionArea
{
	margin: 10px 0 10px 0;
	padding: 15px;
	background-color: #F4F4F4;
}

.FormArea
{
	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
}


.DataTable
{
	width: 100%;
	border: solid 1px #BFBFBF;
	background-color: #FFFFFF;
	font-size: 8pt;
}

.DataTable thead
{
	background-color: #EFEFEF;
	text-align: center;
}

.DataTable th
{
	text-align: left;
	font-weight: normal;
}

.DataTable tbody
{
	text-align: center;
}

.DataTableAltRow
{
	background-color: #F4F4F4;
}

.FormInput
{
	font-size: 8pt;
	border: solid 1px #AAAAAA;
}

.FormButton
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #BFBFBF;
}