/*This style sheet is for the entire Samaria website. Additional stylesheets might govern 
additional items.*/
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Helvetica, "Verdana Ref", "Palatino Linotype", Georgia, serif;
	background-image:url(bg.gif);
	background-repeat:repeat-x;	
     }

h1 {
	font-size : x-large;
}

h2{
	font-size : large;
} 

h3{
	font-size : medium;
}

h4{
	font-size : small;
}


/* Start Custom Class Selectors */
.annplain {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Helvetica, "Verdana Ref", "Palatino Linotype", Georgia, serif;
	border-color:Navy;
	text-align:center;

          }
		  
.annbkgd {
	background-color:#C0C0C0;
	color:#000000;
	font-family: Helvetica, "Verdana Ref", "Palatino Linotype", Georgia, serif;
	border-color: Navy;
	text-align:center;
}

.pagehead {
	background-color: #000080;
	color:#FFFFFF;
	font-family: "Verdana Ref", "Palatino Linotype", Georgia, Helvetica, serif;
	border-color: #000080;
	text-align:center;
	font-size : small;
	font-weight : bold;
	font-variant : small-caps;
	border: thin solid White;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
}
