/* This    Is Style of Sheets at NesterenkoSoftware.com/PeteSelf  */
/*    Important   -    labels etc. are Case-Sensitive  */
/* Table Classes: Quaker   QuakerAlt Fot Size 80%  Borderless */


body {
	font-size:100%; 
	margin-left:15px;
	margin-right:50px;
	}
	 
#container {
    width: 1050px;
    margin: 0 auto;
}
	 	 
 

.PageTitle {
	color:maroon;
}

table.Borderless {
	border-width: 0px;
}
/* Table with Alternating Color Rows  */
table.QuakerAlt {
 	border-width: 1px;
	border-spacing: 2px;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	font-size:80%; 
}
table.QuakerAlt th {
    border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}
table.QuakerAlt td {
    border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}
table.QuakerAlt tr.D0 td {
	background-color: #FFFFFF;
}
table.QuakerAlt tr.D1 td {
	/* background-color: #E6E4B8; */
	/* background-color: #FAF8CC; */
	 background-color: ghostwhite; /* #ffedcc; */
}
table.Quaker {
	border-width: 1px;
	border-spacing: 2px;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	/*background-color: white; */
}
table.Quaker th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/*background-color: white; */
	-moz-border-radius: ;
}
table.Quaker td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/*background-color: white; */
	-moz-border-radius: ;
}
hr 	{
	color:maroon;
}
/*
a:link {color:blue;}
a:visited {color:black;}
a:hover {color:black;}
a:active {color:blue;}
*/