body {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000DD;
	text-decoration: none;
	font-weight: bold;
} 
a:visited {
	color: #0000DD;
	text-decoration: none;
	font-weight: bold;
}   
a:active {
	color: #0000DD;
	text-decoration: none;
	font-weight: bold;
}   
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.MainText {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	line-height: 19px;
}
.BigHeading {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	text-transform: capitalize;
	font-style: italic;
}
.MediumHeading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	line-height: 1.1em;
	text-transform: capitalize;
	font-style: italic;
}
.Navigation {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000DD;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.FooterText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000DD;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
hr {
	color: #FF0000;
	width: 756px;
}
table {
	background-color: #FFFFFF;
}
.TinyText {

	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	line-height: 19px;
}

/* ACCESSORIES */
.Accessories dl {
	margin: 0;
	padding: 0;
	width: 370px;
}
.Accessories dt {
	margin: 0;
	padding: 0 0 25px 0;
	_padding: 0 0 10px 0;
	width: 180px;
	float: left;
}
.Accessories dt.Left {
	clear: both;
}
.Accessories dt img {
	width: 150px;
	margin: 0 10px 0 20px;
	border: 1px solid #000;
}
.Accessories dd {
	margin: 0;
	padding: 0 0 25px 0;
	_padding: 0 0 10px 0;
	width: 190px;
	float: left;
}
.Accessories dd h1 {
	margin: 0 20px 6px 0;
	padding: 0;
	font-size: 13px;
}
.Accessories dd h1.Left {
	text-align: left;
}
.Accessories dd h1.Right {
	text-align: left;
}

