	body		{ background-color: s#ffffff;
			  font-weight: normal;
			  color: #000000;
			  background-repeat: no-repeat;
			  background-image: url(./images/); }

	a 		{ text-decoration: underline;
			  font-weight: normal;
			  color: blue; } 

	a:hover		{ color: gold; }

	p		{ text-indent: 0em; }


	.title		{ font-size: 20pt;
			  color: Red;
			  font-weight: bold;
			  text-decoration: underline; }


/* General Page CSS */

	.hred		{ background-color: red; 
			  width: 600px;
			  align: center; }
	
	.note		{ font-size: 7pt; 
			  color: gray; 
			  position: relative;
			  top: 0ex; }

	.a2		{ text-decoration: underline;
			  color: #d1defe; } 

	.a2:hover	{ color: blue; }

	.subs		{ text-decoration: underline;
			  font-weight: bold; 
			  color: brown;
			  font-size: 18px; }

	.subs2		{ text-decoration: underline;
			  font-weight: bold; 
			  color: purple;
			  font-size: 16px; }


	.pageback	{ background-image: url(./images/sunback1.gif); 
			  background-repeat: repeat; }
					  
	
/* Header CSS */
	
	.titlebar	{ background-color: #d43d1a;
			  height: 110px; 
			  width: 800px; }
		
	.greybar	{ background-color: Gray;
			  height: 4px; }

	.whitebar	{ background-color: #ffffff;
			  height: 3px; }


/* Menu Bar CSS */	


	.menubar	{ background-color: #3300A1;
			  height: 25px;
			  text-align: right;
			  font-weight: bold; }
	
	.menu		{ text-decoration: none;
			  font-weight: bold;
			  color: gold; 
			  font-size: 12pt; } 

	.menu:hover	{ color: blue; }

	
/* 2007 Specific CSS */

	.menubar07	{ background-color: gold;
			  height: 22px;
			  text-align: center; }
	
	.menu07		{ text-decoration: none;
			  font-weight: bold;
			  color: #3300A1; 
			  font-size: 12pt; } 

	.menu07:hover	{ color: #691F01; }

	