BODY
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0pt 0pt 0pt 0pt;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

A.navMenu:link
{
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
}

A.navMenu:visited
{
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
}

A.navMenu:active
{
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
}

A.navMenu:hover
{
	font-size: 10pt;
	font-weight: 700;
	text-decoration: underline;
	color: #ffffff;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

.bodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

.errorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: Red;
	letter-spacing: normal;
	word-spacing: normal;
}

div.block
{
	background-color: #CEE3E6;
	margin: 0px;
	padding: 10px;
	border: 1px solid #003399;
	width: 100%;
	text-align: center;
}

.blockProductImage
{
	background-color: #CEE3E6;
	color: #000000;
	margin: 0px 2px 15px 2px;
	padding: 3px;
	border: 1px solid #000000;
	width: 200px;
	height: 280px;
	text-align: center;
	cursor: hand;
}

.blockProductImageOver
{
	background-color: #F2F2F2;
	color: #000000;
	margin: 0px 2px 15px 2px;
	padding: 3px;
	border: 1px solid #000000;
	width: 200px;
	height: 280px;
	text-align: center;
	cursor: hand;
}

input.textBox, textarea.textBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
	background-color: #F2F2F2;
}

input.textBoxDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
	background-color: #999999;
}

select.selectionBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #003399;
	background-color: #F2F2F2;
}

input.buttons
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC;
	cursor: hand; cursor: pointer;
	width: 100px;
	border: thin outset #FFFFFF;
}

input.buttonsover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	color: #3366CC;
	cursor: hand; cursor: pointer;
	width: 100px;
	border: thin outset #FFFFFF;
	background-color: #FFFFFF;
}

.bold {font-weight: bold;}

/* table stuff */
tr.titlerow{
	background-color: #3366CC;
	color: #FFFFFF;
	font-weight: bold;
}
tr.row0, option.row0, td.row0 {
	/*background-color: #F2F2F2;*/
	background-color: #cccccc;
}

tr.row1, option.row1, td.row1 {
	background-color: #FFFFFF;
}

tr.row2, option.row2, td.row2 {
	background-color: #999999;
}

tr.row3, option.row3, td.row3 {
	background-color: #bbbbbb;
}
tr.rowover, td.rowover {
	background-color: #CEE3E6;
}

/* border for use around anything */
.border
{
	border: solid 1px #003399;
}

/* background colors */
.darkblue	{background-color: #003399;}
.newblue	{background-color: #3366CC;}
.lightgrey	{background-color: #F2F2F2;}
.white		{background-color: #FFFFFF;}
.shade		{background-color: #CEE3E6;}
.shade2		{background-color: #A6CACF;}
.black		{background-color: #000000;}

