@charset "utf-8";
/* =========================================================================================================
   -                     ONLY EDIT THE VALUES THAT HAVE COMMENTS TO THE SIDES OF THEM                      =
   ========================================================================================================= */
body {
	background:#471E7E;  /*Color of the background of all pages (besides the middle picture)*/
	margin-left: 0px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#471E7E; 	/*Color of the text for the majority of the pages*/
}

a{color:#B8B789;} /*Color of all of the links in the pages*/

h1#lostToggler, .shareHeader{
	color:#460084; /*This is the color of the lost names on the main page*/
}


legend { 
	color:#666; /* The text used in the headers for the two sections of the main page*/
	font-size:12px;
}
	

/*The font size of the drop down lists */
select {
	font-size:10px;
}
	
table.middleTable { 
	background:URL("../images/frame_Middle.jpg");
	background-repeat:repeat-y;
	text-align: center;
	border: 0px;
	padding:0px;
	margin-top:-3px;
}

table{
	font-size:10px
}

/*Primarily used for the headers on the individual names on the main page*/
h1 { 
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, Geneva;
}

h4 {
	font-size: 14px; 
	font-family: Verdana, Helvetica, Arial, Geneva;
	color:#460084;
	font-weight:bold;
}

.topbar {
	margin: 0;
	background: #E9E9E9 url("../images/searchRepeatHeader.jpg") repeat-x;
	width: 100%;
	margin-bottom:20px;
}

.paginationColor {
	color: white;
}