html {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #FFFFFF;
	color: #000000;
	font-size : 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_main2.gif);
}
.slogan_text {
	color: #1f61a9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
}
.header_text {
	color: #cc0000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.earmaxx1_text {
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}	
td.nav_selected {
	background-image:url(../images/nav_sel_bg.gif);
}

td.nav_notselected {
	/* nothing, this is a comment */
}

.nav_text {
	color: #1C61AA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.nav_text A:link { text-decoration: none; color: #FFFFFF; }
.nav_text A:visited { text-decoration: none; color: #FFFFFF; }
.nav_text A:active { text-decoration: none; color: #FFFFFF; }
.nav_text A:hover { text-decoration: none; color: #1C61AA; }

.nav_text2 {
	color: #1C61AA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.nav_text2 A:link { text-decoration: none; color: #1C61AA; }
.nav_text2 A:visited { text-decoration: none; color: #1C61AA; }
.nav_text2 A:active { text-decoration: none; color: #1C61AA; }
.nav_text2 A:hover { text-decoration: none; color: #1C61AA; }

/* Purchase Product Cells */
.cell_title {
	font-size: 14px;
	font-weight: bold;
}
.cell_cost_quantity {
	font-size: 14px;
}
.cell_body {
	font-size: 11px;
}

/* message cell */
.message_cell {
	font-size: 14px;
}
