body, th, td, input, select, textarea {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 10pt;
        background: #003366;
        text-decoration: none;
}
a:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FF9933;
	text-decoration: none;
}
a:active {
	text-decoration: none;
        color: #FF9933;
}
a:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #3399CC;
        text-decoration: none;
        font-weight: bold;
}
a:hover {
        text-decoration: underline;
        color: #FFFFFF;
}
table {
	width: 100%;
	background: white;
}
.tableAutoWidth {
	width: auto;
}
th, td {
	padding: 3px;
	vertical-align: top;
}
th {
	text-align: left;
	background: #1C4977;
        color : #FFFFFF;
}
td {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
	color: #FFFFFF;
	background: #1C4977;
}
p  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : none;
	color: #FFFFFF;
}
input, textarea {
	width: 200px;
}
textarea {
	height: 60px;
}
.button, .lowCheckBox {
	width: auto;
}
.lowCheckBox {
	height: 11px;
}
#importantHeaders {
	display: block;
}
#allHeaders {
	display: none;
}
#textareaWrite {
	width: 100%;
	height: 200px;
}
#inputFrameSize {
	width: 20px;
}
