/*
copyright 2005-2015, Real Software
author: Chad K. Flentje
*/

/*------------------------
 * Search Page
 *------------------------*/
.search_page
{
	background-color: #FFFFFF;
	background-image: url(images/ggullikson3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*------------------------
 * Surname Page
 *------------------------*/
.surname_page
{
	background-color: #FFFFFF;
	background-image: url(images/ggullikson3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	color: black;
	font-family: "Comic Sans MS" "Times New Roman" "Times" serif;
	font-size: 11pt;
	font-weight: normal;
}
.surname_page a
{
	font-family: "Comic Sans MS" "Times New Roman" "Times" serif;
	font-size: 11pt;
	font-weight: bold;
}


/*------------------------
 * Links Page
 *------------------------*/
.links_page a
{
	font-family: "Arial" "Helvetica" sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


/*------------------------
 * Top Page
 *------------------------*/
.top_page
{
	background-color: ECE8DD;
}
.top_page a
{
	font-family: "Arial" "Helvetica" sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


/*------------------------
 * Resources Page
 *------------------------*/
.resources_page table
{
	color: black;
	font-family: "Times New Roman" "Times" serif;
	font-size: 11pt;
	font-weight: normal;
	white-space: nowrap;
}
.resources_page a { text-decoration: underline; }


/*------------------------
 * Document Page
 *------------------------*/
.document_header
{
	color: #821006;
	text-align: center;
	font-family: "Times New Roman" Times serif;
	font-size: 20pt;
	font-weight: bold
}


/*------------------------
 * Common
 *------------------------*/
.title
{
	color: #821006;
	text-align: left;
	font-family: "Times New Roman" Times serif;
	font-size: 14pt;
	font-weight: bold;
}

.notice
{
	color: #4a41a5;
	font-family: "Times New Roman" Times serif;
	font-size: 8pt;
	text-align: center;
}

a { text-decoration: none; }
a:link { color: black; }
a:active { color: #008000; }
a:visited { color: #A00000; }
a:hover { color: #4a41a5; }

.common_page
{
	color: black;
	text-decoration: none;
	font-family: "Times New Roman" Times serif;
	font-size: 9pt;
	font-weight: bold;

	background-image: url(images/ggullikson3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.contact_info
{
	color: #821006;
	text-align: center;
	font-family: "Times New Roman" Times serif;
	font-size: 10pt;
	font-weight: normal;
}