body, html 
{
    background-color:White;
    color:Black;
    margin:0;
    padding:0;
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 12px;
}
BODY
{
    BACKGROUND-COLOR: white; 
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 10px; 
    COLOR:       black;
}

TD
{
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 11px; 
} 
  
A
{
	color:#008575;
	TEXT-DECORATION: underline;
}
A:link
{
    COLOR: #0093D0;
}

A:visited
{
    COLOR: #565A5C;
}

A:hover
{
	color: #0093D0;
	text-decoration:none;
}

.updates {
	font-size: 11px;
	color: #0182AC;
}

.contentHeader {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:x-small;
}

A.highLights {
	font-weight:bold;
	font-size:xx-small;
	padding-right: 5px;
}

A.highLights {
	color: #0093D0;
	text-decoration:none;
}

A.highLights:visited{
	color: #565A5C;
}



A.highLights:hover {
	color: #0093D0;
	text-decoration:underline;
}


.content {
	FONT-FAMILY: Verdana, Arial, sans-serif; 
   font-size : 11px; 
   COLOR: #666666;
}

.tableHeaders {
	background-color: #1B83B6;
	font-weight:	bold;
	color:	white;
	text-align:	center;
}