.header1blue {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
.largeblue {
	font-size: large;
	color: #336699;
}
.normalblue {
	color: #336699;
}
.smallred {
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}
.x-smallblack {
	font-size: x-small;
	color: #000000;
}
.smallblack {
	font-size: small;
	color: #000000;
}
.redborder {
	border: 1px #FF0000;
}
.whitelettering {
	color: #FFFFFF;
	font-weight: bold;
}
.small {
	font-size: small;
}
.redlarge {
	font-size: large;
	color: #FF0000;
}
.thinredborder {
	border: thin solid #FF0000;
}
.thinblueborder {
	border: thin solid #336699;
}
.red {
	color: #FF0000;
}
.bluebold {
	font-weight: bold;
	color: #336699;
}
a:link {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.largewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.alphabutton {
	background-color: #ffffff;
	border: 0;
	color: #336699;
	width: 20px;
	text-align:center;
	font-weight: 600;
	text-decoration: underline;
	
}
.detailsbuttonwhite {
	border: 0;
	width: 70px;
	text-align:center;
	font-weight: 400;
	background-color: #FFFFFF;
	color: #336699;
	text-decoration: underline;
}
.detailsbuttonblue {
	border: 0;
	width: 70px;
	text-align:center;
	font-weight: 400;
	background-color: #CCFFFF;
	color: #336699;
	text-decoration: underline;
}
.vendbuttonwhite {
	border: 0;
	text-align:left;
	font-weight: 400;
	background-color: #FFFFFF;
	color: #336699;
}
.vendbuttonblue {
	border: 0;
	text-align:left;
	font-weight: 400;
	background-color: #CCFFFF;
	color: #336699;
}
