body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #ECB80A}

/* Text Links: dotted-underlined links until you hover over it!  */
a:link { 
	color:  #FFCC00; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: dotted 1px #CCCCCC;
	}
a:visited { 
	color:  #FF9900; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: dotted 1px #CCCCCC;
	}
a:hover { 
	text-decoration: underline; 
	color:  #FF0033; 
	font-weight: bold; 
	border-bottom: dotted 1px #CCCCCC;
}
a:active {
	color: #FF0033;
	font-weight: bold;
	background:transparent;
	border-bottom: dotted 1px #CCCCCC;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: left;
	color: #CCCCCC;
}
.bulletstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
	list-style-type: circle;
}
