BODY {
	background-color: #FFFFFF;
	color: #033252;
}

TD
{
    COLOR: #033252;
    FONT-FAMILY: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
    FONT-SIZE: 11px;
}

ul  {
	list-style : disk;
}

LI {
	margin-bottom : 2pt;
}

.justify
{
    TEXT-ALIGN: justify;
}

A:link
{
    COLOR: blue;
    text-decoration: underline;
}

A:visited
{
    COLOR: purple;
    text-decoration: underline;
}

A:hover
{
    COLOR: blue;
    text-decoration: underline;
}

.error {
  color: #c00000;
}

.suggestion_list
{
background: white;
border: 1px solid;
padding: 4px;
}
	
.suggestion_list ul
{
padding: 0;
margin: 0;
FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif;
FONT-SIZE: 11px;
list-style-type: none;
}

.suggestion_list a
{
text-decoration: none;
color: navy;
}

.suggestion_list .selected
{
background: navy;
color: white;
}

.suggestion_list .selected a
{
color: white;
}

#autosuggest
{
display: none;
}