body, p {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

a. { text-decoration: none; }
a:link { color: #FF9900; font-weight: bold; font-size: 11px; cursor: pointer; }
a:visited { color: #99CCFF; }
a:hover { color: #99CCFF; text-decoration: none; }

.title {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5F5F5;
	font-weight: bold;
}

.title2 {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}

.subtitle {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

.highlight {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
}

.highlight2 {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: normal;
}

.note {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
}

