.main {
	font-family: Arial;
	font-size: 10pt;
}
.navbar {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.tiny {
	font-family: Arial;
	font-size: 8pt;
}
.tinyWhite {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;

}
.mainBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;

}
.mainBoldTitle {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #009900;

}
.mainLink {
	font-family: Arial;
	font-size: 10pt;
	list-style-image: url(images/plus.gif);
}
.tinyRed {

	font-family: Arial;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}
