body {
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

table.main {
	background-color: #ffffff;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footnote {
	padding-top: 5px;
	font-family: sans-serif;
	font-size: 11px;
	text-align: justify;
}

.link {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

.frameTopLeft {
	width: 10px;
	height: 10px;
	background-image: url(images/frameTopLeft.jpg);
	background-repeat: no-repeat;
}

.frameTop {
	width: 398px;
	height: 10px;
	background-image: url(images/frameTop.jpg);
	background-repeat: no-repeat;
}

.frameTopRight {
	width: 10px;
	height: 10px;
	background-image: url(images/frameTopRight.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.frameLeft {
	width: 10px;
	height: 417px;
	background-image: url(images/frameLeft.jpg);
	background-repeat: no-repeat;
}

.frameRight {
	width: 10px;
	height: 417px;
	background-image: url(images/frameRight.jpg);
	background-repeat: no-repeat;
}

.frameBottomLeft {
	width: 10px;
	height: 10px;
	background-image: url(images/frameBottomLeft.jpg);
	background-repeat: no-repeat;
}

.frameBottom {
	width: 398px;
	height: 10px;
	background-image: url(images/frameBottom.jpg);
	background-repeat: no-repeat;
}

.frameBottomRight {
	width: 10px;
	height: 10px;
	background-image: url(images/frameBottomRight.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.whiteCopy { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.whiteCopy td {
	padding-left: 10px;
	padding-right: 10px;
}

.a_white { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.a_white:hover { 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}


.frame_body {
	background-image: url(../images/frameBG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11px;
	background-color: #eeeeee;
}

.a_text {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.a_frame { 
	color: #9B2A1F;
	text-decoration: none;
	font-size: 11px;
}

.a_frame:hover {
	color: #9B2A1F;
	text-decoration: underline;
	font-size: 11px;
}

.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9B2A1F;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.links {
	padding-bottom: 7px;
	padding-left: 2px;
}

.input {
	height: 20px;
	width: 100px;
	font-size: 10px;
}