/*-----------------------------------------------------------------------------
JBF Glass Studio Screen Base Style Sheet

version:   06.18.2007
author:    serge isaacson
email:     hello@zanzinato.com
website:   http://www.zanzinato.com/
-----------------------------------------------------------------------------*/

/* Master Styles
-----------------------------------------------------------------------------*/
body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans serif; 
}

#copyright {
	font-size: 9px; 
	color: #666
}

#text {
	line-height: 18px; 
	font-size: 11px; 
	color: #ccc
}

#autonomous {
	font-size: 11px; 
	color: #c3c
}

#residential {
	font-size: 11px; 
	color: #33c
}

#public {
	font-size: 11px; 
	color: #0cc
}

#commercial {
	font-size: 11px; 
	color: #9c3
}

#liturgical {
	font-size: 11px; 
	color: #c33
}

#sub {
	line-height: 18px; 
	font-size: 11px; 
	color: #ccc
}

a:link  	{ color: #666; }
a:visited  	{ color: #666; }
a:hover  	{ color: #fff; text-decoration: underline; }
a:active  	{ color:#fff; text-decoration: underline; }
a 			{ text-decoration:none }

