.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* links */
a						{
	font-size:x-small;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
}
a.mainNav:link			{text-decoration:none; font-weight: bold;}
a.mainNav:visited		{text-decoration:none; font-weight: bold;}
a.mainNav:hover			{text-decoration:none; color:yellow; font-weight: bold;}
a.mainNav:active		{text-decoration:none; color:yellow; font-weight: bold;}

/* Table Cells */
td.footer				{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
.titleA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.titleB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
li {
	font-size: xx-small;
	vertical-align: middle;
	list-style-position: outside;
	list-style-image: url((URL));
	list-style-type: circle;
}
