						BODY {
						font-family: Arial, Helvetica, sans-serif;
						font-size: 80%;
						background: #FFFFFF;
						margin-bottom: 0;
						margin-left: 0;
						margin-right: 0;
						margin-top: 0;
						}
						H1{
							font-size : 160%;
						}
						H2{
							color : #999966;
							font-size : 160%;
						}
						H3{
							font-size : 140%;
						}
						H2{
							font-size : 120%;
						}
						EM {
							font-weight : bold;
							color : Red;
						}
						B{
							font-weight : bold;
						}
						.DropCap {
							color : #3399cc;
							font-weight : bold;
							font-size : 160%;
						}
						.Code {
							color : Blue;
							font-size : 140%;
							font-weight : bold;
							font-family : "Courier New", Courier, monospace;
						}
						.menu {
							background: url(images/page/ls_back.jpg);
							background-repeat: no-repeat;
						}
						.MMenuOver {
							font-weight: bold;
							text-decoration: underline;
							font-size: 13pt;
							background: White;
						}
						.MMenuOff {
							font-weight: bold;
							font-size: 13pt;
							text-decoration: none;
							background: #C8C8C8;
						}
.ButtonOver {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20pt;
	background: White;
	border: medium solid Black;
	padding-left: 8px;
	padding-right: 8px;

}
.ButtonOff {
	font-weight: bold;
	font-size: 20pt;
	text-decoration: none;
	background: #C8C8C8;
	border: thin solid Black;
	padding-left: 8px;
	padding-right: 8px;
}
						TD{
							font-size : 80%;
						}
						TD.DataOdd{
							font-size : 60%;
						}
						TD.DataEven{
							font-size : 60%;
							background : #CCFFCC;
						}
						TH.Data{
						background: #3399cc;
						font: bold;
						color: White;
						}
						.CaptionOff {
							color : #999966;
							text-decoration : none;
						}
						.CaptionOver {
							color : #3399CC;
							font-weight : bold;
							text-decoration : none;
						}
						Caption{
							font-weight: bold;
							font-size: 14pt;
						}
						Tfoot{
							font-weight: bold;
							background: #999966;
						}
						p {
						margin-bottom: 4;
						margin-left: 4;
						margin-right: 4;
						margin-top: 4;
						}
						a:active {
							color: #999966;
						}
						a:visited {
							color: #3399CC;
						}
						a:link {
							color: #999966;
						}