body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
}
div, table, td, div, span, input, textarea, select {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: rgb(51, 51, 51);}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.textbox
{
font-family: Helvetica, Arial, Verdana;
font-size: 11px;
color:#ffffff;
}

.green
{
font-family: Helvetica, Arial, Verdana;
font-size: 11px;
color:#6fad1e;
}

.title
{
font-family: Helvetica, Arial, Verdana;
font-size: 12px;
color:#6fad1e;
font: bold;
}

table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}
table.Design5 td {
    text-align: right;
    border-top: 1px dotted #EA9A1C;
    padding: 0.1em 0.4em;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th.Corner {
    text-align: left;
}