@charset "utf-8";
/* =========================================================================================================
   -                     ONLY EDIT THE VALUES THAT HAVE COMMENTS TO THE SIDES OF THEM                      =
   ========================================================================================================= */
body {
	background:#ffffff;  /*Color of the background of all pages (besides the middle picture)*/
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666; 	/*Color of the text for the majority of the pages*/
}

a{color:#015696;} /*Color of all of the links in the pages*/


h1#lostToggler{
	color:#015696; /*This is the color of the lost names on the main page*/
}


legend { 
	color:#015696; /* 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;
	margin-top: -5px;
}

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;
}