a {
	font-style: normal;
	font-size: 12px;
	color: #E04E05;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFAE3;
	background-image: url(backbar.jpg);
	background-repeat: repeat-y;
}
div {
	border: none;
}
div.box {
	position: relative;
	top: 50px;
	left: 50px;
	width: 120px;
	background-color: transparent;
	height: 450px;
}
div.button {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FF9900;
	font-weight: bold;
	color: #660000;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-color: #333333;
	border-right-style: solid;
}
div.img {
	position: relative;
	border-width: 0px;
	border-style: none;
	left: 51px;
	width: 200px;
	height: 150px;
}
div.content {
	position: absolute;
	top: 50px;
	left: 320px;
	padding-right: 100px;
	width: auto;
	text-align: justify;
}
h1 {
	font-size: large;
}
h3 {
	font-weight: bold;
}
img {
	border-style: none;
	border-width: 0px;
}
img.round {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.logo {
	margin: 5px;
}
td {
	padding-left: 5px;
	padding-right: 5px;
}

