body {
	background-image:url(images/background.gif);
	background-repeat:repeat;
}

h1 {
   border-bottom-color: #666666;
   border-bottom-style: inset;
   border-bottom-width: 1px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   vertical-align: middle
}

a, a:visited, a:active {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0033FF;
}

a:hover {
	color: #FF0000;
}

.westBorder {
	background-image:url(images/border_w.gif);
	background-repeat:repeat;
	width:20px;
}

.eastBorder {
	background-image:url(images/border_e.gif);
	background-repeat:repeat;
	width:20px;
}

.northBorder {
	background-image:url(images/border_n.gif);
	background-repeat:repeat;
	width: 710px;
	height: 20px;
}

.northEastBorder {
	background-image:url(images/border_ne.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
}

.northWestBorder {
	background-image:url(images/border_nw.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
}

.southBorder {
	background-image:url(images/border_s.gif);
	background-repeat:repeat;
	width: 710px;
	height: 20px;
}

.southWestBorder {
	background-image:url(images/border_sw.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
}

.southEastBorder {
	background-image:url(images/border_se.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
}

.pageContents {
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 710px;
	text-align:left;
	vertical-align:top;
	margin:4px;
}

.sectionTable {
	border:thin solid #999999;
	margin: 4px;
}

.sectionTableHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(images/background.gif);
	text-align:center;
	vertical-align:middle;
	padding: 4px;
}

a.bottomNavigation, a.bottomNavigation:active, a.bottomNavigation:visited {
        font-size: 12px;
        color: #FFFFFF; 
        text-align: center;      
}

.smallerLinks {
   color: #333333;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
}

a.smallerLinks, a.smallerLinks:visited, a.smallerLinks:active {
   color: #333333;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   margin-bottom: 6px;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 6px;
   padding-bottom: 6px;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 6px
}

a.smallerLinks:hover {
    color: red;
}

.innerDivTitle {
   border-bottom-color: #666666;
   border-bottom-style: groove;
   border-bottom-width: 1px;
   color: #666666;
   font-size: 16pt;
   font-weight: bold;
   margin-bottom: 4px;
   margin-left: 4px;
   margin-right: 4px;
   margin-top: 4px;
   padding-bottom: 12px;
   padding-left: 4px;
   padding-right: 4px;
   padding-top: 16px;
   vertical-align: middle
}

.innerDiv {
   position: absolute;
   left: 1px;
   top: 1px;
   visibility: hidden;
   width: 1px;
   display: none 
}

.mandatory {
   color: #006699;
   font-style: italic;
   font-weight: bold
}

.notMandatory {
   color: #006699;
}

.quoting {
   color: #666666;
   font-style: italic;
   font-weight: bolder;
   margin-left: 8px
}