A
{
	text-decoration: none;
	color: blue;
}
A:Hover
{
	text-decoration: underline;
}

.Menu
{
	BACKGROUND-IMAGE: url(/images/Menu-4.jpg); 
	BACKGROUND-color: #9577F2;
	font-family: Arial; 
	font-size: 12pt; 
	color: #FFFFFF;
}

.Menu A:Visited
{
	color: white;
}
.Menu A
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;	
}
Body {
	font-family: Arial; 
	font-size: 9pt; 
	color: #000080;
	margin-bottom: 0px; 
	margin-top: 0px;
	background-color: #000080;
}

	.Footer
	{
		font-family: Arial; 
		font-size: 10pt;
		color: white;
	}
	
	.Footer Table
	{
		font-size: 10pt;
		color: white;
	}
	
	.Footer Table A
	{
		font-size: 10pt;
		color: white;
	}

/* Autocomplete list */
.actb_table
{
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: 1px solid;
    cursor: hand;
    padding-top: 2px;
    border-bottom: 1px solid;
    font-family: Verdana;
    position: absolute;
    background-color: #ffffcc;
    border-spacing: 1px;
}

/* Active autocomplete item */
.actb_active
{
    /* background-color: #ffcc00; */
	background-color: #333367;
	color:white;
	font-weight: bold;
}

/* Matched text in result */
.actb_regex_match { text-decoration:underline;
                    font-weight:bold;
}

/* Down arrow in autocomplete list */
.actb_arrow_down
{
    padding-right: 0px;
    background-position: center center;
    padding-left: 0em;
    z-index: 4;
    background-image: url(/images/down_arrow_autosearch_dark.gif);
    padding-bottom: 0px;
    margin: 0px 1em;
    cursor: hand;
    padding-top: 0px;
    background-repeat: no-repeat;
    height: 1em;
    background-color: transparent;
}

/* Up arrow in autocomplete list */
.actb_arrow_up
{
    padding-right: 0px;
    background-position: center center;
    padding-left: 0em;
    z-index: 4;
    background-image: url(/images/up_arrow_autosearch_dark.gif);
    padding-bottom: 0px;
    margin: 0px 1em;
    cursor: hand;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 1em;
}

.QuickSearch
{
	color: white;
	font-size: 10pt;
}

#WBTitle
{
	font-size: 10pt;
	color: white;
	margin-bottom: 0px;
	margin-left: 3px;

}