body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image:url(/images/back.gif);
    background-repeat:repeat-y;
}
.navcolumn {
    width:135px;
    text-align:center;
}
.contentcolumn {
    width:610px;
    text-align:left;
    padding-top:20px;
    padding-left:15px;
}
.pager_nav_page_active {
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
}
fieldset {
    padding:10px;
    margin:10px;
}
legend {
	font-size:14px;
	font-weight: bold;
	color:#1365AB;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#1365AB;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#1365AB;
    margin: 0px;
    padding: 0px;
}
.topnav {
	border-bottom:1px #000000;
	background-color: #1365AB;
	color:#FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.error {
	font-size:14px;
	color: #FF0000;
	font-weight: bold;
}
.leftnavarrow {
	font-size:10px;
}
.leftnav {
	color: #333333;
	background-color:#ECECEC;
	font-weight: bold;
	text-align:left;
	background-image:url(/images/fade_header.gif);
	padding-left:10px;
	padding-right:10px;
	background-position:center;
	border-bottom:1px solid #999999;
}
.leftnavover {
	background-image:url(/images/fade_header_over.gif);
	cursor: pointer;
	color: #1365AB;
	background-color:#FFFFFF;
}
.leftnavlink {
	color: #333333;
	font-weight: bold;
}
.header_table {
	background-color: #CDCDCD;
}
.header_cell {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	COLOR: #1365AB;
}
a:visited {
	COLOR: #1365AB;
}
a:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
a.leftnavlink {
	color: #333333;
	text-decoration: none;
}
a:visited.leftnavlink {
	color: #444444;
	text-decoration: none;
}
a:hover.leftnavlink {
	color: #1365AB;
	text-decoration: underline;
}
a.topnav {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.topnav {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.topnav {
	color: #FFFFFF;
	text-decoration: underline;
}
a.emailprint {
	color: #333333;
	text-decoration: none;
}
a:visited.emailprint {
	color: #333333;
	text-decoration: none;
}
a:hover.emailprint {
	color: #1365AB;
	text-decoration: underline;
}
a.inactive {
	color: #CCCCCC;
}
.emboxheader {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
.emboxbody {
	background-color: #ECECEC;
}
HTML {
        scrollbar-arrow-color: #FFFFFF;
        scrollbar-base-color: #000000;
        scrollbar-shadow-color: #FFFFFF;
        scrollbar-face-color: #1365AB;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-dark-shadow-color: #FFFFFF;
        scrollbar-3d-light-color: #000000;
        scrollbar-track-color: #9aa9c0;
}


.questionarea {
        padding:10px 0px 15px 0px;
}
.question {
        padding:0px 0px 10px 0px;
}

.alert {
    color:#D13F23;
    font-weight:bold;
}

.required {
    color:#FF0000;
    font-weight:bold;
}

.recordcolumn {
	text-align:right;
}
.valuecolumn {
	text-align:left;
}

#mynav {
    text-align:left;
    width:134px;
	color: #333333;
	background-color:#ECECEC;
	font-weight: bold;
	text-align:left;
    background-image:url(/images/fade_header_over.gif);
	background-position:center;
	border-top:1px solid #999999;
}
#mynav ul {
    padding:0px;
    margin:0px;
    list-style-type: none;
}
#mynav ul li {
    padding:3px;
    margin:0px;
    margin-left:5px;
}

#dcoc {
    display:none;
}

.emphasisBoxUpperRight {
	background-image:url(/images/emphasis_box/fade_upperright.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.emphasisBoxUpperLeft {
	background-image:url(/images/emphasis_box/fade_upperleft.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.emphasisBoxLowerRight {
	background-image:url(/images/emphasis_box/fade_lowerright.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.emphasisBoxLowerLeft {
	background-image:url(/images/emphasis_box/fade_lowerleft.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.emphasisBoxLeft {
	background-image:url(/images/emphasis_box/fade_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 4px;
}
.emphasisBoxRight {
	background-image:url(/images/emphasis_box/fade_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 4px;
}
.emphasisBoxTop {
	background-image:url(/images/emphasis_box/fade_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 4px;
}
.emphasisBoxBottom {
	background-image:url(/images/emphasis_box/fade_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
}
.emphasisBoxHeader {
	border-bottom-color: #BFBFBF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image:url(/images/emphasis_box/fade_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
    text-align:center;
    color:#333333;
    font-weight:bold;
}
.emphasisBoxContent {
	padding: 4px;
}

.emphasisSubNav {
	padding: 0px;
}
