﻿body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #333333 url('images/design/background.jpg') repeat-x scroll center top;
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 10pt;
	text-align: center;
	border: none;
}
table {
	border: none;
	padding: 0px;
	margin: 0px;
}
/*table tr th {
	background-color: #666666;
	color: white;
	font-weight: bold;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
}*/
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 10pt;
}
div {
	border: none;
}
a img {
	border: none;
}
.parent {
	margin: auto;
	width: 920px;
}
.wrap {
	width: 900px;
	background-color: white;
}
.leftshad {
	width: 10px;
	background: transparent url('images/design/leftshadbottom.jpg') repeat-y scroll left top;
}
.rightshad {
	width: 10px;
	background: transparent url('images/design/rightshadbottom.jpg') repeat-y scroll left top;
}
.banner {
	width: 100%;
	height: 160px;
	background: transparent url('images/design/banner.jpg') no-repeat scroll left top;
}
.menubar {
	width: 100%;
	height: 23px;
	background: transparent url('images/design/menubar.jpg') repeat-x scroll left top;
	text-align: center;
	padding-top: 4px;
}
.main {
	min-height: 144px;
	background: transparent url('images/design/mainback.jpg') no-repeat scroll left top;
	padding: 8px 10px 8px 10px;
	font-size: 10pt;
}
.bottomleft {
	height: 17px;
	background: transparent url('images/design/bottomleft.jpg') no-repeat scroll left top;
}
.bottom {
	height: 17px;
	background: transparent url('images/design/bottom.jpg') no-repeat scroll left top;
}
.bottomright {
	height: 17px;
	background: transparent url('images/design/bottomright.jpg') no-repeat scroll left top;
}
.shotgun {
	position: absolute;
	left: -77px;
	top: 104px;
}
.bottomtext {
	font-size: 7pt;
	color: #666666;
	text-align: center;
}
.ImageBorders {
	width: auto;
	height: auto;
	border: solid 1px #999999;
	padding: 1px 1px 1px 1px;
}