.columnheader
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
}

/* blue meridian button */
.merbutton
{
	border: 1px black solid;
	font-weight: bold; 
	font-size: 12px;
	color: #ffffff; 
	font-family: 'trebuchet ms'; 
	height: 20px; 
	background-color: #8097cd
}

/* standard text */
.standard 
{ 
	color: #000080; 
	font-size: 10pt; 
	font-family: Arial; 
	font-weight: bold 
}

/* standard without bold */
.standardnobold
{
	color: #000080; 
	font-size: 10pt; 
	font-family: Arial; 
}

/* table text */
.tabletext
{
	font-size: 9pt;
	font-family: Arial
}

/* shipping calculator styles */
.shipbutton
{
	border: black 1px solid; 
	font-weight: bold; 
	font-size: 10pt;
	color: #ffffff; 
	font-family: 'verdana'; 
	height: 20px; 
	background-color: #8097cd;
}

.shippingcalc{
	font-family: verdana;
	font-size: 11px;
	color: black;
}

a.shiplink:link,a.shiplink:visited{
	color: #00309c;
	text-decoration: none;
}

a.shiplink:hover{
	color: #8097cd;
}

