/* CSS Document */  *   *  * background (white): #FFFFFF  * black:		#000000  * turquoise (main): #01DED6  * turquoise (mid): #00B8B1  * turquoise (dark): #00918D  * kelly green: #00B837  * darker green: #00912C  * mid-grey:		#999999  * dark-grey:          #666666  * light-grey:         #CCCCCC    */ BODY{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; background-color: #FFFFFF;}TD{	color: #000000;	font-family: tahoma,verdana;	font-size: 10pt;}A {	color: #00918D;	text-decoration: none;}A:hover{	color: #00B837;	text-decoration: underline;}.menu{	color: #FFFFFF;	font-family: tahoma,verdana;	font-size: 10pt;	font-weight: bold;	border:1px solid white;        border-top-width: 0px;	border-left-width:0px;}.contentcell{	border: 1px solid white;	border-top-width: 0px;	font-family: tahoma,verdana;	font-size: 10pt;        border-left-width:0px;}