badclass {}

body {
 color: Black;
 background-color: #ffffff;
 font-size: 8pt;
}

td {
 color: #000000;
 font: 10pt;
}

.searchheader {
 font-size: 16pt;
 font-weight: bold;
 color: #385D81;
}

.searchtext {
 font-size: 8pt;
 font-weight: none;
 color: #000000;
}

.searchinput {
 font-size: 10pt;
 width: 225px;
 font-weight: normal;
}

.searchsubheader {
 font-size: 12pt;
 font-weight: bold;
 color: #385D81;
}

.searchtextbold {
 font-size: 8pt;
 font-weight: bold;
 color: #000000;
}

/* Search-hints.css */
.title
{
font-family     : Verdana, Arial, Helvetica, sans-serif;
font-size : 14pt;
color : #385D81;
font-weight : bold;
text-decoration : none;	
}

.tips
{
font-family     : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
font-weight : normal;
text-decoration : none;	
}

div.searchHints
{
	margin: 0px;
	left: 620px;
	width: 275px;
	background: #ffffff;
	border: 1px solid #cccccc;
	text-align: left;
	padding-left: 3px;
}

div#searchTipsBottom
{
	margin-top: -285px;
}

/* IE Positioning hacks since changing doctype is beyond my control */
* html div.searchHints
{
	margin-top: 15px;
	left: 585px;

}

* html div#searchTipsBottom
{
	margin-top: -300px;
}



/*
A: active {
 color: #003399;
 font-weight: normal;
 font-size: 8pt;
 text-decoration: none;
}

A: link {
 color: #003399;
 font-weight: normal;
 font-size: 8pt;
 text-decoration: none;
}

A: visited {
 color: #003399;
 font-weight: normal;
 font-size: 8pt;
 text-decoration: none;
}

A: hover {
 color: #003399;
 font-weight: normal;
 font-size: 8pt;
 text-decoration: underline;
}

.fdm4Button {
 margin: 1em 0;
 width: 120;
 align: center;
 font-size: 40%;
 font-weight: normal;
}

.fdm4Button a {
 display: block;
 width: 100%;
}

.fdm4Button a: link,
.fdm4Button a: visited,
.fdm4Button a: hover {
 background-color: #385D81; 
 color: #FFFFFF;
 text-decoration: none;
}

.fdm4Button a: link,
.fdm4Button a: visited {
 border-top: 1px solid #cecece;
 border-bottom: 2px solid #4a4a4a;
 border-left: 1px solid #cecece;
 border-right: 2px solid #4a4a4a;
}

.fdm4Button a: hover {
 border-top: 1px solid #cecece;
 border-bottom: 2px solid #4a4a4a;
 border-left: 1px solid #cecece;
 border-right: 2px solid #4a4a4a;
}
*/

