.normal {
	color : #333300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;	
}
.small {
	color : #993300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;	
}
.teal_bold_lg {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	font-weight: bold;
}
.teal_bold {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight: bold;
}
.medgreen_bold {
	color : #669933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight: bold;
}
.medgreen2_bold {
	color : #99CC66;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight: bold;
}
.drkgreen {
	color : #669933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
.drkblue {
	color : #336699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
.green_bold {
	color : #99CC33;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight: bold;
}
.grey {
	color : #DDDDDD;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
.medgreen {
	color : #99CC66;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
.header {
	color : #669933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-align : left;
	font-weight: bolder;
}
.header_teal {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-align : left;
	font-weight: bolder;
}
.header_moss {
	color : #669933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-align : left;
	font-weight: bolder;
}
.title_moss {
	color : #669933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	font-weight: bolder;
}
.quoted {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-align : left;
	color: #669900;
}
td.normal {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
td.teal_border {
	text-align : left;
	background-color: #003366;
}
td.grey_base {
	font-family : Tahoma;
	font-size : 11px;
	text-align : left;
	background-color: #CCCCCC;
	font-weight: bold;
}
td.medgrn_base {
	font-family : Tahoma;
	font-size : 11px;
	text-align : left;
	background-color: #99CC66;
	font-weight: bold;
}
td.ltgrn_base {
	font-family : Tahoma;
	font-size : 11px;
	text-align : left;
	background-color: #eeffbb;
}
td.medgrey_base {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	background-color: #CCCCCC;
}
td.ltteal_base {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	background-color: #EEEEEE;
}
td.medteal_base {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	background-color: #CCCCCC;
}
td.blue_base {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	background-color: #003366;
}
td.white_base {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	background-color: #FFFFFF;
}
BODY {
	color : #003366;
/*	background-color : #CCCC66;   */
	background-color : #FFFFFF;   
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A {
	color : #006699;
	text-decoration : none;
}

A.red {
	color : #990000;
	text-decoration : none;
}

A:HOVER {
	color : #669933;
	text-decoration : none;
}

input.normal {
	color : #99CC66;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

