BODY, DIV, P, TD, UL, OL {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #666666;	
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 13pt;
	color : #333333;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 17px;
	color : #deb408;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 13pt;
	color : #333333;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11pt;
	color : #000000;
}

h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #990000;
	text-align : center;
}

hr {
	height:1px;
	color:#CCCCCC;
}

a:link  {color: #064a6c}
a:hover {color: #deb408}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #999999;	
}

.carttext {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color : #FFFFFF;
}

.prodtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	text-decoration:none;
}

.whitehead {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #FFFFFF;
}

.price {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #666666;
}

.formmargin {
	margin:0px;
	padding:0px;
}

.forminput {
	border: 1px solid green;
	background: white;
	font-size: 8pt;
	border-color : #666666;
	border-style : solid;
	border-width : 1;
}

.regborder {
	background: #EEEEEE;
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

.smallwhitebold {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #FFFFFF;
	font-weight: bold;
}

.odd { background-color: #FFFFFF; }
.even { background-color: #EEEEEE; }

/* BACKGROUNDS */

.bgtop {
	background-image : url("/images07/bg_top.gif");
	background-repeat : no-repeat;
	background-position: bottom;
}

/* MENUS */

.menu {
	line-height:20px;
	display:block;
	width:136px;
}

a.menu, span.menu{
	text-decoration : none;
	color : #064a6c;
	font-size: 11px;
	font-weight : bold;
	padding-left:3px;
	
}

a.menu:hover {
	color: #deb408;
	font-weight : bold;
}

a.popupmenu {
	text-decoration : none;
	color : #064a6c;
	font-size: 7.5pt;
	background-color:#ffffff;
	display: block;
	line-height:20px;
	padding: 0px 0px 0px 5px;
}

a.popupmenu:hover {
	color: #deb408;
}

/* TABLES */

TABLE.content {
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
}

TABLE.emsreg {
	background-color:#e5e1c3;
	padding-left:15px;
	padding-right:15px;
}

TABLE.order {
	background-color:#999999;
}

TABLE.order TR TH {
	background-color:#999999;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11px;
	color : #FFFFFF;
}


/* FORMS */

.title {
	font-size : 7pt;
}

.summary_title {
	font-size : 7pt;
}
 
 .formNames{
 	width:130px;
}

.formAddress{
 	width:150px;
}

.formZip{
 	width:100px;
}

.formPhone{
 	width:150px;
}

.formEmail{
 	width:160px;
}

.border {
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}

