body {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #688b9a;
/*	scrollbar-face-color: #1E2734;
	scrollbar-shadow-color: #1E2734;
	scrollbar-highlight-color: #1E2734;
	scrollbar-3dlight-color: #1E2734;
	scrollbar-darkshadow-color: #1E2734;
	scrollbar-track-color: #1E2734;
	scrollbar-arrow-color: #344359;	
*/
}

table, td, p {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #FFFFFF
}

.larger {
	font-size: 10pt;
}

a:link {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1D8800;
	text-decoration: underline;
}

a:visited {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #b84ed7;
	text-decoration: underline;
}

a:hover {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ea990e;
	text-decoration: underline;
}

h1 {
	font-family: verdana, tahoma, arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #507687;

}

h2 {
	font-family: verdana, tahoma, arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8ea063;
}

h3 {
	font-family: verdana, tahoma, arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ea990e;
}

h3.nonCream {
	font-family: verdana, tahoma, arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
/** cream box **/
table.cream, td.cream, p.cream, {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #f9fbe1
}
/** end cream box **/

/** green box **/
table.green, td.green, p.green, {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #cbdf9b
}
/** end green box **/

/** blue box **/
table.blue, td.blue, p.blue, {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #aec8d3
}
/** end blue box **/

/** warning box **/
table.warning, td.warning, p.warning, {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background: #f9abab;
}
/** end warning box **/

/** alternating rows**/
table.alt, td.alt, p.alt, {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background: #f9fbe1
}
/** end alternating rows **/

/** calendar classes **/
td.days  { 
	color: #012560; 
	font-size: 8pt; 
	font-family: verdana, tahoma, arial; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	width: 100px; 
	height: 50px;
}
/** end calendar classes **/

/** misc classes **/
table.tiny, td.tiny, p.tiny {
	font-family: verdana, tahoma, arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 6pt;
	color: #000000;
	background: #FFFFFF;
}
/** end misc classes **/

