SearchClass 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Black;
}
a:visited
{
	/* Applies to all visited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Black;
}
a:hover
{
	/* Applies to links under the pointer */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}
a:active
{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}
select 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	width: 230px;
}
select.activepulldown
{
	color:black;
	width: 230px;
}	
a:link.copyright
{
	/* Applies to all unvisited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: #808080;
}
a:visited.copyright
{
	/* Applies to all visited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: #808080;
}
a:hover.copyright
{
	/* Applies to links under the pointer */
	text-decoration: none;
	font-weight: normal;
	background-color: #808080;
	color: #FFFFFF;
}
a:active.copyright
{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: normal;
	background-color: #808080;
	color: #FFFFFF;
}
td.bodytext
{
	font-family : Verdana;
	text-decoration: none;
	font-weight: normal;	
	font-size: 10px;
}
td.smalltext
{
	font-family : Verdana;
	text-decoration: none;
	font-weight: normal;	
	font-size: 11px;
}
td.navheadingsearch
{
	font-family : Verdana;
	text-decoration: none;
	font-weight: normal;	
	font-size: 11px;
}
input.search
{
	font-family : Verdana;
	text-decoration: none;
	font-weight: normal;	
	font-size: 9px;
}

a:link.sitemapsmall
{
	/* Applies to all unvisited links */
	text-decoration: underline;
	font-weight: normal;
	font-family : Verdana;
	font-size: 11px;
	background-color: transparent;
	color: #000000;
}
a:visited.sitemapsmall
{
	/* Applies to all visited links */
	text-decoration: underline;
	font-weight: normal;
	font-family : Verdana;
	font-size: 11px;
	background-color: transparent;
	color: #000000;
}
a:hover.sitemapsmall
{
	/* Applies to links under the pointer */
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
}
a:active.sitemapsmall
{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
}

a:link.sitemaplarge
{
	/* Applies to all unvisited links */
	text-decoration: underline;
	font-weight: bold;
	font-family : Verdana;
	font-size: 13px;
	background-color: transparent;
	color: #000000;
}
a:visited.sitemaplarge
{
	/* Applies to all visited links */
	text-decoration: underline;
	font-weight: bold;
	font-family : Verdana;
	font-size: 13px;
	background-color: transparent;
	color: #000000;
}
a:hover.sitemaplarge
{
	/* Applies to links under the pointer */
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana;
	font-size: 13px;
	background-color: #000000;
	color: #FFFFFF;
}
a:active.sitemaplarge
{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: bold;
	font-family : Verdana;
	font-size: 13px;
	background-color: #000000;
	color: #FFFFFF;
}

.research a:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}
.research a:visited
{
	/* Applies to all visited links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}
.research a:hover
{
	/* Applies to links under the pointer */
	text-decoration: underline;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}
.research a:active
{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: Blue;
}

ul.manufacturer
{
	list-style-type: disc;
	margin-left: 1px;
	padding-left: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	list-style-position: inside;
}

ul.aircraft
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: outside;
	line-height: 13px;
}