body {
	background-color: #C3D2C3;
	margin-top: 0px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #D2691E;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: underline;
}

p {
	line-height: 150%;
	text-align: justify;
	padding: 0px 15px 0px 15px;
}

li {
	line-height: 150%;
	text-align: justify;
	padding: 0px 15px 15px 15px;
}
.comp {
	padding: 0px 0px 0px 15px;
}
blockquote {
	line-height: 150%;
	text-align: justify;
	font-style: italic;
}

form {
	line-height: 150%;
}

.menu {
	background-color: #C3D2C3;
	padding: 7px 5px 7px 5px;
	color: White;
	letter-spacing: 1.2px;
	font-size: 11px;
	text-align: center;
}

#top {
	width: 700px;
	background-color: White;
	padding: 5px 5px 7px 5px;
	height: 70px;
}

#mbox {
	width: 700px;
	background-color: #C3D2C3;
	padding: 7px 5px 7px 5px;
	color: White;
	letter-spacing: 1.2px;
	font-size: 11px;
	text-align: center;
}
#content {
	width: 700px;
	background-color: White;
	padding: 15px 5px 7px 5px;
}

.big {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.rt {
	text-align: right;
}