BODY, TABLE, P, SELECT, FORM {
color : black;
font-family: arial,sans-serif;
font-size : 13px;
margin-bottom : 0;
margin-top : 0;
margin : 0;
}

.inputtext {
font-family: arial,sans-serif;
font-size : 15px;
margin-bottom : 2px;
margin-top : 0;
border-width : 1px;
border-color : #aaaaaa;
border-style : solid;
}

.inputimg_go{
  margin: 0;
  border: 0;
  width:16px;
  height:16px;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  background: transparent url(img/go.gif) no-repeat center top;
}

.inputimg_accept{
  margin: 0;
  border: 0;
  width:16px;
  height:16px;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  background: transparent url(img/accept.gif) no-repeat center top;
}

.select {
font-family : Arial,Helvetica;
font-size : 12px;
font-weight : normal;
margin-bottom : 2px;
margin-top : 0;
border-width : 1px;
border-color : #aaaaaa;
border-style : solid;
}

.tooltip {
position : absolute;
display : none;
background-color : #e8e8e8;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-color: #E0E0E0;
	border-width:1px;
	border-style:solid;
    position: absolute;   
	background-color : #FAFAFA;
}

div.suggestions div {
    cursor: default;
    padding: 2px 5px 2px 5px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

A:link {
color : #3a76a4;
}

A:visited {
color : #3a76a4;
}

A:hover {
text-decoration : none;
color : #e0861e;
border-bottom : 1px dotted #e0861e;
}

H1LINK:link {
color : black;
}

H1LINK:visited {
color : black;
}

.rss_items {
list-style : none;
margin : 0;
padding : 0;
}

.rss_item {
margin-bottom : 1em;
}

h1 {
color : black;
font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
font-size : 15px;
font-weight : bold;
margin-bottom : 0.5em;
margin-top : 0.5em;
}

h2 {
	color : black;
	font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 0.5em;
	margin-top : 0.5em;
}
