﻿body
{
	background-color:		White;
	height:					100%;
	font-family:			Arial;
}

img
{
	border:					none;
	padding:				none;
	margin:					none;
}

a:link
{
   text-decoration: none;
   color:           #FFFFFF;
}

a:visited
{
    text-decoration: none;
    color:           #FFFFFF;
}

a:active
{
    text-decoration: none;
    color:           #FFFFFF;
}

a:hover
{
    text-decoration: underline;
    color:           #FFFFFF;
}

.expandSearch
{
	background-image:		url(images/default_13.png);
	width:					900px;
	height:					150px;
	text-align:				center;
}

.noEdges1
{
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	border:					none;
	cursor:					pointer;
	width:					162px;
	height:					33px;
}

.noEdges2
{
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 0px 0px;
	border:					none;
	cursor:					pointer;
	width:					107px;
	height:					33px;
}

.searchHeader
{
	background-color: Black;
	background-image: url(images/default_17.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;
	color: White;
}

.searchContent
{
	background-color: White;
	background-image: url(images/default_18.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	color: Black;
}

.searchResults
{
	background-color: #c7c7c7;
	width: 904px;
}