.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mainheader {
	font-family: Tahoma;
	font-size: 22pt;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: -1px;

}
.subheader {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	letter-spacing: -1px;

}
.components {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 2px dashed #666666;
	padding: 5px;

}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.order {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border: medium dashed #CC0000;
	background-color: #FFFF99;

}
.highlight {
	background-color: #FFFF66;
}
.links {
	color: #0033FF;
	text-decoration: underline;
}
