body {
margin : 0; 
font-family : arial; 
font-size : 9pt; 
font-weight : normal; 
text-align : center; 
background-color : #e0dfdf; 
width : 100%; 
} 
html {
height : 100%; 
} 
.mh {
width : 125px; 
float : left; 
background-color : white; 
} 
.lm {
border-bottom : 1px dashed #fd4b14; 
font-weight : bold; 
width : 125px; 
text-align : left; 
padding : 6px; 
margin : 0; 
border-right : 1px solid #fd4b14; 
} 
.lh {
background-color : #fd7214; 
color : white; 
font-weight : bold; 
width : 125px; 
text-align : left; 
padding : 6px; 
margin : 0; 
border-right : 1px solid #fd4b14; 
} 
.c {
width : 600px; 
float : left; 
margin-left:15px;
padding-left : 10px; 
padding-right : 10px; 
text-align : left; 
background-color : white; 
} 
.mw {
margin-top : 0; 
background-color : white; 
width : 760px; 
border-left : 2px solid #0e5fb6; 
border-right : 2px solid #0e5fb6; 
border-bottom : 2px solid #0e5fb6; 
margin-top : -3px; 
margin-bottom : 0; 
} 
.f {
clear : both; 
width : 756px; 
padding : 4px; 
background-color : #0e5fb6; 
color : white; 
text-align : left; 
font-weight : bold; 
margin-top : 10px; 
} 
.textfield {
font-size : 9pt; 
border : 1px solid black; 
margin-top : 4px; 
} 
.button {
font-size : 8pt; 
border : 1px solid black; 
margin-top : 4px; 
} 
h1 {
font-family : arial; 
font-size : 14pt; 
font-weight : bold; 
display : inline; 
} 
.regFont {
font-family : arial; 
font-size : 9pt; 
} 
.boldFont {
font-family : arial; 
font-size : 9pt; 
font-weight : bold; 
} 
h2 {
color : #686868; 
margin : 0; 
margin-top : 5px; 
font-family : tahoma; 
font-size : 14pt; 
padding : 4px; 
font-weight : bold; 
border : 1px solid #ff9400; 
padding-left : 10px; 
} 
.p {
width : 185px; 
float : left; 
padding : 4px; 
margin : 2px; 
border : 1px solid #ff9400; 
height : 300px; 
text-align : center; 
} 
h3 {
font-size : 11pt; 
font-family : tahoma; 
font-weight : bold; 
padding : 5px; 
margin-bottom : 0; 
} 
.L {
color : black; 
text-decoration : none; 
} 
.shell {
border : 2px solid #848484; 
width : 760px; 
border-top : 0; 
margin-left : auto; 
margin-right : auto; 
height : 100%; 
} 
table {
font-size : 9pt; 
font-family : arial; 
font-weight : normal; 
} 
.r {
color : red; 
} 
.Error {
color : red; 
font-weight : bold; 
font-family : tahoma; 
font-size : 9pt; 
text-align : left; 
border : 1px solid red; 
background-color : #fcfed4; 
width : 400px; 
padding : 10px; 
} 
#DoNotPrint {
display : block; 
} 
#Print {
display : block; 
} 
@media print { 
#DoNotPrint {
display : none; 
} 
body {
background-color : white; 
} 
.shell {
border : 0; 
} 
} 
