/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
}

/* General font families for common tags */
font, th, td, p { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color:#FFFFFF}
a:link, a:active, a:visited { text-decoration: none; color:#FF9900 }
a:hover		{ text-decoration: none; color:#FFCC33; }
hr	{ height: 2px; color: #000044; line-height: 0px; width: 100%; }

h1	{
	font-weight: bold; font-size: 28px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 30px; color:#EE1111;
}

h2, {
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 24px; color:#EE1111;
}

h3, h4, h5, h6, h7	{
	font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 20px; color:#EE1111; margin-bottom:6px
}
i, em { font-style:italic }
b, strong { font-weight:bold }
small { font-size:11px }

span.heading	{
	font-weight: bold; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; color:#EE1111;
}

td.content {
padding-left:35px; padding-right:35px
}

td.prices {
	padding-left:10px; padding-right:10px;
	background-color:#333333;
	border-style:solid; border-color:#000000; border-width:2px
}