body
{
    font-family: 宋体;
    font-size: 9pt; 
    background: #082567;         
    padding-top: 0;
    padding-bottom: 0;    
}

a:link.white_underline_9pt { text-decoration:none; font-family: 宋体; font-size: 9pt; color:#FFFFFF }
a:visited.white_underline_9pt { text-decoration:none; font-family: 宋体; font-size: 9pt; color:#FFFFFF }
a:active.white_underline_9pt { text-decoration:none; font-family: 宋体; font-size: 9pt; color:#FFFFFF }
a:hover.white_underline_9pt { text-decoration: underline; font-size: 9pt; font-family: 宋体; color: #FFFFFF }

.white_9pt { font-family: 宋体; font-size: 9pt; color:#FFFFFF }

a:link.red_underline_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:visited.red_underline_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:active.red_underline_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:hover.red_underline_9pt { font-size: 9pt; font-family: 宋体; text-decoration: underline; color: #d71a20 }
.red_underline_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #d71a20 }

a:link.red_underline_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:visited.red_underline_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:active.red_underline_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #d71a20 }
a:hover.red_underline_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: underline; color: #d71a20 }
.red_underline_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #d71a20 }

.grey_9pt
{
    font-size: 9pt;
    font-family: 宋体;
    text-decoration: none;
    color: #6c6c6c;
}

a:link.grey_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:visited.grey_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:active.grey_9pt { font-size: 9pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:hover.grey_9pt { font-size: 9pt; font-family: 宋体; text-decoration: underline; color: #FF0000 }

a:link.grey_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:visited.grey_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:active.grey_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }
a:hover.grey_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: underline; color: #FF0000 }
.grey_10pt { font-size: 10.5pt; font-family: 宋体; text-decoration: none; color: #6c6c6c }

.black_9pt_midline { font-size: 9pt; font-family: 宋体; text-decoration: line-through; color: #000000 }

/* 2 columns */
.left_content_pane {
	width: 75%;
	background-color: transparent;
	padding-left:6px;
	padding-right: 4px;
	padding-top: 6px;
}

.right_content_pane {	
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.table_grey_border
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}


