@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background: #000000;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 12px;
color: #dadada;
line-height: 1.8em;
}

.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;
}

img {
border: none;
}

.backtomain {
position: absolute;
top: 0px;
right: 0px;
padding: 5px;
text-align: right;
font-size: 9px;
}

a:link, a:visited {
color: #dadada;
text-decoration: underline;
}

a:hover, a:active {
color: #dadada;
text-decoration: none;
}

a.menu:link, a.menu:visited {
color: #dadada;
text-decoration: none;
}

a.menu:hover, a.menu:active {
color: #709ad6;
text-decoration: none;
}

h2 {
color: #709ad6;
font-size: 16px;
}

h3 {
font-size: 14px;
}

.header {
width: 775px;
margin-left: auto;
margin-right: auto;
padding: 10px 0px 5px 0px;
text-align: right;
}

.main {
width: 950px;
margin-left: auto;
margin-right: auto;
background: url('images/background.gif') repeat-y;
}

.content {
border-bottom: solid 1px #808080;
border-top: solid 1px #808080;
width: 800px;
padding: 20px 50px 20px 50px;
margin-left: auto;
margin-right: auto;
}

.footer {
color: #282828;
}

a.footer {
color: #282828;
}