﻿html, body{ height:100%; }
body{
	margin: 0 0 0 0;
	background: #f0f0f0 url(../Images/bgbody.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
	line-height: 1.4em;
	text-align: left;
}
.topbar{
	height: 60px;
	position: relative;
	text-align: center;
}
#flashimage{
	height: 500px;
	display: block;
}
select{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
}
h1{
	margin: 0px;
	position: relative;
	top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
a{
	color: #50647e;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
