a:link {
	color: 				#FFFFFF;
	text-decoration: 	none;
}

a:visited {
	color: 				#FFFFFF;
	text-decoration: 	none;
}

a:hover {
	color: 				#000000;
	text-decoration: 	none;
}

a:active {
	color: 				#FFFFFF;
	text-decoration: 	none;
}

body {
	font-family: 		Tahoma;
	font-size: 			12px;
	margin: 			4px 8px 8px 8px;

	background: 		#C7C7C7;
	background: 		-moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 100%); /* FF3.6+ */
	background: 		-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.22))); /* Chrome,Safari4+ */
	background: 		-webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* Chrome10+,Safari5.1+ */
	background: 		-o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* Opera 11.10+ */
	background: 		-ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* IE10+ */
	background: 		linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%); /* W3C */
	filter: 			progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#38000000',GradientType=0 ); /* IE6-9 */
}

iframe.body {
	height: 			680px;	/* 640px */
	width: 				720px;
}

iframe.submenu {
	height: 			680px;	/* 640px */
	width: 				256px;
}

table {
	border: 			4px solid #FFFFFF;
	border-collapse: 	collapse;
	height: 			24px;
	width: 				720px;
}

table.menu_options {
	border: 			0px;
}

td {
	border: 			0px;
	border-image-width: 0px;
	font-size: 			0px;
	padding: 			0px;
}

td.left {
	width: 				48px;
}

td.links {
	background-color: 	#848484;
	color: 				#FFFFFF;
	font-family: 		Tahoma;
	font-size: 			10px;
	font-weight: 		bold;
	text-align: 		center;
}

td.mid {
	width: 				256px;
}

td.right {
	width: 				720px;
}

td.right_text {
	color: 				#FFFFFF;
	font-size: 			10px;
	padding-right: 		16px;
	text-align: 		right;
	width: 				704px;
}

tr.body {
	height: 			640px;
}

tr.contact {
	height: 			32px;
}

tr.copyright {
	height: 			32px;
}

tr.logo {
	height: 			140px;
}

tr.menu {
	height: 			24px;
}

tr.spacer {
	height: 			4px;
}

tr.strip {
	height: 			16px;
}
