.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px;
	padding: 4px;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	a:link: #FFFFFF;
}
.bullets {
	list-style-image:   url(images/red_star.gif);
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 8px;



}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0060AA;
	margin: 4px;
	padding: 4px;
}
.lrgred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	letter-spacing: normal;
}
.dotbullets {

	list-style-image:   url(images/red_bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0060AA;
	margin: 4px;
	padding: 4px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px;
	padding: 4px;
	border: thin double #0060AA;
}
