body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;



}
.Link {
	color: yellow;
	text-decoration: underline;

}
.ListHeader {
	font-size: large;
	font-weight: bold;
}
.ListItemBold {
	font-style: italic;
	font-weight: bold;
}
.SubList {

	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/bullet_yellow.png);
}
.ExtraLineSpace {
	line-height: 150%;
}
.BulletList {

	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/bullet_red.gif);
}
.BulletListExtraLineSpace {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/bullet_red.gif);
	line-height: 150%;

}
.BigText {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;

}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #999999;
}
