BODY {
	font-family: Verdana,Arial;
	color: #666666;
}
TD {
	font-family: Verdana,Arial;
	color: #666666;
	font-size: 12px;
}
.myWhite {
	color: #ffffff;
}
.footer {
	font-size: 10px;
}
HR { height: 1; color: #cccccc; } 
A:link { color: #0561a5; text-decoration: underline; } 
A:visited { color: #0561a5; text-decoration: underline; } 
A:hover { color: #0197d7; text-decoration: underline; } 
A:active { color: #0197d7; text-decoration: underline; } 
A.white:link { color: #ffffff; text-decoration: none; } 
A.white:visited { color: #ffffff; text-decoration: none; } 
A.white:hover { color: #ffffff; text-decoration: underline; } 
A.white:active { color: #ffffff; text-decoration: underline; } 
.myButton {
	border-left: solid 1px #98d9f4;
	border-right: solid 1px #0561a5; 
	border-top: solid 1px #98d9f4;
	border-bottom: solid 1px #0561a5;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #0197d7;
	padding: 0;
	cursor: hand;
	margin-bottom: 2px;
}

.myButtonOver {
	border-left: solid 1px #98d9f4;
	border-right: solid 1px #0561a5; 
	border-top: solid 1px #98d9f4;
	border-bottom: solid 1px #0561a5;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #00aae2;
	padding: 0;
	cursor: hand;
	margin-bottom: 2px;
}
LI             { list-style-type: round; text-decoration: none; }
LI.justified   { list-style-type: round; text-decoration: none; text-align:justify; }
UL             { list-style-type: round; list-style-position: outside;	padding-left: 16; padding-bottom: 0;
                 margin-left: 0;	margin-bottom: 6;	margin-top: 6;	border-left: 0;	color:#666666;	text-decoration: none; }

