body {
font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 8pt; 
/* background-color: #004E98; */
background-color: 0060b6;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
}

table {
border-collapse: collapse;
border: none;
background-color: #FFFFFF;
}

table.main, table.mainouter {
background-color: #FFFFFF;
}

table.bottom {
background: transparent;
}

h1 {
font-size: 12pt;
}

h2 {
font-size: 10pt;
margin-bottom: 6px;
}
h3 {
font-size: 33pt;
margin-bottom: 6px;
}
H4 {
	FONT-SIZE: 18pt; MARGIN-BOTTOM: 6px
}
.style1 {color: #0000FF}
}
.style2 {color: #00CC33}
}
.style3 {color: #000000}
}
.style4 {color: #FF0000}
}
p {
font-size: 8pt;
}

p.sub {
margin-bottom: 4pt;
}

td {
font-size: 8pt;
border: solid #000000 1px;
}

td.embedded {
border: none;
padding: 0px;
text-align: left;
}

td.bottom {
border: none;
}

td.heading {
font-weight: bold;
}

td.text {
padding: 10pt;
text-align: left;
}

td.comment {
padding: 10pt;
font-size: 8pt;
text-align: left;
}

td.colhead {
font-weight: bold;
color: #000000;
background-color: #CCCC33;
}

td.rowhead {
font-weight: bold;
text-align: right;
vertical-align: top;
}

td.title {
font-size: 14pt;
}

td.navigation {
font-weight: bold;
font-size: 10pt;
border: none;
}

td.clear {
padding: 0px;
border: 0px;
background: transparent;
}

form {
margin-top: 0;
margin-bottom: 0;
}

.sublink {
font-style: italic;
font-size: 7pt;
font-weight: normal;
}

a:link, a:visited {
color: #000000;
/*font-weight: bold;*/
}

a:hover {
color: #FF0000;
}

a.index {
font-weight: bold;
}

a.biglink {
font-weight: bold;
font-size: 12pt;
}

.important {
font-weight: bold;
font-size: 8pt;
}

.red {
color: #ee0000;
}

.yellow {
color: #997700;
}

.green {
color: #000000;
}

input, select, textarea {
font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 8pt;
}

.btn {
width: 75px;
height: 23px;
}

.small {
font-size: 7pt;
}

.big {
font-size: 10pt;
}

li {
margin-top: 6pt;
margin-bottom: 6pt;
}

ul {
margin-left: 16pt;
margin-top: 0px;
margin-bottom: 0px;
}

table.ncode_imageresizer_warning {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #CCC;
    cursor: pointer;
}

table.ncode_imageresizer_warning td {
    font-size: 12px;
    color: red;
    vertical-align: middle;
    text-decoration: bold;
}

table.ncode_imageresizer_warning td.td1 {
    padding: 5px;
}

table.ncode_imageresizer_warning td.td1 {
    padding: 2px;
}
.codetitle{
    background: #EA5A00 url(pic/code_tag.gif) no-repeat right;
        border: 1px dotted #000;
    border-bottom: 0;
    color: #FFF;
        border-left: 4px solid #00326A;
    font-weight: bold;
    margin: 0 auto 0 auto;
    padding: 3px;
    width: 98%;
}

.codecontent{
    background: #FFFFFF;
    border: 1px dotted #000;
        border-left: 4px solid #00326A;
    border-top: 0;
    color: #465584;
    font-family: Courier, Courier New, Verdana, Arial;
    margin: 0 auto 0 auto;
    padding: 3px;
    width: 98%;
}