.logo {
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 5;
	left: 26px;
	top: 24px;
}
.header {
	position: absolute;
	left: 166px;
	top: 48px;
}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	left: 204px;
	top: 83px;
}

body {
	background-color: #333333;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/bg2.gif);
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: large; }
.style3 {font-size: large; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style6 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: small; }
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
