html {
    height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
	min-width: 750px;
	min-height: 100%;
    letter-spacing: .075px;
   background-color: #ffffff;
}

table {
   font-size: 9pt;
   border: 2px solid #c0c0c0;
   border-spacing: 0px;
   border-collapse: collapse;
}

td,th {
   padding: 3px;
   border: 2px solid #c0c0c0;
}

h2 {
   margin-left: 70px;
   margin-right: 70px;
   padding: 0px;
   color: #303030;
}

a {
	 color: #004a8d;
	 text-decoration: underline;
}

div.docpageheader, div.userguidepageheader, div.errorheader {
   width: 970px;
   height: 61px;
   font-size: 9pt;
   display: block;
   background-image: url(images/header.gif);
   background-repeat: no-repeat;
   position: relative;
   top: 0px;
   left: 0px;
   color: white;
}

div.userguidepageheader {
   background-image: url(images/userguide-header.gif);
}

div.errorheader {
	background-image: url(images/header.gif);
}

div.docpageheadertext h2 {
   margin: 0px;
   position: absolute;
   bottom: 8px;
   left: 21px;
   color: white;
   font-size: 11pt;
}

div.docpageheader a {
    text-decoration:underline;
    color: white;
}

div.doc, div.dochead, div.welcome  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #c0c0c0;
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 11px;
    padding-right: 11px;
    width: 830px;
}

div.doc, div.welcome {
    margin-top: 0px;
    font-size: 9pt;
    padding-top: 20px;
    color: #202020;
    padding-bottom: 20px;
}

div.doclogin {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #c0c0c0;
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 11px;
    padding-right: 11px;
    width: 830px;
    margin-top: 0px;
    padding-top: 20px;
    font-size: 8pt;
    color: #808080;
    padding-bottom: 20px;
}

div.welcome {
   padding-bottom: 0px;
}

div.dochead {
    background: #c0c0c0;
    font-size: 10pt;
    font-weight: bold;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 0px;
}

div.welcome {
   border: none;
}

div.footer {
   width: 970px;
   color: #AAA;
   text-align: center;
   margin-top: 20px;
}

