DIV.PageWrapper
{
	width: 796px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
TD.PageHeader
{
	width: 796px;
}
TD.PageMenu
{
	color: White;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 18px;
	padding-bottom: 6px;
	padding-right: 18px;
	font-weight: Bolder;
	letter-spacing: 1.5px;
	border-bottom: 2px outset;
	background-repeat: repeat-x;
	background-image: url(../images/menuFill.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD.PageTopFill
{
	height: 5px;
	width: 786px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../images/bodyTopFill.gif);
}
TD.PageLeft
{
	width: 5px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(../images/bodyLeftFill.gif);
}
TD.PageContent
{
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	background-color: White;
}
TD.PageRight
{
	width: 5px;
	background-position: Right;
	background-repeat: repeat-y;
	background-image: url(../images/bodyRightFill.gif);
}
TD.PageBottomFill
{
	height: 15px;
	width: 766px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../images/bodyBottomFill.gif);
}
TD.PageFooter
{
	color:White;
	width: 796px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

body
{
	color: Black;
	font-size: 9pt;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	background-image: url(../images/background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link, A:visited, A:active { font-size:9pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:hover{ font-size:9pt; color:Blue; text-decoration:underline; font-weight:normal;  }

TD{ font-size: 9pt; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; color: Black; }

A.menuLink:link, A.menuLink:visited, A.menuLink:active
{
	color:White;
	font-size: 14px;
	font-weight: Bold;
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
A.menuLink:hover
{
	color:White;
	font-size: 14px;
	font-weight: Bold;
	text-decoration: Underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

A.blueLink:link, A.blueLink:visited, A.blueLink:active { font-size:9pt; color:Blue; text-decoration:none; font-weight:normal;  }
A.blueLink:hover{ font-size:9pt; color:Blue; text-decoration:underline; font-weight:normal;  }

.bottomLeft
{
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/bottomLeft.gif);
}
.bottomFill
{
	width: 762px;
	background-repeat: repeat-x;
	background-image:url(../images/bottomFill.gif);
}
.bottomRight
{
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/bottomRight.gif);
}
A.footerLink:link, A.footerLink:visited, A.footerLink:active { text-decoration:none; font-size: 9px; font-weight: bold; color:#FF8C00; letter-spacing: 1.2px; }
A.footerLink:hover { text-decoration:none; font-size: 9px; font-weight: bold; color:White; letter-spacing: 1.2px; }

.pageTitle { color:#003366; font-size:18px; font-weight:bold; }
.subTitle { color:#003366; font-size:15px; font-weight:bold; }
.smallTitle { color:#003366; font-size:12px; font-weight:bold; }
.leftTitle { color:#CC6600; font-size:11px; font-weight:bold; }

.pageContentLeft { width:200px; font-size:10px; vertical-align:top; }
.pageContentRight { width:490px; padding-left: 20px; }
.leftText { font-size:10px; }
.oneColumnText { }

A.pageContentRightLink:link, A.pageContentRightLink:visited, A.pageContentRightLink:active { text-decoration:none; font-weight:normal; font-family:Verdana, Arial; color:#CC3300; }
A.pageContentRightLink:hover { text-decoration:underline; font-weight:normal; color:#CC3300; }

A.pageContentLeftLink:link, A.pageContentLeftLink:visited, A.pageContentLeftLink:active { font-size:10px; text-decoration:none; font-weight:normal; font-family:Verdana, Arial; padding-left:16px; }
A.pageContentLeftLink:hover { font-size:10px; text-decoration:underline; font-weight:normal; font-family:Verdana, Arial; padding-left:16px; }

HR.leftvertMenu { height:1px; color:#999999; background-color:#999999; border:None; }
FONT.leftVertMenu { font-weight:bolder; font-family:Verdana, Arial; }
A.leftVertMenu:link, A.leftVertMenu:visited, A.leftVertMenu:active { font-size:10px; text-decoration:none; font-weight:normal; font-family:Verdana, Arial; }
A.leftVertMenu:hover { font-size:10px; text-decoration:none; font-weight:bolder; font-family:Verdana, Arial; }

.dialogFrame { border: 2px outset; background-color: #F0F0F0; }
.dialogCaption { padding: 4px; color: White; background-image: url(../images/dialogCaption.gif); text-align: center; font-weight: bold; border-bottom: 1px solid black; }
.dialogBody { padding: 10px; color:Black; text-align: left; }
.dialogButtons { text-align: center; padding-bottom: 10px; }
.dialogSectionTitle { color:#003366; font-size:15px; font-weight:bold; border-bottom:2px dotted Gray; padding-bottom:4px; }
