body {
	margin: 0px;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 1.2em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.0em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 0.9em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}
h4 {
	font-size: 0.75em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
h5 {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
h6 {
	font-size: 0.65em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.txt-h6 {
	font-size: 0.65em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
}
.txt-dkgrey {
	color: #7E7E7E;
}
.txt-ltgrey {
	color: #666666;
	text-decoration: underline;	
}
.txt-blue {
	color: #5A99CC;
}
.txt-blue-underline {
	color: #5A99CC;
	text-decoration: underline;	
}
.txt-blue-underline:hover {
	color: #5A99CC;
	text-decoration: underline;	
}
.txt-blue-un {
	color: #5A99CC;
	text-decoration: underline;	
}
.txt-blue-un:hover {
	color: #666666;
	text-decoration: underline;	
}
.txt-white {
	color: #ffffff;
}
.txt-darkerred {
	color: #CC0000;
}
.txt-dkred {
	color: #CC0000;
}
.txt-linkred {
	color: #FF0000;
	text-decoration: none;	
}
.txt-dkred-underline {
	color: #CC0000;
	text-decoration: underline;	
}
.txt-dkred-underline:hover {
	color: #CC0000;
	text-decoration: none;	
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border: 1px solid #AEA02A;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border: 1px solid #AEA02A;
}
.txt-nav {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;

}
.txt-nav:hover {
	color: #B8C2C2;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt-whitelink {
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;

}
.txt-whitelink:hover {
	color: #BB0404;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt-whitelink-active {
	color: #BB0404;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.bg-dkgrey {
	background-color: #333333;
}
.bg-ltgrey {
	background-color: #0E0E0E;
}

.bg-red {
	background-color: #BB0404;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	border: 1px solid #808080;
}
.font-whitebig {
	color: #ffffff;
	font-size: 1.5em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.redsmall {
	color: #FE0000;
	font-size: 0.8em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.greysmall {
	color: #9F9F9F;
	font-size: 0.8em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.greysmall-underline {
	color: #9F9F9F;
	font-size: 0.8em;
	text-decoration: underline;		
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.button {
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	cursor: hand;
	background-color: #DCDCDC;
}
.txt-whiteunderline{
	color: #ffffff;
	text-decoration: underline;
	line-height: normal;
	margin: 0px;
	padding: 0px;

}
.txt-whiteunderline:hover {
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.leftnav {
	background-color:#FFFFFF;
	Text-decoration:none;
	line-height:15px;
	color:#000000;
	display: block;
	border:solid 1px #A20000;
	font-weight:bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.leftnav:hover {
	background-color:#A20000;
	Text-decoration:none;
	line-height:15px;
	color:#FFFFFF;
	display: block;
	border:solid 1px #A20000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight:bold
}
.leftnav-active {
	background-color:#FFFFFF;
	color:#999999;
	line-height:15px;
	Text-decoration:none;
	display: block;
	border:solid 1px #A20000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight:bold
}
.bg-dkred {
	background-color:#bd0102
}
.txt-whiteline{
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: underline;
	line-height: normal;
	margin: 0px;
	padding: 0px;

}
.txt-whiteline:hover {
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: underline;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt_txtbig {
	font-size: 1.1em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt_txtbig1 {
	font-size: 1.2em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt_txtbig3 {
	font-size: 0.8em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt_txtbig4 {
	font-size: 1.3em;
	line-height: normal;
	margin: 0px;
	color: #ffffff;
	padding: 0px;
}
.txt_txtbig5 {
	font-size: .95em;
	line-height: normal;
	margin: 0px;
	color: #ffffff;
	padding: 0px;
}
.txt_skyblue {
	font-size: .6em;
	line-height: normal;
	text-decoration: underline;
	margin: 0px;
	color: #6699FF;
	padding: 0px;
}
.txt_skyblue:hover {
	font-size: .6em;
	line-height: normal;
	text-decoration: underline;
	margin: 0px;
	color: #6699FF;
	padding: 0px;
}
.txt_smallwhite {
	font-size: .6em;
	color: #ffffff;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.txt_smallgrey {
	font-size: .6em;
	color: #A1A1A1;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.txt_smallgrey:hover {
	font-size: .6em;
	color: #A1A1A1;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.txt_txtbig6 {
	font-size: 1.45em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

td			{ color:white; }
.PageHeader	{ font-weight:bold; margin:5px; padding:5px; }
input[type=image] {border:none; }

.style1 {font-weight: bold}
.style2 {font-size: 26px;font-weight: bold;}
.style3 {font-size: 16px}
.style3_new {font-size: 24px}
.style5 {font-size: 1.4em; font-weight: bold; }
.style7 {font-size: 24px}
.style7_new {font-size: 26px}
.style9 {font-size: 19px}

#product-list		{ margin:0; padding:0; }
#product-list li {list-style:none; padding:5px; font-weight:bold; font-size: 12pt; }
#product-list li a { font-weight:bold; }

