html { font-size: 100%; }

body
{
	margin:				0px;
	font-family:		Tahoma, Arial, sans-serif;
	background-image:   url(/images/stripbg.jpg);
}

body * { font-size: 12px; }

td { font-family: Tahoma, Arial, sans-serif; }
th { font-family: Tahoma, Arial, sans-serif; }
p  { font-family: Tahoma, Arial, sans-serif; }
a  { font-family: Tahoma, Arial, sans-serif; color: #CCCCCC; }
li { font-family: Tahoma, Arial, sans-serif; }
h1 { font-size: 22px; font-weight: bold; }
h2 { font-size: 16px; font-weight: bold; }
table
{
	border-collapse:	collapse;
	border-spacing:		0px;
	border-width:		0px;
	margin:				0px;
	padding:			0px;
}

table.header
{
	width:				780px;
	float:				center;
	margin:				0 auto;
}

table.header td.left
{
	background-image:	url(/images/topbg.jpg);
	padding:			0px;
	text-align:			center;
}

table.header td.right
{
	background-image:	url(/images/topbg.jpg);
	padding:			0px;
	text-align:			right;
}

table.navigation
{
	background-image:	url(/images/navbg.jpg);
	background-repeat:	repeat-x;
	border-top:			1px #ffffff solid;
	border-bottom:		1px #ffffff solid;
	width:				780px;
	height:				20px;
	float:				center;
	margin:				0 auto;
}

table.navigation td.left
{
	border:				none;
	width:				103px;
}

table.navigation td
{
	border:				1px #ffffff solid;
	width:				25%;
	text-align:			center;
}

table.navigation a
{
	color:				#ffffff;
	text-decoration:	none;
	font-size:			10px;
}

table.main
{
	width:				780px;
	float:				center;
	margin:				0 auto;
}

table.main td.left
{
	padding:			0px;
	width:				103px;
	vertical-align:		top;
	border-right:		1px #ffffff solid;
	background-color:	#001c31;
	background-image:	url(/images/miscbg.jpg);
	background-position:bottom;
	background-repeat:	repeat-x;
}

table.main a
{
	color: 				#cccccc;
	text-decoration:	none;
	font-size:			12px;
}

table.main div.title
{
	color:				#cccccc;
	font-size:			16px;
}	

table.main td.content
{
	padding:			10px;
	vertical-align:		top;
	background-color:	#ffffff;
}

div.related
{
	position:			relative;
	height:				700px;
	width:				150px;
	border-left:		1px solid #000000;
	margin-left:		10px;
	float:				right;
}

div.related table
{
	margin:				0px;
	padding:			0px;
	width:				100%;
}

div.related td { padding: 5px; }

div.related th
{
	background-color:	#eeeeee;
	font-size:			12px;
	border-bottom:		1px solid #000000;
	border-top:			1px solid #000000;
	border-right:		1px solid #000000;
	padding:			5px;
}

div.related a
{
	color:			#000000;
	font-size:		10px;
}

table.chart
{
	border:				1px solid #000000;
	width:				400px;
	float:				center;
	margin:				0 auto;
}

table.chart th
{
	border-bottom:		1px solid #000000;
	background-color:	#eeeeee;
	padding:			5px;
}

table.chart td
{
	padding:			5px;
}

div.screenshot
{
	text-align:			center;
}

div.screenshot table
{
	float:				center;
}

div.navigation
{
	text-align:			center;
}

table.footer
{
	background-color:	#FFFFFF;
	margin:				0px;
	padding:			0px;
	width:				100%;
	vertical-align:		top;
	border:				1px solid #FFFFFF;
}

table.footer a
{
	color:				#000000;
	font-size:			16px;
	text-align			center;
}

table.footerhome
{
	background-color:	#000000;
	margin:				0px;
	padding:			0px;
	width:				100%;
	vertical-align:		top;
	border:				1px solid #000000;
}
table.footerhome a
{
	color:				#FFFFFF;
	font-size:			16px;
	text-align:			center;
}	
