p {
  text-indent: 1em;
}

body {
	font-size: 9pt;
	font-family: "Century Gothic", "‚l‚r ‚oƒSƒVƒbƒN";
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/blockback.jpg);
	background-repeat: no-repeat;
	background-position: 400px 350px;

}
a:link {
	color: #FF0000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
td,th {
	font-family: "Century Gothic", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 9pt;
	
}

li {
	list-style-image:  url(../images/listmark.gif);

}

.year {
	font-size: 10pt;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 10px;
	margin-top: 40px;

}

.separator{
	font-size: 12pt;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin-bottom: 10px;
	margin-top: 40px;

}
