body {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-color: #FFFFFF;
	font-style: normal;
	color: #FFFFFF;
	background-color: #DEDEC0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {color: #FFAA22;text-decoration: none;font-weight: bold;}
a:visited {color: #FFAA22; text-decoration: none; font-weight: bold} 
a:hover {color: #FFFF22; text-decoration: underline} 
a:active {color: #FFAA22; text-decoration: none}

.Text {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.TextLite {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.Bold {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.BoldLite {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #888888;
	
}
.BoldWhite {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.Bold2 {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.Bold2lite {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.ParagraphTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.cellt { border: solid 0 #BBB; border-top-width:1px; }
.celltr { border: solid 0 #BBB; border-top-width:1px; border-right-width:1px; }
.celltl { border: solid 0 #BBB; border-top-width:1px; border-left-width:1px; }
.celltb { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; }
.celltbr { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; border-right-width:1px; }
.celltbl { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; border-left-width:1px;  }
.cellb { border: solid 0 #BBB; border-bottom-width:1px; }
.cellbr { border: solid 0 #BBB; border-bottom-width:1px; border-right-width:1px; }
.cellbl { border: solid 0 #BBB; border-bottom-width:1px; border-left-width:1px; }

