body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #66CCFF;
	margin: 0px;
	padding: 0px;
}
.error_message {
	color: #FF0000;
}
.text_important {
	color: #000000;
	font-weight: bold;
	font-size:12pt;
	margin-left:10px;
}
.inputtext_important {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FF0000;
  	border-style:inset; 
  	border-width:1px; 
}
.form_label {
	color: #000000;
	font-weight: bold;
	font-size:10pt;
	margin-left:10px;
}
.form_radio {
	color: #000000;
	font-weight: bold;
	font-size:10pt;
}
.form_green {
	font-weight: bold;
	font-size:10pt;
	margin-left:10px;
	color: #eeeeee;
}
.form_inputtext {
	color: #000000;
	font-size: 10pt;
	background-color: #FFFF99;
  	border-style:inset; 
  	border-width:1px; 
}
.form_submit {
}

.page_heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.table_data {
	height: 12pt;
	font-size: 9pt;
}
.table_important {
	color:#FFFFFF;
	background-color:#FF0000;
	height: 12pt;
	font-size: 9pt;
}
.table_heading {
	height: 12pt;
	font-size: 9pt;
	font-weight:bold;
}

.citation_normal {
	font-size: 12pt;
 	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}
.citation_important {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 5px;
}
.citation_ital {
	font-size: 12pt;
	font-style: italic;
 	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}
.citation_fine {
	font-size: 10pt;
 	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}

.navinfo {
	font-size: 8pt;
}
roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}
.contentWrapperWhite {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	background-color:#FFFFFF;
}
.contentWrapperGreen {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	background-color:#eeeeee;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/tabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/tabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 630px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
background-color:#eeeeee;
}

@media print {
.tabcontent {
display:block!important;
}
}
