BODY{
	background-color: white;
	margin-top: 1;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	color=black:
}
:link {
	color: Blue;
}  /* for unvisited links */
:visited { color: Blue;  } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: red; } /* when mouse is over link */
a.plain { text-decoration: none }

.dspTopTableTD{
	background-color : #01075B;
}
.dspTopTableText{
	color :white;
	font-size : 20px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
}
.dspSubTopTableTD{
	background-color : #2424FF;
}
.dspSubTopTableText{
	color :white;
	font-size : 17px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}
.dspSubTopTableSmallText{
	color :white;
	font-size : 16px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}
.dspSub2TopTableTD{
	background-color : #C1C1FF;
}
.dspSub2TopTableText{
	color :black;
	font-size : 17px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}


.dspSubTophref{
	color :#FFFF00;
	font-size : 14px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}

.dspTableHdrTD{
	background-color : #E5E5E5;
}
.dspTableHdrText{
	color=Maroon;
	font-size : 15px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
}
.dspTableSmallHdrText{
	color=Maroon;
	font-size : 12px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}
.dspTableALTHdrText{
	color=Maroon;
	font-size : 20px;
	font-family :  "MS Sans Serif", Geneva, sans-serif;
	font-weight : bold;
}
.dspTableDataTD{
	background-color : #FbFbFb;
}
.dspTableDataText{
	color=black;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
}
.dspTableDataTextALT{
	color=darkgreen;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
}
.dspTableDataHref{
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
}

