/* Cascading Style Sheet - www.conceptseating.com */
/* $Id$ */

/* ******************************************************************************* */
/* body style */

body {
	margin: 0;
	padding: 0;
	color: #cc9;
}



/* ******************************************************************************* */
/* paragraph styles */

p {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: normal;
}


p.bigger {
	font-size: 12pt;
	color: #600;
}


p.big {
	font-size: 10pt; 
}

p.a {
	font-size: 10pt; 
	color: #cccc99;
}

p.black {
	font-size: 10pt;
	color: #000;
}

/* ******************************************************************************* */
/* images */

img {
	border: 0;
}

/* ******************************************************************************* */
/* links */

a:link {
	font-size: 8pt;
	color: #669;
}

a:visited {
	font-size: 8pt;
	color: #990;
}

a:active {
	font-size: 8pt;
	color: #633;
}

a:hover {
	font-size: 8pt;
	color: #633;
}

