font.header_text
{
    FONT-WEIGHT: none;
    FONT-SIZE: 13pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: 'Arial'
}
font.paragraph_text
{
    FONT-WEIGHT: none;
    FONT-SIZE: 10pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: 'Arial'
}
font.paragraph_text_black
{
    FONT-WEIGHT: none;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: 'Arial'
}
font.paragraph_text_red
{
    FONT-WEIGHT: none;
    FONT-SIZE: 10pt;
    COLOR: #FF0000;
    FONT-FAMILY: 'Arial'
}
font.paragraph_text_small
{
    FONT-WEIGHT: none;
    FONT-SIZE: 7pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: 'Arial'
}
font.footer_text
{
    FONT-WEIGHT: none;
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: 'Arial'
}
font.footer_text_blue
{
    FONT-WEIGHT: none;
    FONT-SIZE: 8pt;
    COLOR: #57799F;
    FONT-FAMILY: 'Arial'
}
.floatimgleft
{
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}
.floatimgright
{
float:right;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
}
.floatimgbottom
{
float:bottom;
margin-top:10px;
margin-left:0px;
margin-bottom:0px;
}


a.href_links1
{ 
	color: #FFFFFF;
    font-weight: none;
    font-size: 8pt;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links1:visited 
{ 
    COLOR: #FFFFFF;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links1:hover 
{ 
    COLOR: #57799F;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
a.href_links2
{ 
	color: #000000;
    font-weight: none;
    font-size: 8pt;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links2:visited 
{ 
    COLOR: #57799F;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links2:hover 
{ 
    COLOR: #57799F;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
a.href_links2:active 
{ 
    COLOR: #00673B;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links3
{ 
	color: #FFFFFF;
    font-weight: none;
    font-size: 10pt;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links3:visited 
{ 
    COLOR: #FFFFFF;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
a.href_links3:hover 
{ 
    COLOR: #57799F;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

td.scroll
{scrollbar-3dlight-color:#ffd700; 
scrollbar-arrow-color:#ff0; 
scrollbar-base-color:#ff6347; 
scrollbar-darkshadow-color:#ffa500; 
scrollbar-face-color:#008080; 
scrollbar-highlight-color:#ff69b4; 
scrollbar-shadow-color:#f0f}
}

hr.1
{
height: 1px;
width: 700px;
color: #FFFFFF;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
width:; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
font-family: Arial, sans-serif;
font-weight: none;
font-size: 10pt;
text-decoration: none;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
font-family: Arial, sans-serif;
font-weight: none;
font-size: 10pt;
text-decoration: none;
color: white;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
font-family: Arial, sans-serif;
font-weight: none;
font-size: 10pt;
text-decoration: none;
color: white;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 170px; /*width of sub menu levels*/
font-family: Arial, sans-serif;
font-weight: none;
font-size: 10pt;
text-decoration: none;
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #000000;
color: #57799F;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #00000 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #00000 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */