@charset "UTF-8";

body {
	width: 100%;
	background-color: #121212;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000
}

.header  {
	text-decoration: underline;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: bold;
	color: #000000
}

.bold  {

	font-weight: bold
}

.center {
	text-align: center
}	

.main {
	width:90%;
	background-color: #ffffcc;
	position:relative;
	left:62px;
	top: -5px;

}

.footer {
	text-align: center
}

.navbuttons  {
	width:100%;
	background-color: #ffffcc;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000
}

.border  {
	border-color: #ffff99;
	border-width: thick;
	border-style: outset
}

.copyright  {

	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #ffffcc
	
}
