body {
	font-family: 		Arial,Verdana;
	font-size:			10pt;
	background-color: 	#DCDBFF;
}
td, th {
	font-family: 		Arial,Verdana;
	font-size:			10pt;
	color:				white;
	padding: 			5px;
}
th {
	text-align:			left;
	color:				black;
	font-size:			10pt;
}
h5 {
	margin-left:		5px;
	font-size:			10pt;
}

.box {
	border: 			6px solid white;
}

.menu {
	position:			relative;
	width: 				150px;
	left: 				30px;
}
.menu a {
	background-color:	#9999FF;
	text-decoration:	none;
	text-align:			center;
	font-weight:		bold;
	color:				white;
	display: 			block;
	padding:			5px;
	border-bottom:		2px solid white;
}
.menu a:hover {
	background-color:	#CCCCFF;
	color:				#6666CC;
}

.back {
	background:			url("images/bg.png");
	width: 				875px;
	height: 			400px;
}
.back .header {
	padding: 			5px;
	padding-bottom:		10px;
}
.back .slideshow {
	position:			absolute;
	width:				350px;
	left:				545px;
	top:				325px;
}
.back .slide {
	position: 			absolute;
	width: 				100px;
	left: 				630px;
	top:				50px;
}
.back a {
	color:				white;
	text-decoration:	none;
}
.back a:hover {
	text-decoration:	underline;
}

.back .slideshow img {
	padding:			0px;
}
.back .commercial {
	position:			absolute;
	width:				240px;
	top:				50px;
	left: 				310px;
}

.body {
	background-color: 	#9999FF;
	overflow:			auto;
	position:			absolute;
	width: 				500px;
	height:				250px;
	top:				300px;
	left:				25px;
}
.body p, .body h3 {
	padding: 			5px;
}
.body a {
	color: 				white;
	text-decoration:	none;
}
.body a:hover {
	text-decoration:	underline;
}

.footer {
	text-align: 		center;
	font-size:			8pt;
	position:			relative;
	top:				155px;
}

.hidden {
	display: 			none;
}