@charset "utf-8";
/* CSS Document */

.PageText {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
color: #333333;
}

.OuterTable{
 border:1;
 bordercolor:#999999;
 background-color:#FFFFFF;
 border-collapse:collapse;
}

.SideLinkTable{
 
 background-color:#EAF8E7;
 border-collapse:collapse;
 }
 
a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

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

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

a:hover {
	text-decoration: underline;
	color: #000000;
}

a.top:active {
	text-decoration: none;
	color: #333333;
}

/* Rounded Table corners */
.tl {padding: 0; width: 4; text-align: left; vertical-align: top}
.tr {padding: 0; width: 4; text-align: right; vertical-align: top}
.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}

.labelclass{
font-weight:bold;
color:#990000;
}