/*
 * stacey.css - CSS style file for stacey.resnikoff.com
 *
 * Richard A. Wells (raw@raw.com)
 *
 * Modification history:
 *   2002.09.04.11:41  RAW  mod hist added
 */

.copybox {
	font-family: andale mono, courier new, arial, sans;
	background-color: #FFFFFF;
	text-align: center;
}

a, a.copy, a.brands {
	color: #98A705;
	text-decoration: underline;
}

a.n { /* for links in notes---text-align: center throws N4 */
	background-color: #98A705;
	color: #FFFFFF;
	font-family: andale mono, courier new, arial, sans;
	font-size: 12px;
	text-decoration: underline;
}

.copyLayer {
	position: absolute; 
	left: 340px; 
	top: 70px;
	visibility: hidden;
}

.categories {
	font-size: 2px;
	color: white;
}

.menu {
	position: absolute;
	top: 70px;
	left: 130px;
	width: 200px;
	text-align: right;
	visibility: hidden;
	font-size: 2px;
}

.notestitle {
	font-family: andale mono, courier new, arial, sans;
	font-size: 14px;
	color: #FFFFFF;
}

.notes {
	background-color: #98A705;
	color: #222222;
	font-family: andale mono, courier new, arial, sans;
	font-size: 12px;
	text-align: center;
}

.devnote {
	background-color: yellow;
	color: black;
	font-family: courier new, courier, typewriter, tt, mono;
	font-size: 14px;
}

.copytitle {
	font-family: andale mono, courier new, arial, sans;
	color: #98A705;
	font-size: 14px;
	text-align: center;
}

.copy {
	font-family: times new roman, times, serif;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 12px;
}

.brands {
	font-family: times new roman, times, serif;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 15px;
}

.debug {
	color: red;
	background-color: white;
}

.big {
	font-size: 20px;
}

.medium {
	font-size: 16px;
}

.loading {
	font-family: andale mono, courier new, arial, sans;
	font-size: 12px;
	color: #CCFF99;
	text-align: center;
}

.loadingsplit {
	font-family: andale mono, courier new, arial, sans;
	font-size: 12px;
	color: #CCCC00;
	text-align: center;
}

.small {
	font-size: 10px;
}