body
{
	margin: 0;
	padding:0;
}

a
{
	font-weight : bold;
	text-decoration: none;
	color: #657D91;
}

a img
{
	border: none;
}

a:link
{
	font-weight : bold;
	text-decoration: none;
	color: #657D91;
}

a:visited
{
	color: #657D91;
}

a:hover
{
	font-weight : bold;
	text-decoration: underline;
	color: #657D91;
}

.topheader
{
	font-family : Tahoma;
	font-weight : bold;
	font-size : large;
	vertical-align : bottom;
	padding-left : 4px;
}

.toplogin
{
	font-family : Tahoma;
	font-size : small;
	vertical-align : bottom;
}

.leftnav
{
	font-family : Tahoma;
	font-size : small;
	vertical-align : bottom;
	padding-left : 8px;
	padding-bottom : 2px;
	padding-top : 2px;
}

.leftnavheader
{
	font-family : Tahoma;
	font-size : medium;
	font-weight : bold;
	vertical-align : bottom;
	padding-left : 4px;
	padding-bottom : 2px;
	color : white;
}

.normal
{
	font-family : Tahoma;
	font-size : small;
}

.normalmedium
{
	font-family : Tahoma;
	font-size : medium;
}

.normalsmall
{
	font-family : Tahoma;
	font-size : x-small;
}

.footer
{
	font-family : Tahoma;
	font-size : small;
	font-weight : bold;
	vertical-align : bottom;
}

.error
{
	font-family : Tahoma;
	font-size : medium;
	color : Red;
	font-weight : bold;
}

div.suggestions {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	position: absolute;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font:bold;
}

div.suggestions div {
	cursor: default;
	padding: 0px 3px;
	background-color: #FFFFFF;
}

div.suggestions div.current {
    background-color: #3366CC;
    color: white;
}