/* CSS Document */
.content{
}
.content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F1FBc9;
	text-decoration: none;
}
.content a:link {
	text-align: left;
	color: #F1FBc9;
	text-decoration: underline;
}
.content a:hover {
	text-align: left;
	color: #F1FBc9;
	text-decoration: underline;
}
.content a:visited {
	text-align: left;
	color: #F1FBc9;
	text-decoration: underline;
}
.content img {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.content h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #F1FbC9;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #F1FBC9;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.content h2 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #F1FbC9;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.content h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #F1FbC9;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.content h4 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #F1FbC9;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.content ul {
	padding: 0px;
	margin: 0px 5px;
}
.content ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F1FBc9;
	text-decoration: none;
	font-size: 14px;
	list-style-type: disc;
	padding: 0px;
}
#rightalign {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F1FBc9;
	text-decoration: none;
}
