.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002666;
	text-decoration: none;
	background-image: url(images/buttonback.gif);
	text-align: left;
	text-indent: 18px;
	display: block;
	padding: 3px;
	height: 15px;
	width: 184px;
}
.buttons a:hover{
text-decoration: underline;
color: #002666;
}
.buttons a:link{
text-decoration: none;
color: #002666;
}
.buttons a:visited{
text-decoration: none;
color: #002666;
}
.buttonsbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002666;
	text-decoration: none;
	background-image: url(images/buttonback.gif);
	text-align: left;
	text-indent: 18px;
	display: block;
	padding: 3px;
	height: 15px;
	width: 184px;
}
.buttonsbold a:hover{
text-decoration: underline;
color: #002666;
}
.buttonsbold a:link{
text-decoration: none;
color: #002666;
}
.buttonsbold a:visited{
text-decoration: none;
color: #002666;
}
.white-text {
	color: 00296d;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
.blueunder {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding: 10px;
}
