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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BACKGROUND-COLOR: #eff7df;
}

a:link { 
         color: #255b89;
		 text-decoration: underline;
}
a:visited { 
         color: #255b89;
		 text-decoration: underline;
}
a:hover { 
         color: #9d0e2d;
         text-decoration: underline;
}
a:active { 
         color: #255b89;
		 text-decoration: underline;
}


.ltable {	   border-style: solid;      border-width: 1px;   border-color: #999999;  } 
table.ltable td { padding:10px; }

a {
text-decoration: none; 
} 

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

div, table, td, div, span, input, textarea, select {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 666666;}
.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: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff;
}

.blue
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#6f8dba;
}

.title
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#9d0e2d;
font:bold;
font-weight:bold
}

.titlebig
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #6f8dba;
font: bold;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font: bold;
}
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #1c436d;
    border-bottom: 1px solid #1c436d;
}

table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.3em;
    border-top: 1px dotted #1c436d;
}
table.Design5 td {
    text-align: left;
    border-top: 1px dotted #1c436d;
    padding: 0.1em 0.3em;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #1c436d;
}
table.Design5 th.Corner {
    text-align: left;
}

table.Design6 {
	background-color: #fff2f5;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #9d0e2d;
    border-bottom: 1px solid #9d0e2d;
}

table.Design6 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.3em;
    border-top: 1px dotted #9d0e2d;
}
table.Design6 td {
    text-align: left;
    border-top: 1px dotted #9d0e2d;
    
	padding:5px;
}
table.Design6 thead th {
    text-align: center;
    border-bottom: 1px solid #9d0e2d;
}
table.Design6 th.Corner {
    text-align: left;
}
