
body {
 margin: 0px;
 background: #000000 url('/images/bg.jpg') 50% 0 no-repeat fixed;
}

.reference {
 /* fix for padding difference in Chrome and Safari */
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -ms-box-sizing: border-box;
 /* end fix */
}

.content {
 font-family: verdana, arial, helvetica;
 font-size: 9pt;
 color: #2c2c2c;
 line-height: 160%;
}

.header {
 font-family: verdana, arial, helvetica;
 font-size: 13pt;
 color: #ff93ff;
 background: #386d8d url('/images/titlebar.png');;
 padding: 5px;
 height: 18px;
}

.header2 {
 font-size: 11pt;
 font-weight: bold;
 color: #8a0000;
}

.hdots {
 padding: 1px;
 background-image: url('/images/dots.gif');
 background-position: top left;
 background-repeat: repeat-x;
}

.small {
 font-size: 7.5pt;
}

.small2 {
 font-size: 8pt;
}

.copy {
 color: #BFC0C4;
 font-family: verdana, arial, helvetica;
 font-size: 7.5pt;
 padding-top: 5px;
}

a {
 color: #130FFF;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

a.navLinks {
 color: #ffffaa;
 text-decoration: none;
 font-family: verdana, arial, helvetica;
 font-size: 8pt;
 font-weight: bold;
}
a.navLinks:hover {
 color: #ffffff;
 text-decoration: underline;
}

.pic {
 border: 1px solid black;
}
