html	{
	overflow-y:scroll;
}
body {
	background-image: url("images/background_v2a.jpg");
	background-color: #000000;
	padding-top:20px;
	text-align:center;
	/*font-family:Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', sans-serif;*/
	font-family: Impact, Georgia, Arial, 'New Times Roman';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: black;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0004;
}
a:text-decoration {
	none
}
td.headercontainer_logo {
	background-color:#FF0000;
	text-align:center;
	width:50%;
	height:150px;
}
td.headercontainer_text {
	background-color:#FF0000;
	text-align:center;
	width:50%;
	font-size:30px;	
	font-style:italic;
	color:white;
 }
 td.topmenucontainer {
     text-align:center;
	 font-family:Georgia;
	 font-style:normal;
	 font-size:13px;
	 font-weight:bold;
	 padding-top:12px;
	 color:red;
 }
img.logo {
	display:block;
	border:none;
}
.subheader	{
	padding-top:25px;
	padding-bottom:10px;
	color:red;
	font-size:24px;
	font-family:Georgia;
	font-weight:bold;
}
td.detailheaderitem	{
	width:33%;
	font-family:Georgia;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	height:100px;
	vertical-align:top;
	text-align:center;
}
td.detailheaderspacer	{
	border-right:1px solid black;
}
td.griditem	{
	width:25%;
	font-family:Georgia;
	font-size:13px;
	font-weight:bold;
	border:2px ridge lightgrey;
	padding:5px;
	height:120px;
	vertical-align:top;
	text-align:center;
}
td.griditemtall	{
	width:25%;
	font-family:Georgia;
	font-size:13px;
	font-weight:bold;
	border:2px ridge lightgrey;
	padding:5px;
	height:160px;
	vertical-align:top;
	text-align:center;
}
td.griditemshort	{
	width:25%;
	font-family:Georgia;
	font-size:13px;
	font-weight:bold;
	border:2px ridge lightgrey;
	padding:5px;
	height:200px;
	vertical-align:top;
	text-align:center;
}
br.griditemheaderspace	{
	margin-top:4px;
	margin-bottom:6px;
}
.griditemdetail	{
	font-family: Gill Sans MT, Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	font-weight:normal;
	color: #030303;
}
.companyinfo {
	font-family:Georgia;
	background-color:red;
	color:white;
	font-size:18px;
	padding:10px;
}
td.bottommenucontainer {
	color: #4E4D4D;
	font-family: Georgia,Gill Sans MT, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	padding:15px;
 }
