<!--
	/*A:link {
		color: #ffffff;
		text-decoration: underline; 
	}
	A:visited {
		color: #ffffff
	}*/
.title {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff; 
	font-size: 15pt; 
	font-weight:normal;
	letter-spacing:1px;
	}
.subtitle {
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	color:#D3D08F;
	font-size: 11pt; 
	font-weight:Bold;
	letter-spacing:1px;
	}
.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight: normal;
	}
.textgray {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #cccccc;
		font-weight: normal;
	}
/* IDs */
	#white {
		color: white;
	}
	#gray {
		color: #cccccc;
	}
	#yellow {
		color: #D3D08F;
	}
-->