@media print, projection, embossed {
body {
padding-top:1in;
padding-bottom:1in;
padding-left:1in;
padding-right:1in;
}
}
body {
max-width:1024px;
text-align:center;
margin:auto;
text-decoration:none;
font-weight:normal;
font-variant:normal;
color:#000000;
font-size:12pt;
font-style:normal;
widows:2;
font-family:'Verdana', sans-serif;
background-color: rgb(136, 114, 252);
}
.main-table {
width:expression(document.body.clientWidth > 1026? "1024px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: center;
background-color: rgb(136, 114, 252);
width: 95%;
}
table {
}
td {
border-collapse:collapse;
text-align:left;
vertical-align:top;
}
a {
color: #0000C0;
text-decoration: none;
}
a:visited {
color: #C00000;
}
a:hover {
color: #FFFF00;
text-decoration: underline;
}

td.rounded {
 border: none;
 width: 175px;
 background: #9966cc url("../images/bottom-rounded.png") no-repeat bottom center;
 padding-bottom: 15px; 
}
h2.rounded {
 font-weight: normal;
 background: transparent url("../images/top-rounded.png") no-repeat top center;
 padding-top: 15px;
 padding-left: 0.5em; 
}
h1 {
font-weight: normal
}

