body, html {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url(images/background2.gif);
	color: #000000;
}

td,tr,p,div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#container {
	position: absolute;
	top: 50%;
	margin-top: -95px; /* half of #content height*/
	left: 0;
	width: 100%;
}

#content {
	width: 100%;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	height: 190px;
	width: 100%;
	text-align: center;
}

#entryBar {
	background-color: #FFFFFF;
	text-align: center;
	height: 43px;
	padding-top: 9px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 46px;
	height: 46px;
	margin-bottom: 100px;
}

#noFlash {
	margin-right: auto;
	margin-left: auto;
	width: 275px;
	text-align: center;
	margin-top: 40px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 15px;
}

h4 {
	color: #FF9900;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	color: #FF9900;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	color: #FF9900;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

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

hr {
	background: #C0C0C0;
	height: 2px;
	border: 1px inset;
}

.middle {
	background: url(images/white.gif) repeat-x;
}

.main {
	vertical-align: middle;
	text-align: center;
}