/* This    Is Style of Sheets at NesterenkoSoftware.com/PeteSelf  */
/*    Important   -    labels etc. are Case-Sensitive  */

body {
    font-size:100%;
	margin: 0;

	
	}
	 
#container {
    width: 960px;
    margin: 0 auto;
}
	 
	 
a:link {color:#0000FF;}      /* unvisited link  Blue */
a:visited {color:#800000;}  /* visited link         a:visited {color:#FF0000;}  Maroon   */
a:hover {color:#DC143C;}  /* mouse over link   a:hover {color:#FF00FF;}   #000000 Black    Crimson*/
a:active {color:#0000FF;}  /* selected link */ 	 
.PageTitle {
    font-size:1.6em;
	color:maroon;
}
.BackGreen {
    background-color:#66FF66;
}
.BackOrange {
    background-color:#CCCC33;
}
.BackRed {
    background-color:#FF0000;
}


/* Table with Border: */


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;
}

table.QuakerAlt td {
    border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
table.QuakerAlt tr.D0 td {
	background-color: #FFFFFF;
}

table.QuakerAlt tr.D1 td {
	background-color: #FAF8CC;

}

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;
}
table.Quaker td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;

}
hr 	{
	color:maroon;
}
/*
a:link {color:blue;}
a:visited {color:black;}
a:hover {color:black;}
a:active {color:blue;}
*/