BODY
{
    COLOR: black;
    BACKGROUND-COLOR: #FFFFFF;
    font-family:Tahoma, sans-serif;
    FONT-SIZE: x-small;
    margin:20px 20px 0px 20px;   
}

.Copyright 
{
    color: #FF9900;
    background-color: #29415A;
    font-style:normal;
    font-family:Tahoma, sans-serif;
    font-size:xx-small;
}

table#mainTable
{
    width:90%; margin-left:5%; margin-right:5%;
    BORDER-RIGHT: #000000 2px solid; 
    BORDER-TOP: #808080 1px solid; 
    BORDER-LEFT: #808080 1px solid; 
    BORDER-BOTTOM: #000000 1px solid;
}

table100
{
    width:100%; margin-left:0%; margin-right:0%;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: Tahoma, sans-serif;
    BACKGROUND-COLOR: #29415A;
    TEXT-ALIGN: center
}

.tdHeaderSpecial
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: Tahoma, sans-serif;
    BACKGROUND-COLOR: #29415A;
    TEXT-ALIGN: center
}

.tdHeaderSpecial2
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: Tahoma, sans-serif;
    BACKGROUND-COLOR: #000066;
    TEXT-ALIGN: right;
}

.tdHeaderSpecial3
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: Tahoma, sans-serif;
    BACKGROUND-COLOR: #000066;
    TEXT-ALIGN: center;
}

.tdHeader
{
    background-color: #000066;
    color: White;
}


.menuItem 
{
	font-size:x-small;
	font-family: Tahoma, sans-serif;
}

.tdNav
{
    FONT-SIZE: x-small;
    COLOR: #FFFFFF;
    LINE-HEIGHT: 4mm;
    FONT-FAMILY: Tahoma, sans-serif;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.menuHeading
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: small;
    color: #FFA600;
}
A.menuLink
{
    COLOR: white;
    font-family: Tahoma, sans-serif;
}

A.quickLink
{
    COLOR: #29415A;
    font-size:x-small;
    font-family: Tahoma, sans-serif;
}

A:hover
{
    COLOR: #FFA600;
}

.newsHeader
{
	color:#FFA600;
	font-weight:bold;
	font-size:x-small;
	font-family: Tahoma,sans-serif;
}

.newsContent 
{
	font-size:x-small;
	font-family: Tahoma,sans-serif;
}
/*
.content
{
    Color: #29415A;
    FONT-SIZE:x-small;      
    FONT-FAMILY: Tahoma, sans-serif;
    LIST-STYLE-TYPE: disc;    
    background-color: #ffffff;  
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}
*/

.statusReportContent
{
	Color: #29415A;
    FONT-SIZE:x-small;      
    FONT-FAMILY: Tahoma, sans-serif;
    LIST-STYLE-TYPE: disc;    
    background-color: #ffffff;  
}

.statusReportFooter
{
	font-size:xx-small;
	font-family:Tahoma, Sans-Serif;
}

.pagetitle
{
    color: #FFA600;
    FONT-SIZE: large;
    FONT-FAMILY: Tahoma, sans-serif;
}

.title 
{
    color: #FFA600;
    FONT-SIZE: medium;
    FONT-FAMILY: Tahoma, sans-serif;    
}

.highlight 
{
 Font-weight: bold;   
}

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    font-size:x-small;
    /*border: 1px solid #00000;*/
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
} 
