a		{	color: #cc3333; text-decoration: none;	}
a:hover	{	color: #cc3333; text-decoration: underline;	}

.clear  { clear:both; }

.displaynone {
	display:none;
}

/*--------------------------------------------------------------------
	Image Styles - allows for borders and captions
---------------------------------------------------------------------- */

.imgLeft			{	float:left; margin: 4px 10px 2px 2px; text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;    }
.imgLeftBorder		{	float:left; margin: 4px 10px 2px 2px; border: 1px solid #eee; text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;    }

.imgRight			{	float:right; margin: 4px 2px 2px 10px; text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;   }
.imgRightBorder		{	border: 2px solid #eee; float: right; margin: 4px 2px 2px 10px; text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;      }

.imgCenter			{	margin: 6px auto;  text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;   }
.imgCenterBorder	{	margin: 6px auto; border: 1px solid #990000; text-align: center; font-size: 80%; 
						font-family: Palatino, Serif; font-weight: normal; color: #333; line-height: normal;     }



div.imgRight		{	width: 300px;	}

.dropCap			{	float: left; color: #cec3a4; font-size: 300%; font-family: Times, Serif; margin: 0; padding: 0.2em 0.1em 0.1em 0; 	}

