@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #5a5d5f;
font-size: 12px;
background-image: url("images/buildings.gif");
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}

.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: #fff;
font-size: 9px;
}

img {
border: none;
}

.background {
background-image: url("images/background.png");
background-repeat: repeat-x;
}

p {
line-height: 20pt;
}

.main {
background-color: #ffffff;
padding: 0px 10px 10px 10px;
}

h2 {
color: #4881b0;
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-image: url("images/border-left.png");
background-repeat: repeat-y;
background-position: right;
}

.border-right {
background-image: url("images/border-right.png");
background-repeat: repeat-y;
background-position: left;
}

.border-top {
background-image: url("images/border-top.png");
background-repeat: repeat-x;
background-position: bottom;
}

.border-bottom {
background-image: url("images/border-bottom.png");
background-repeat: repeat-x;
background-position: top;
}

.footer {
background-image: url("images/border-bottom.png");
background-repeat: repeat-x;
background-position: top;
height: 40px;
padding: 5px;
font-size: 10px;
}

.border-right-top {
background-image: url("images/side-right.png");
background-repeat: no-repeat;
background-position: top;
height: 340px;
width:27px;
}

.border-left-top {
background-image: url("images/side-left.png");
background-repeat: no-repeat;
background-position: top;
height: 340px;
width:27px;
}

.log {
width: 150px;
}

a:link {
color: #4881b0;
text-decoration: underline;
}

a:visited {
color: #4881b0;
text-decoration: underline;
}

a:hover {
color: #2b6595;
text-decoration: none;
}

a:active {
color: #4881b0;
text-decoration: none;
}