.LetterText {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}

.light { 
	 background-color: #33FF99
 }
 
.dark {  
	background-color: #00FFFF
}

.notes {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.GoodNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
}
.TableTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.TableDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #0066FF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.TableLessDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #63A3FF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.TableLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.TableGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #00FF00;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.MainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.MediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.LargerTextCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.MediumTextLeft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.MediumTextRight {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: middle;
}
.MediumTextRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.MediumTextBlueDark {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.BigTextRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.TableWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.TableGreenLight {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #66FF33;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.notesPreferedStyle {

	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.LetterTextBig{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.hideObject {visibility: hidden}

.layerStyle {color: #FFFF00}

#layHelp {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background-color:#FFFF00;
	position:absolute;
	left:400px;
	top:169px;
	width:287px;
	height:228px;
	z-index:1;
	border:1px none #000000;
	overflow:auto;
	display:none;
}

#layHelp2 {
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	background-color:#FFFF00;
	position:absolute;
	left:295px;
	top:228px;
	width:355px;
	height:160px;
	z-index:1;
	border:1px none #000000;
	overflow:auto;
	display:none;
}

#layAlert {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
	margin: auto;
	border-width: 0;
	filter: alpha(opacity=90);
	-moz-opacity:.90;	
	opacity:.90;
	overflow: hidden;
	display: none;
}
