﻿body
{
		font-family: Calibri, Verdana, Tahoma, Lucida Sans, Arial, Sans-Serif;

}

.bodySmallText
{
	font-size:small;
}

.bodyCenteredText
{
	text-align:center;
}


.caveat
{
	font-size:small;
}

.footer
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* FWare name styling */
span.FWareW
{
	color:#D8340F;
}

span.FWareare
{
	color:#D8340F;
	font-size:small;
}

span.FWareareH2
{
	color:#D8340F;
	font-size:large;
}
/* End FWare Name Styling */

H2
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 14px;
	padding-top: 0px;
}

/* Search Results Styling */
.searchResultsOrange
{
	margin: 0;
	padding: 3px;
	width: 100%%;
	border-style: solid;
	border-color: #4682B4;
	border-width: 1px;
	text-decoration: none;
	margin-bottom: 5px;
}

.searchResultsGreen
{
	margin: 0;
	padding: 3px;
	width: 100%%;
	border-style: solid;
	border-color: #4682B4;
	border-width: 1px;
	text-decoration: none;
	margin-bottom: 5px;
}

.searchResultsPurple
{
	margin: 0;
	padding: 3px;
	width: 100%%;
	border-style: solid;
	border-color: #4682B4;
	border-width: 1px;
	text-decoration: none;
	margin-bottom: 5px;
}

.searchResultsOrange:hover
{
	background-color: #FFE4CC;
	cursor: pointer;
}

.searchResultsGreen:hover
{
	background-color: #E7F1E7;
	cursor: pointer;
}

.searchResultsPurple:hover
{
	background-color: #E7DDE7;
	cursor: pointer;
}


.searchSummary
{
	font-size: small;
	text-indent: 10px;
	margin-left: 10px;
}

.TurnOffTheDamnBorder
{
	border-style: none;
	border-width: 0px;
}

.FoundSearchTerm
{
	color:#9D0000;
	font-weight:bold;
	background-color: #FFF796;
}

/* End Search Results Styling

