/* CSS Document */

body {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	color: #ffffff;
	background: #2868B4;
	}
			
p {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	font-size: 14px;
	text-align: left;
	margin: 1em;
	padding: 0;
	color: #ffffff;
	text-indent: 2em;
}

h1 {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-style: oblique;
}

h2 {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	font-size: 16px;
	text-align: left;
	margin-left: 1em;
	margin-bottom: 0;
	padding: 0;
	color: #291A55;
}
h3 {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #291A55;
	font-style: oblique;
}
h5 {
	text-align: right;
	margin-right: 10em;
}
.myart {
	font-family: "Trebuchet MS, Times New Roman, sans-serif";
	font-size: 14px;
	text-align: center;
	margin-bottom: 1em;
	padding: 0;
	color: #ffffff;
    font-style: oblique;
}

li {
	margin-left: 2em;
}
a:link {
	color: #291A55;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	color: #291A55;
	font-weight: bold;

}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.headerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.forcecenter {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
} 
