.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 28px;
	color: #000000;
	text-decoration: none;

}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	color: #000000;
	text-decoration: underline;
}
a:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	color: #000000;
	text-decoration: underline;
}
a:hover {


	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	color: #990000;
	text-decoration: underline;
}
a:active {



	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	color: #CC0000;
	text-decoration: underline;
}
table {
	background-color: #FFFFFF;
}
body {
	background-color: #000000;
	margin: 15px;

}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	line-height: normal;
	white-space: pre;

}
.sideborder{
border-right: 1px solid #000000;
}