<style type="text/css">
<!----------------------
h4			{color: black;}

body		{color: black;
			font-size: 1em;
			font-family: serif;
			width: 600px;
			}

h2			{color: red;
			font-size: 1.2em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;
			}
			
h3			{color: red;
			font-size: .9em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;
			}
			
th			{color: black;
			font-size: .9em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;
			background-color: #ADD8E6;
			text-align: left;
			}
			
td			{color: black;
			font-size: 1em;
			font-family: serif;
			vertical-align: top;
			}
			
td.first	{background-color: #FFFFFF;
			}
			
td.second	{background-color: #E0FFFF;
			}
			
.runin		{color: red;
			font-size: .75em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;
			}
			
.explainhead		{color: red;
			font-size: .9em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;
			}

.red		{color: red;}

.small		{font-size: .8em;
			margin-left: 50px;
			margin-bottom: 5px;
			}
			
.current {font-family: arial, helvetica, sanserif;
			font-size: .8em;
            font-weight: 200;
			} 
			
.formexp	{font-family: arial, helvetica, sanserif;
			font-size: .9em;}
			
.infohead	{color: red;
			font-size: 1em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;}
			
.infosubhead	{color: black;
			font-size: .9em;
			font-family: arial, helvetica, sanserif;
			font-weight: 800;}
			
a.info 	{font-family: arial, helvetica, sanserif;
			font-size: .75em;
            font-weight: 200;}
			
td.backbar	{background-color: #add8e6;
			font-family: arial, helvetica, sanserif;
			font-size: .8em;
            font-weight: 600;
			text-align: center;}	
			
			
A:link 		{ color: #0099cc;} 
		
A:active 	{ color: red;} 

A:visited 	{ color: #666699;} 					
				
A.guide:link {font-family: arial, helvetica, sanserif;
			font-size: .8em;
            font-weight: 200;
			} 

A.guide:active {font-family: arial, helvetica, sanserif;
			font-size: .8em;
            font-weight: 200;
			} 

A.guide:visited {font-family: arial, helvetica, sanserif;
			font-size: .8em;
            font-weight: 200;
			} 
			
.footer	{font-size: .75em;}

a.footer:link  {color: #006666;}		
			
			
------------------------->
</style>