/* CSS Document */

body	{	background-color:white;
			font-family:"Times New Roman", Times, serif;}


h1		{	font-size:48px;
			font-weight:100;
			font-style:italic;
			text-align:center;
			font-family:"Times New Roman", Times, serif;
		}
		
h2		{	text-align:center;}

h4		{ 	text-align:center;
			font-weight:bold;
		}

.maintable	{	border:medium gray groove;
				background-color:white;
			}
		
.grnbkg	{	background-color:#AAB379;}
.grnbold	{	background-color:#AAB379;
				font-size:1.4em;
				font-weight:bold;
				text-align:center;
				border:thin groove gray;
			}

.bred	{	font-weight:bold;
			color:red;
		}
.expborder	{	border:thin groove gray;}
		
.purpletext	{	font-size:1.3em;
				text-align:center;
				font-weight:bolder;
				color:purple;
			}
.plainbold	{	color:black;
				font-weight:bold;
				font-style:italic;
			}

.anchorlink	{	font-size: 18px; 
				font-weight: bold; 
				color: #0000FF; 
			}
.center		{	text-align:center;}
.right		{	text-align:right;}

.smprnt		{	font-size:.8em;
				font-family:Arial, Helvetica, sans-serif;
			}
.graycell	{	background-color:#a2a2a2; 
				border:medium groove gray;
			}
.copy		{	font-weight:bold;
				font-family:"Times New Roman", Times, serif;
				text-align:center;
			}


#nav	{	background-color:#A2A2A2;
			border:1px solid white;
			font-size:.9em;			
			font-family:Arial, Helvetica, sans-serif;
		}
		
#nav td		{	border:1px solid white;}

#nav a		{	display:block;
				width:185px;
				text-decoration:none;
				color:black;
				text-align:center;
			}
#nav a:hover	{	background-color:#FFFFCC;}

#smblock1	{	text-align:center;
				display:block;
				width:170px;
				padding:10px;
				border: 1px solid black;
				/*background-color:#CCCC99;*/
				font-size:1.5em;
				font-weight:bold;
			}