body {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.4;
	background-color: #82aad2;
	margin: 0;
	padding: 0;
}
a:link {
	color: #7ba0cc;
}
a:visited {
	color: #7ba0cc;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
}
ul, ol {
	text-align: left;
	margin-top: 0.33em;
	margin-bottom: 0.8em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
}
.justify {
	text-align: center;
}
.center {
	text-align: center;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.justify {
	text-align: justify;
}
.text-right-small {
	text-align: right;
	font-size: small;
	margin-top: 0px;
}
.text-color {
	color: #CC6600;
}
.text-color-2 {
	color: #CC9900;
}
.img-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
