/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474747;
	
}
span {
font-size: 11px;
}
a {
	color: #000000;
	font-size: 13px;
	text-decoration: underline;

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

.container {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	width: 700px;

}
.header {
}
.footer {
	background-color: #82CCCD;
	border-top: 2px solid #FFFFFF;
	color: #474747;
	padding: 5px;
}
.footer a {
	color: #474747;
	text-decoration: underline;

}
h1 {
	font-size: 18px;

}
hr {
border-top: dotted 1px #000000;
border-bottom: none;

}
.main {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color:#D0F9FA;
}
.textcontainer {
	padding: 10px;
	
	width: 97%;
}
.redtext {
	color: #910B0F;
	font-weight: bold;

}

.author {
	font-style: italic;
	font-weight: bold;
}