﻿/*
	REMINDER: Define Styles here to appear in the CSS dropdown menu
*/

.faded
{
	color: #999999;
}

.SectionTitle
{
	color: #444444;
	font-size: 14pt;
	font-weight: bold;
}

.SectionTitleSmaller
{
	color: #444444;
	font-size: 11pt;
	font-weight: bold;
}

/*
	REMINDER: the 'body' element is defined in both this and Styles.css
*/

body
{
	background-color: white;
	font-family: Trebuchet MS;
	font-size: 9pt;
	color:#000000;
}

a:link
{
	color: #c57921;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



#SearchResults
{
	background-color: #ffffff;
	margin-left: 4px;
	width: 540px;
	padding: 20px 0px 0px 20px;
	color: #444444;
}

#SearchResults a
{
	color: blue;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 5px;
	display:inline-block;	
}

#SearchResults a:hover
{
	color: red;
	text-decoration: underline;
}

#SiteLogin
{
	background-color: Blue;
}
