/* CSS Document */

body
{
	background-color		:	#ffffff;
	margin					:	0px;
	padding					:	0px;
	color					:	#000000;
	overflow				:	auto;
}
font.enhanced
{
	font-weight			:	bold;
	color					:	#339900;
}
font.alert
{
	color					:	#cc0000;
	font-weight			:	normal;
}
font.transparent
{
	color					:	#cccccc;
}
font.StarActive
{
	color					:	#009900;
}
font.StarInactive
{
	color					:	#ccccbb;
}
font.PriceEnhanced
{
	color					:	#ff9900;
	font-weight				:	bold;
	font-size				:	150%;
}
span.small
{
	font-size				:	10px;
}
hr
{
}
dt
{
	color					:	#660000;
	font-weight			:	bold;
}

p.Button
{
		margin-top	:	2em;
}

h1
{
	font-size		:	150%;
	padding-left		:	0em;
	padding-bottom	:	0.25em;
	padding-top		:	0.25em;
	line-height		:	1.4em;
}
h2
{
	font-size			:	125%;
	padding-left				:	0em;
	padding-top				:	0.25em;
	padding-bottom			:	0.25em;
	line-height		:	1.4em;
}
h3
{
	line-height		:	1.4em;
}

span.h1
{
	font-size		:	150%;
	font-weight		:	bold;
	line-height		:	1.4em;
}
span.h2
{
	font-size		:	125%;
	font-weight		:	bold;
	line-height		:	1.4em;
}
span.h3
{
	font-weight		:	bold;
	line-height		:	1.4em;
}

/* List */
ul, ol
{
	text-indent				:	0em;
	margin-left				:	0em;
	padding-left				:	0em;
}
li
{
	margin					:	0em 1.5em;
	list-style-position		:	outside;
}

/* Image */
a img
{
	border			:	none;
}
a:hover img.RollOver, a:hover img.Button
{
	opacity			:	0.5;
	-moz-opacity	:	0.5;
	filter			:	alpha(opacity=50);
}
img.PhotoLeft
{
	float			:	left;
	margin			:	0em 1em 1em 0em;
}
img.PhotoRight
{
	float			:	right;
	margin			:	0em 0em 1em 1em;
}



.Seo
{
	display					:	none;
}

