@charset "utf-8";
/* =========================================================================================================
   -                     ONLY EDIT THE VALUES THAT HAVE COMMENTS TO THE SIDES OF THEM                      =
   ========================================================================================================= */
body {
	background:#006A4E;  /*Color of the background of all pages (besides the middle picture)*/
	margin: auto;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666; 	/*Color of the text for the majority of the pages*/
}

a{color:#006B4C;} /*Color of all of the links in the pages*/

paginationColor {color:white;}

h1#lostToggler, .shareHeader{
	color:#006B4C; /*This is the color of the lost names on the main page*/
	font-weight:bold;
}


legend { 
	color:#666666; /* 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;
}
	
.topbar {
	background: URL(../images/searchRepeatHeader.jpg) repeat-x;
}
	
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;
	font-weight:normal;
}
h4 {
	font-size:12px;
	color:#006B4C;
}
