@charset "utf-8";
/* CSS Document */

/*LLM Publications Inc. Style Sheet all rights reserved 2009 coded by His Majesty*/

body, html {
    margin: 0;
    padding: 0;
}

p {font-family:Arial, Helvetica, sans-serif; color:#000000; text-align:left; vertical-align:text-top; font-size:14px; margin-top:5px; line-height:20px; margin-left:10px;}

h1 {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#00275d; text-align:left;  margin-bottom:0px; margin-left:10px; margin-top:0px;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; text-align:left; vertical-align:text-top;}
h3 {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#00275d; text-align:left; margin-left:10px; margin-top:30; vertical-align:text-top; line-height:0px;}
h4 {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#00275d; text-align:left; margin-left:10px; margin-top:0px; line-height:15px; margin-bottom:0px;}
h5 {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#FFFFFF; text-align:center; margin-left:0; margin-bottom:5px; margin-top:5px;}

.text1 {font:Arial, Helvetica, sans-serif; text-align:center; color:#FFFFFF; size:inherit}

A:link {
	color:#000000; font-family:Arial, Helvetica, sans-serif; text-decoration:none;
}
A:visited{
	color:#00275d; font-family:Arial, Helvetica, sans-serif; text-decoration:none;
}
A:active{
	color:#7da7d6; font-family:Arial, Helvetica, sans-serif; text-decoration:none;
}
A:hover{
	color:#ffffff; font-family:Arial, Helvetica, sans-serif; text-decoration:underline;
}


            .hlt {
                background-color: #00275d;
                color: #000;
            }

<!--
div.scroll {
height: 365px;
width: 800px;
overflow: auto;
border: none;
padding: 0px;
margin-left:20px;
overflow-x: hidden;
}
-->

<!--Scrolling table CSS-->
div.scrollTableContainer {
height: 500px;
overflow: auto;
width: 600px;
margin: 15px 0 0 0;
position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented */

/* All browsers (but especially IE) */
div.scrollTableContainer table {
width: 800px;
overflow-x: hidden;
overflow:auto;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table {
width: 800px;
}

/* Modern browsers (but especially firefox ) */
html>/**/body div.scrollTableContainer table>tbody {
overflow: auto;
height: 500px;
overflow-x: hidden;
}

div.scrollTableContainer thead tr {
position:relative;
top: expression(offsetParent.scrollTop); /*IE5+ only*/
/* fixes the header being over too far in IE, doesn’t seem to affect FF */
left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {padding-right: 20px;}