@charset "utf-8";

/**
  Styles for content.
**/
.likeh1, h1, h2, h3, h4, h5, .rowtitle, .tabletitle
{
	color: #000080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.likeh1, h1
{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	color: black;
}
h4
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
p, form, td, strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
}
form p
{
	margin-top: 4px;
}
.smalltext
{
	font-size: 11px;
}
.specialtext
{
	color: #000080;
}
.redtext
{
  color: red;
}
.purpletext
{
	color: #800080;
}
.italictext
{
	font-style: italic;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.column1, .column2, .column3, .column4, .cellblue, .cellyellow
{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bolder;
}
.column1
{
  background-color: #FF8080;
  width: 25%;
}
.column2
{
  background-color: #00FFFF;
  width: 25%;
}
.column3
{
  background-color: #35FF35; 
  width: 25%;
}
.column4
{
  background-color: #FFFF00;
  width: 25%;
}
.cellblue
{
  background-color: #99CCFF;
  width: 25%;
}
.cellyellow
{
  background-color: #FFFF66;
  width: 25%;
}
.rowtitle
{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  text-align: center;
}
.tabletitle
{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-top: 6px;
  text-align: center;
  padding-bottom: 6px;
}
.tableprice
{
  background-color: #FFFFFF;
  border: solid 2px #636397;
  width: 410px;
}
