html{
	/*overflow: -moz-scrollbars-vertical;*/
	overflow-y: scroll;
}
BODY {
	PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px; 
    PADDING-TOP: 0px; 
}

#lines {
    BACKGROUND-POSITION: center top;
	BACKGROUND-IMAGE: url(images/lines.jpg);
	BACKGROUND-REPEAT: yes;
}
.title {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 14pt;
        color: rgb(255,102,51);
}
.header {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 11pt;
        color: rgb(22,81,149);
}
.dacheader {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 11pt;
        color: rgb(255,102,51);
}
.daclink {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(255,102,51);
}
.subhead {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: rgb(170,120,158);
}

.quote {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 10pt;
        color: rgb(22,81,149);
}

.head {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 11pt;
        color: rgb(170,120,158);
}
.title {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: rgb(25,104,179);
}
.main {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(18,99,155);
}

.small {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 8pt;
        color: rgb(18,99,155);
}
.yellow {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: rgb(240,209,53);
}
.bold {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
}

.italic {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-style: italic;
}

.footer {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 7pt;
        color: rgb(153,153,153);
}

hr  {
        height: 1px;    

}

/* link styles */

a{
        color: rgb(153,153,153);
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
        color: rgb(190,211,228);
}


/* ----- Required ----------------------------------------------------------- */
a.topMenu
{
	color: rgb(63,98,138);
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
a.topMenu:hover
{
	color: rgb(255,255,255);
}
.topMenu2 a
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.topMenu2{
	vertical-align:middle;
	width:135px;
}
.topMenu2 a:hover
{
	color: color: #FF0000;
}
a.subMenu
{
	color: rgb(63,98,138);
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
a.subMenu:hover
{
	color: rgb(255,255,255);
}


