@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #e7f0f9;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

.reportexamples a:link, .reportexamples a:visited, .reportexamples a:hover  {
text-decoration: none;
font-weight: bold;
}

.reportexamples a:hover {
color: #000;
} 

.reportexamples img {
border: solid 2px;
}

.backtomain {
position: absolute;
top: 0px;
right: 0px;
padding: 5px;
text-align: right;
}

.backtomain a:link, .backtomain a:hover, .backtomain a:visited {
color: #104d81;
font-size: 9px;
}

img {
border:none;
}

.menuholder {
background: url("images/nav-bg.jpg") repeat-x top;
margin: 5px 0px 5px 0px;
}

.mainme {
margin-top: 20px;
background-color: #e7f0f9;
}

p {
line-height: 20pt;
}

h2 {
color: #000000;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 16px;
}

h3 {
font-size: 14px;
}

ul {
list-style-image: url(images/bullet.gif);
line-height: 2em;
}

.border-left {
background: url("images/border-left.jpg") repeat-y right;
}

.border-right {
background: url("images/border-right.jpg") repeat-y left;
}

.border-top {
background: url("images/border-top.jpg") repeat-x bottom;
font-size: 9px;
}

.border-bottom {
background: url("images/border-bottom.jpg") repeat-x top;
}

.content-border-left {
background: url("images/content-border-left.jpg") repeat-y right;
}

.content-border-right {
background: url("images/content-border-right.jpg") repeat-y left;
}

.content-border-top {
background: url("images/content-border-top.jpg") repeat-x top;
background-color: #ffffff;
padding-top: 20px;
}

.content-border-bottom {
background: url("images/content-border-bottom.jpg") repeat-x top;
}

.footer {
height: 40px;
padding: 5px;
font-size: 10px;
}

.log {
width: 150px;
}

a:link {
color: #104d81;
text-decoration: underline;
}

a:visited {
color: #104d81;
text-decoration: underline;
}

a:hover {
color: #104d81;
text-decoration: none;
}

a:active {
color: #104d81;
text-decoration: none;
}