/******** css file for associatedcoffee.com ********/

/*globals */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
	line-height: 17px;
	background-image: url("bg_coffee2.gif");
	background-color: #FFECCC;
	margin:0px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #6633FF;
}
a:hover {
	color: #FF0000;
}



/* headers */
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 27px;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.boldheadl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
}
.bigItalic {
	font-size: 16px;
	font-style:italic;
}

/*footer */
.smprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

/******** misc *********/

/* service quote */
.red {color: #FF0000}
.formTable {
	border: thin solid #FF0000;
	padding: 1em;
}
.centerText { /* used on beverage_service.htm */
	margin-left: 10px;
	margin-right: 10px;

}
.redHomepageText {
	color: #CC3402;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.blueHomepageText {
	color: #0033CC;
	font-size:18px;
	font-weight:bold;
}
.brownHomepageText {
	color: #673402;
	font-size:18px;
	font-weight:bold;
}
.purpleHomepageText {
	color: #990066;
	font-size:18px;
	font-weight:bold;
}.tableBlackBorder {
	border: 1px dotted #000000;
}
/* makes the reflections on the water page overlap */
.reflections {
	position:relative;
	left:50px;
	margin-left:-30px;
	_margin-left:0px;
	z-index:10;
}
.waterbg {
	background:url(site_graphics/waterglass_bg.gif) no-repeat top right;
}

.origin { background-color:#FFFFFF; border:1px solid #000; }