A:link
{
    COLOR :#000000;
    TEXT-DECORATION:none;
	FONT-FAMILY : Verdana;
	FONT-SIZE:11px
}
A:visited
{
    color:#000000;
    TEXT-DECORATION: none;
	font-family : Verdana;
	font-size : 11px;
}
A:active
{
	TEXT-DECORATION: none;
	font-family : Verdana;
	font-size : 11px;
}
A:hover
{
	TEXT-DECORATION:underline;
	Color:#990000;
	font-family : Verdana;
	font-size : 11px;
}


.input {
        font-family: Verdana;
        font-size: 8pt;
	font-weight:bold;
        color: #eeeee;
        border: 1px solid inset #C0C0C0;
        padding-left: 2;
        padding-right: 1;
        padding-top: 1;
        padding-bottom: 1;
}


TD
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    font-weight: normal;

    
}

.hover td:hover { 
background: #FFFFFD; 
}

.suggestionsBox {
		position: relative;
		left: 10px;
		margin: 10px 0px 0px 0px;
		width: 100%;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 4px;
	}
	
	.suggestionList li {
		
		margin: 1px 0px 3px 150px;
		padding: 1px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
