body, p, a, table, th, tr, td, form, input, select, textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333333
}

body {
   background-color: #000033;
}

a {
   color: #CC6600;
   text-decoration: none
}

a:hover {
   color: #003366;
   text-decoration: underline
}

table {
   border: none;
   border-collapse: collapse
}

th {
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   line-height: 30px;
}

th.header {
	color: #FFFFFF;
	background-color: #996633;
}

td.header {
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   padding-top: 5px;
   text-align: right;
   background-color: #000033
}

td.subheader {
   font-weight: bold;
   line-height: 24px;
   background-color: #E5E5E5
}

td.content {
   border: 1px solid #000033;
   padding: 10px
}

td.separator {
   line-height: 5px;
}

td.footer {
   padding-top: 20px;
}

input {
   background-color: #FFFFFF
}

.header {
   font-size: 14px;
   font-weight: bold;
   line-height: 30px;
}

.subheader {
   font-size: 12px;
   font-weight: bold;
   line-height: 30px;
}

.footer {
   font-size: 10px;
}

.instruction {
   line-height: 24px
}

.error {
   line-height: 24px;
   color: red;
   font-weight: bold
}

.field {
   line-height: 24px
}

.button {
   font-weight: bold;
   line-height: 24px;
   background-color: #E5E5E5
}

#content {
   width: 800px;
   float: left;
   padding: 10px;
   background-color: #FFFFFF
}
