HTML, BODY {
 height:100%;
}

TABLE, TR, TD {
 background-color: #000000;
 color: #FFFFFF;
}

BODY {
 font-family: Arial, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
}

/*** Paragraph Settings ***/
p{
 color: #FFFFFF;
 text-indent: 20px;     
 margin-top: 5px;  
 margin-bottom: 5px;  
}

.Content {
 background-color: #000000;
 color: #FFFFFF;
}
/*** Content Link Styles***/
a:link, a:visited, .Content a:link, .Content a:visited {
 color: #ff3300;
 text-decoration: underline;
}
a:hover, .Content a:hover {
 color: #ff3300;
 text-decoration: underline;
}

/*** Heading 1/2/3 Styles for the content area ***/
H1, H1 a{
 font-family: Arial, sans-serif;
 color: #999999;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Arial, sans-serif;
 color: #999999;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Arial, sans-serif;
 color: #999999;
 margin: 0px;
 padding: 4px;
}

/*** Forms and input boxes ***/
select* {
 font-family: Arial,sans-serif;
 font-size: 12px;
}

/***  Tables Commonly used to display data ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #000000;
 padding: 4px;
}

.DataHeader, .DataHeader TABLE, .DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 13px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #ff3300;
 color: #FFFFFF;
}
.DataRow, .DataRow a:link, .DataRow a:visited{
 background-color: #333333;
}
.DataRowOver*, .DataRowOver a:link, .DataRowOver a:visited{
 background-color: #666666;
}
.DataRowDown, .DataRowDown a:link, .DataRowDown a:visited{
 background-color: #666699;
}

/*** This should be the same background color as your content area ***/
.RTEForm {
 background-color: #000000;
}
