body
{
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	padding: 0;
	margin: 0;
	background-color: #d0e0f0;
}

a:Link
{
	text-decoration: none;
	color: Blue;
	font-weight: bolder;
}
a:Visited
{
	text-decoration: none;
	color: Blue;
	font-weight: bolder;
}

.n_link
{
	width:125px;
	font-weight: bolder;
	color: Navy;
	text-align: center;
	zborder-style: ridge; zborder-width:1px;
}

.s_link
{
	width:125px;
	font-weight: bolder;
	background-color: yellow;
	color: Navy;
	text-align: center;
	border-style: inset; border-width:1px;
}

.topic_n_link
{
	width:200px;
	height: 25px;
	vertical-align: middle;
	font-weight: bolder;
	color: Navy;
	text-align: left;
	padding-left: 4px;
}

.topic_s_link
{
	width:200px;
	height: 25px;
	vertical-align: middle;
	font-weight: bolder;
	background-color: yellow;
	color: Navy;
	text-align: left;
	border-style: inset; border-width:1px;
	padding-left: 4px;
}
	

.page_top
{
	height: 27px;
	width: 950px;
	background-image: url(/images/page_top.png);
}

.page
{
	width: 900px;
	background-image: url(/images/page_body.png);
	background-repeat: repeat-y;
	padding-left: 25px; padding-right: 25px;
}

.page_bottom
{
	height: 26px;
	width: 950px;
	background-image: url(/images/page_bottom.png);
}

h1
{
	font-size: 20pt;
	font-weight: bolder;
	color: #404040;
	margin: 0px;
	margin-top: 8px;
}
h2
{
	font-size: 14pt;
	font-weight: bolder;
	color: #909090;
	margin: 0px;
	margin-top: 18px;
}
h3
{
	font-size: 12pt;
	font-weight: lighter;
	color: navy;
	margin: 0px;
	margin-top: 18px;
}
h4
{
	font-size: 10pt;
	font-weight: bolder;
	color: navy;
	margin: 0px;
	margin-top: 8px;
}
p
{
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 9pt;
}

.bordered
{
	padding: 10px;
	padding-top: -10px;
	padding-bottom: -10px;
	margin-bottom: 15px;
	background-image: url(/images/corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #C8D6E3;
}

.issue
{
	padding: 2px;
	padding-left: 10px;
	padding-top: -10px;
	padding-bottom: -10px;
	margin-bottom: 15px;
	background-image: url(/images/corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #C8D6E3;
}

td
{
	vertical-align: top;
	padding: 0px;
}

.mtb
{
	color: navy;
	font-family: 'arial rounded mt bold';
}
.mty
{
	color: #cFcF00;
	font-family: 'arial rounded mt bold';
}
