BODY {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
	text-align: justify;
}


.borderleft {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-right-style: solid;
}


.borderright {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.borderboth {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
a:link {
	text-decoration: underline;
	color: #333333;
	border: none;
}
a:visited {
	text-decoration: underline;
	color: #333333;
	border: none;
}
a:hover {
	text-decoration: underline overline;
	color: #333333;
	border: none;
}
a:active {
	text-decoration: underline;
	color: #333333;
	border: none;
}


.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}


.centeralign {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 25px;
}
.rightalign {
	text-align: right;
	padding-bottom: 15px;
	padding-top: 25px;
	float: right;

}
a {
	color: #333333;
	text-decoration: underline;
	border: none;
}


.imgborder {
	color: #333333;
	border: 1px solid #333333;
}
