body{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}

body, form, input {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
}

td {
	font-size:12px;
}
a {
	/* color:#0066ff; */
	color:#925230;
	text-decoration:none;
}

a:hover {
	color:#FF3300;
}

a:visited {
	color:#925230;
}
a:visited:hover{
	/*color:#ff0000!important;*/
	color:#ff0000;
}

h1  {
	font-family:Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	font-size:10px;
	text-align:left;
	vertical-align:middle;
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 20px;
	font-weight:normal;
}

#content h1 {
	font-size:1.3em;
	margin-left:0px;	
	margin-top:5px;
	margin-bottom:5px;	
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#444444;
}


h2  {
	font-size:1.4em;
	margin-top:0px;
	margin-bottom:3px;	
}

h3  {
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:3px;	
}

h4  {
	font-size:1.1em;
}

h5  {
  font-size:1em;
}

h6 {
  font-size:0.8em;
}

img {
  border: none;
  /*border: 1px solid black;*/
}

input,select,textarea {
	font-size:100%;
}

.input {
	border:1px solid #323334;
	padding-left:5px;
}

acronym {
	cursor: help;
	color: #003366;
}

legend {
	padding:0 0.2em;
}

hr {
	height:1px;
	color:#CCCCCC;
	width:100%;
}
.systemmessages {
	padding-left:5px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;	
	color:#FF0000;
	font-size:10px;
	background-color:#FFFF66;
}

.pages {
	text-align:center;
}

.suggestion_list
{
	background: white;
	border: 1px solid;
	padding: 4px;
}
		
.suggestion_list ul
{
	padding: 0;
	margin: 0;
	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;
}

#languageSwitcher{
    position: relative;
    right: 0px;
    top:10px;
    float: right;
}
