body {
	background-color: #BBBBBB;
	font-family: Verdana;
	background-repeat: no-repeat;
	font-size: 12px;
}

td {
	background-repeat: no-repeat;
	font-size: 12px;
}

h1 {
	
	font-family: Georgia;
	font-size: 22px;
	color: #6e66fe;
}

A:link {
	text-decoration: none;
	color: #6e66fe;
}
A:visited {
	text-decoration: none;
	color: #6e66fe;
}
A:active {
	text-decoration: none;
	color: #6e66fe;
}
A:hover {
	text-decoration: none; 
	color: white;
}

div.outer{
	position: absolute;
	left: 50%;
	top: 43%;
	width: 700px;
	height: 524px;
	margin-left: -350px; /* half of width */
	margin-top: -262px;  /* half of height */
}

div.logo{
	position: absolute;
	left: 15%;
	top: 50%;
	width: 320px;
	height: 510px;
	margin-left: -160px; /* half of width */
	margin-top: -255px;  /* half of height */
}

.main {
	border-spacing: 5px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
}

.small {
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
}

.maintd {
	border-width: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #ff9900;
	background-color: white;
	color: #333333;
}

.insidetd {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	font-size: 12;
	color: #333333;
	vertical-align: top;
	background: transparent;
}

.menutd {
	padding: 0px 0px 0px 0px;
	border-width: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #ff9900;
	background-color: white;
	font-size: 12px;
	color: #333333;
}

.btnav { 
	background-color: #ffffff; 
	border: 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: separate;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
} 
