body {
	background-color : #fffbe1;
	font-family:Trebuchet MS, Garamond, sans-serif;
	font-size:10.5pt;
	mso-fareast-font-family:Garamond;
}

A:link {text-decoration: none; color: #765AF2;}
A:visited {text-decoration: none; color: #765AF2;}
A:active {text-decoration: none; color: #765AF2;}
A:hover {text-decoration: none; color: #1B0091;}

.BoldHover:hover {
	font-weight: bold;
}

/* Beginning of page specific classes */


/* Prayer page */
p.PrayerRequestTitle {
	font-size: 13pt;
	margin-bottom: 0in;
}

p.PrayerRequestBody {
	margin-top: 0in;
	margin-bottom: 0in;
}

p.PrayerPleasePray {
	margin-left: .3in;
	margin-top: 6pt;
	margin-bottom: 0in;
}

p.PrayerPleasePrayOld {
	/* inherits from PrayerPleasePray */
	margin-left: .3in;
	margin-top: 6pt;
	margin-bottom: 0in;
/*	color: #BBBBBB;	*/
}

p.PrayerPleasePrayUpdate {
	/* inherits from PrayerPleasePray */
	margin-left: .3in;
	margin-top: 6pt;
	margin-bottom: 0in;
}
/* end Prayer page */

/* Gear page */
td.ItemName {
	font.size: 11pt;
}

td.Description {
	font.size: 9pt;
}

td.ProsCons {
	font.size: 9pt;
}

td.Buying {
	font.size: 9pt;
}

td.Link {
	font.size: 10pt;
}


/* end Gear page */

			/* video rollover buttons */
			.clipbutton	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: Trebuchet MS, Garamond, arial, helvetica, sans-serif;
						background: url(overbtn.jpg) no-repeat;
						width: 150px;
						height: 150px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.clipbutton a {
						display: block;
						font-color: #aebb14;
						font-size: 14px;
						width: 150px;
						height: 150px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.clipbutton a:hover {
						color: #ffffff;
			}
			

			.clipbutton img {width: 150px; height: 150px; border: 0; visibility:hidden;}
			* html a:hover {visibility:visible}
			.clipbutton a:hover img{visibility:visible}

			.clipbutton span {
					    position: absolute;
					    left: 17px;top: 40px;
					    text-align: center;
					    width: 90px;
					    cursor: pointer;   
					     
			}
			/* end of rollover */
