body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

.maintext
{
    margin: 34px;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #000000;
}

.maintext table
{
    margin: 10px 0px 10px 0px;
}

.maintext a
{
    color: #000000;
    text-decoration: none;
}

.maintext .message td
{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.maintext .message table
{
    margin: 0px 0px 0px 0px;
}

.footer
{
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.navigation
{
    margin: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    margin-left: 32px;
}

.header
{
    margin: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    margin-left: 35px;
}

td
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

td.top
{
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
}

td.header
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    background-color: #77aa77;
    padding: 0px 12px 0px 0px;
}

td.odd
{
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    padding: 0px 12px 0px 0px;
    background-color: #eeeeee;
}

td.oddbold
{
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    padding: 0px 12px 0px 0px;
    background-color: #eeeeee;
}

td.even
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 0px 12px 0px 0px;
    background-color: #ccddcc;
}

td.evenbold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 12px 0px 0px;
    background-color: #ccddcc;
}

td.line
{
    background-color: #000000;
}

a
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.delete
{
    margin: 0px 0px 0px 0px;
}

.delete input
{
    background-color: #d0d0d0;
    margin: 0px;
    border: 1px solid black;
    color: #000000;
}

.header input
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid white;
    background-color: #000000;
    color: #ffffff;
    margin: 4px;
    padding: 1px;
}

input.home
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 2px;
}

input
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000;
    margin: 4px;
    padding: 1px;
}

h1
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
	color: #000000;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.maintext .options input
{
	width: 300px;
	margin: 2px;
	padding: 1px;
}

.maintext .options a
{
}

textarea
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 2px;
    overflow: auto;
    width: 570px;
}

table.questions
{
	border-spacing: 0;
	border: 0px none;
	border-collapse: collapse;
}

table.questions td
{
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
	border: 1px inset black;
	margin: 0px;
}

table.questions td.head
{
    font-weight: normal;
}

table.questions td.no
{
	background-color: #ee6060;
	text-align: center;
}

table.questions td.yes
{
	background-color: #60ee60;
	text-align: center;
}

table.questions td.void
{
	border: 0px none;
}

table.questions td.summary
{
	text-align: center;
	border: 0px none;
}

table.questions td.summaryall
{
    font-weight: bold;
	text-align: center;
	border: 0px none;
}

table.questions td.participate
{
	text-align: center;
}

