body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 1%;
}
img {
	border: none;
}
hr {
	color: black;
	heigh: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	position: relative;
	margin: 0 auto;
	width: 70%;
	text-align: center;
	background-color: white;
	height: 100%;
}
.left {
	width: 15%;
	position: absolute;
	left: 0%;
	top: 100px;;
	text-align: left;
	/*background-color: blue;*/
}
.right {
	width: 86%;
	position: absolute;
	right: 0%;
	top: 100px;
	/*background-color: red;*/
	text-align: left;
	height: 80%;
}
.bold {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.bigbold {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.caption {
	font-size: 9px;
}

a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #000000;
}
a:active {
	color: #009900;
}