/* CSS Document */

body {
	background: #663300;
	margin:0;
}

a:link {
	color:#ffffff;
}

a:visited {
	color:#ffff00;
}

p {
	margin:0;
	color:#fff;
	font-family: arial, helvetica;
	font-size: small;
}

textarea {
	font-size: x-small;
	font-family:arial;
}

td.text {
	margin:0;
	color:#fff;
	font-family: arial, helvetica;
	font-size: 10pt;
}

table.fullerror {
	border: 0px;
}


td.fullerror {
	border: 3px solid #ff0000;
	color:#ffff00;
	font-family: arial, helvetica;
	font-weight:bold oblique;
	font-size: medium;
}

td.notice {
	font-family:arial;
	font-style:italic;
	font-weight:bold;
	font-color:#fff;
}

td.header {
	margin:0em;
	color:#ffffff;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
}

.error {
	font-size:10pt;
	font-family: arial, helvetica;
	font-style:oblique;
	font-weight:bold;
	color:#ffff00;
}

.required {
	font-size:large;
	font-family:arial,sans-serif;
	font-style:oblique;
	font-weight:bold;
	color:#ffff00;
}

table.text {
	width:98%;
        background: #663300;
	border:2px dashed black;
}

table.header {
	width:100%;
	background: #8A4500;
	border:1px solid;
}

table.notice {
	width:98%;
	background:#663300;
	font-size:10pt;
	border:#000 1px solid;
	color:#fff;
}

