/* classes */

.mainlinks
{
	/*font-family:Garamond;*/
	font-size:large;
}

.pageheading
{
	/*font-family:Tempus Sans ITC;*/ 
	font-size:x-large;
	font-style:normal;
	font-weight:bolder;
	/*color:Goldenrod; */
	color:Blue;
}

.subheading
{
	/*font-family:Garamond; */
	font-size:large;
	font-style:normal;
	font-weight:normal;
	color:White;
}

.pagefooting
{
	/*font-family:Garamond; */
	font-size:smaller
	font-style:normal;
	font-weight:normal;
	color:White;
}

.pictureframe
{
	border-color:Gray;
	border-style:inset;
	border-width:6;
}

.pictureframethick
{
	border-color:Gray;
	border-style:inset;
	border-width:6;
}

.listbox
{
	/*font-family:Tempus Sans ITC;*/
	font-family:Palatino Linotype, Times New Roman, Serif; 
	font-size:smaller;
	font-weight:bold;
	/*font-variant:small-caps;*/ 
	background-color:#D0D0D0;
}

.floatingimage
{
    float:left;
    vertical-align:middle;
}



body
{
	/*font-family:Tempus Sans ITC;*/ 
	font-family:Palatino Linotype, Times New Roman, Serif; 
	font-size:smaller;
	background-color:#A0A0A0;
	/* Gray is 808080 and Silver is C0C0C0 */
}

A:link	{	
	text-decoration:	none;
	color:#003B12;		/* dark green */
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Yellow;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Fuchsia;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	Red;
	font-weight:bold;
	}

