/* format.css */

#page	{
	width:					800px;
	background-image:		url(images/phorng1.gif);
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
}

#header	{
	text-align:				center;
}


#text	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
	text-indent:			5%;
}

#text2	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}

#text3	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}

#text4	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}

#text5	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text6	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text7	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text8	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text9	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text10	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}
#text11	{
	font-family:			Arial, sans-serif;
	font-weight:			600;	
	margin:					0px 30px 0px 20px;
	text-align:				justify;
}

h2 { 
	text-align:				center;
}

#footer	{
	text-align:				center;
}

/*
.top	{
	text-align:				center;
}
*/
/* Top of Page */
  			/* for unvisited links */
a.top:link 		{
	text-align:				center;
	color: 					blue;		
	text-decoration: 		none; 			
	background-color:		white; 
	font-size:				75%;
}
 			/* for visited links */
a.top:visited 	{
	text-align:				center;
	color: 					black;		
	text-decoration: 		underline;	
	background-color:		white; 
	font-size:				75%;
}
 	/* when mouse is over link */
a.top:hover 		{
	color: 					red;		
	text-decoration: 		underline; 		
	background-color:		white;	
}
 	/* when link is clicked */
a.top:active 	{
	color: 					red;		
	text-decoration: 		underline; 	
	background-color:		white; 	
	font-size:				75%;
}

.rowcolor	{
	background-color:		#d7d7d7;
}


.grains		{
	width:					25px;
	text-align:				center;
}

.centerme	{
	width:					375px;
	text-align:				center;
}

th	{
width:					800px;
	text-align:				center;
}

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}

div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: transparent;
/*  border: thin outset #900;
  color: black;
*/
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: none /*2px groove #900*/ }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: gray }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }
body>div.banner {position: fixed}

