* {

}
a:link {
	color: #CA9932;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999966;
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	
}
ul {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

h1 {
	font-size: 1.3em;
	color: #7F99B5;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

p {
	font-size: 0.8em;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
h5 {
	font-size: 1.2em;
	line-height: 0px;
	color: #333333;
}
.special_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.bullet {
	list-style-type: circle;
}
#container {
	height: 792px;
	width: 612px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2em;
}
li {
	font-size: .8em;
	list-style-type: disc;
}
br {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

