html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { 
display: block; 
} 
li { 
display: list-item; 
} 
head { 
display: none; 
} 
table { 
display: table; 
} 
tr { 
display: table-row; 
} 
tbody { 
display: table-row-group; 
} 
col { 
display: table-column; 
} 
colgroup { 
display: table-column-group; 
} 
td { 
display: table-cell; 
}
body {
margin-left: auto;
margin-right: auto;
margin-top: 25px;
font-family: Verdana;
font-weight: bold;
background-color: #fff;
color: #000080;
text-align:center;
width: 100%;
}
div.container {
display: block;
margin-left: auto; 
margin-right: auto;
text align: center;
border: none 0px;
margin: 0px;
width: 98%;
}
.center {
margin-left: auto; 
margin-right: auto;
}
table.pri {
margin-left: auto; 
margin-right: auto;
width: 99%;
border: none 0px;
border-collapse: collapse;
}
table {
margin-left: auto; 
margin-right: auto; 
text-align: center; 
width: 96%; 
border-width: 2px; 
border-color: #f00; 
border-style: solid;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;  /* future proofing */ 
-khtml-border-radius: 10px; /* for old Konqueror browsers */ 
padding: 2px; 
border-spacing: 2px;
}
table.const {
margin-left: auto; 
margin-right: auto; 
text-align: center; 
width: 80%; border-width: 2px; 
border-color: #f00; 
border-style: solid; 
}
table.last {
align: left;
top: 150px;
clear: both;
float: left; 
width: 40%; 
border: 0px; 
height: 800px; 
padding: 2px; 
border-spacing: 2px;
vertical-align: top;
}
tr td { text-align: left; }
td { 
width: 80%; 
vertical-align: top;
}
td.last {
width: 100%; 
text-align: center;
}
td.const1 {
width: 98%;
padding: 2px;
text-align: justify
}
td.const2 {
width: 30%;
padding: 2px;
}
td.const2 {
width: 70%;
padding: 2px;
}
ul {
list-style: none;
margin-left: 100px;
margin-right: auto;
text-align:justify;
font-size:14px;
line-height:18px;
font-family:Arial;
font-weight:bold;
color:maroon;
}
ao {
font-size:12px;
line-height:14px;
font-family:Arial;
font-weight:bold;
color:red;
font-style:italic;
}
pre {
text-align:justify;
font-size:14px;
line-height:18px;
font-family:Arial;
font-weight:bold;
color:maroon;
}
img {
margin-left: auto;
margin-right: auto;
text-align: center;
border: 0px none;
text-decoration: none;
}
img.detras {
position:absolute;
left:15%;
top:0px;
z-index:-1;
}
#header {
clear:both;
float:left;
width:100%;
}
#header {
border:0px none;
}
h1 {
margin-left: auto;
margin-right: auto;
text-align: center;
color: #800000;
}
h1.blue {
margin-left: auto;
margin-right: auto;
text-align: center;
color: #0000ff;
}
h2 {
margin-left: auto;
margin-right: auto;
text-align: center;
color: #0000ff;
}
h3{
margin-left: auto;
margin-right: auto;
text-align: center;
color:#800000;
}
p {
font-family: Verdana;
font-weight: bold;
font-size: 105%;
line-height: 110%;
text-align: left;
margin-left: 15px;
margin-right: 15px;
}	
p.black {
font-size: 105%;
font-weight: bold;
font-family: Verdana;
line-height: 110%;
text-align: left;
margin-left: 15px;
margin-right: 15px;
text-indent: 5px;
color: #000;
}
a {
margin-left: auto;
margin-right: auto;
border: none;
text-decoration: none;
text-align: center;
}
a:link {
margin-left: auto;
margin-right: auto;
border: none;
text-align: center;
color:#ffd700;
text-decoration: none;
}
a:hover {
margin-left: auto;
margin-right: auto;
text-align: center;
color:#0000ff;
}
a:visited {
margin-left: auto;
margin-right: auto;
text-align: center;
color:#ff0000;
text-decoration: none;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
span {
font-weight:bold;
color: #f00;
}
span.blue {
color: #00f;
font-size: 80%;
}
span.style {
color: #f00;
}
#content {
margin-left: auto;
margin-right: auto;
width: 100%;
}
#footer {
clear:both !important;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
background-color : transparent;
border: 0px none;
text-align: center;
}
 @media print { body { display:none } }