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

body {
	background-color: #333333;
	color: #DDDDDD;
	height: 98%;
}


#MasterFrame {
	position:relative;
	width: 960px;
	height:720px;
	background-color: #BFBFBF;
	border: 2px solid #000000;
	overflow: hidden;
}


#Header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 63px;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding-left: 0px;
	background-color:#BFBFBF;
	overflow: hidden;
}

#Content {
	position: relative;
	top: 0px;
	width: 960px;
	height: 600px;
	margin: 0px;
	text-align: left;
	background-color:#222222;
	overflow: hidden;
}

#Footer
{
	padding-top: 6px;
	height: 45px;
	left: 0px;
	background-color: BFBFBF;
	overflow: hidden;
	border-top: 1px solid #666666;
}

#LowerNav
{
	padding-right: 20px;
	overflow: hidden;
}

.scrollv5 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 45px;
	padding-right: 45px;
	overflow: auto;
	height: 610px;
}

p { color: #AAAAAA; font:"Times New Roman", Times, serif; }
td { color: #AAAAAA; font:"Times New Roman", Times, serif; }

a:link { color: #EAE6F2; text-decoration:underline; }
a:visited { color: #EAE6F2; text-decoration:underline; }

.pagetitle {
	font-size: 120%;
	font-family: Arial, Helvetica;
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 2px;
	padding-top: 20px;

}

.heading { margin-bottom: -12px;  margin-top: 22px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }

.headingrule { font-size: 120%; margin-bottom: -12px; border-bottom: 1px solid #555555; font-weight: bold; font-family:Arial, Helvetica, sans-serif;  }

.heading_smaller { font-size: 95%; margin-bottom: -12px;  margin-top: 22px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }

.pagetitle2 {
	font-size: 120%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 2px;
	padding-top: 0px;

}
