body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
.outerDivStyle {
	width: 780px;
	height: 100%;
}
.leftDivStyle {
	background-color: #CC9999;
	height: 100%;
	width: 25%;
	float: left;
	padding: 3px;
}
.rightDivStyle {
	float: left;
	height: 100%;
	width: 70%;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.topDivStyle {
	height: 48px;
	width: 100%;
	background-color: #664C4C;
	text-align: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #664C4C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
	color: #FFFFFF;
}
.allborders {
	border: 1px solid #999999;
}
