body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.left {
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	width: 15px;
}
.right {
	background-image: url(images/right.png);
	background-repeat: repeat;
	width: 15px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 760px;
}
.menu-bg {
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	height: 36px;
}
.bg-footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 760px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;

}
.menu:hover {
	color: #000000;
	text-decoration: none;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #0066FF;
	margin: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #0066FF;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #FF3300;
	margin: 0px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin: 0px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
}
.footertext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.testilines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d4d4;
	border-left-color: #d4d4d4;
}
.subtext {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FF3300;
}
