.bluetab {
	border: thin solid #6699FF;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
p {
	font-size: 14px;
}
.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 12px;
}	
.finetext {
	font-size: 14px;
}
ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	font-size: 14px;
	margin-top: 0px;
}
a {
	color: #FF3300;
	font: bold;
}
.pink {
	list-style-position: outside;
	list-style-image: url(../img/bulletpink.png);
}
.red {
	list-style-position: outside;
	list-style-image: url(../img/bulletred.png);
	line-height: 26px;
}
.blu {
	list-style-position: outside;
	list-style-image: url(../img/bulletblu.png);
}
.green {
	list-style-position: outside;
	list-style-image: url(../img/bulletgreen.png);
}
.orange {
	list-style-position: outside;
	list-style-image: url(../img/bulletorange.png);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bread {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	font-size: 13px;
}
.crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;

}
.topmenu {
	color: #003FCF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu a:hover {
	text-decoration: underline;
	color: #6699FF;
}
