/* CSS Document */
/*O'Toole's Garden Center*/
/*Created June 11, 2008 by Carol Davenport*/

a:link, a:visited {
	color: #006400; 
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	}
      
a:hover, a:active {
	color: #228b22; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	}
	
td {
	color: black; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12pt;
	}
	
h3 {
	color: #006400; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14pt; font-weight:bold;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgSite.jpg);
	background-repeat: repeat-y;

	
}
.tableBorder {
	border: 3px solid #666666;
}

.tableBkgd {
	background-image: url(images/bkgRev.gif);
	background-repeat: repeat-y;
}
.tableBkgdReverse {
	background-image: url(images/bkgRevOpp.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.specialNight {
	font-size: 24px;
	font-style: italic;
	color: #0066FF;
	text-align: center;
	font-weight: bold;
}
.paraIndent {
	margin-left: 30px;
}
.redText {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.serifItalian {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	line-height: 14pt;
	font-weight: 200;
}
.greenText {
	color: #006633;
	font-weight: bold;
	font-size: 24px;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.vegHerbTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #336633;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #336633;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.orangeText {
	color: #FE6600;
	font-weight: bold;
	font-size: 24px;
}
.BlackBoldText {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}
.textIndent {
	padding-left: 25px;
}
