/* CSS for www.nutmegcompanies.com		*/
/* Star Buildings page			*/
/* Last Modified: 04 October 2002		*/
/* Bizgrok web Design 2002			*/
/****************************************/

a:link		{
		color:#2358C3;
		background: white;
		text-decoration: none;
		}
a:active		{
		color: green;
		background: white;
		text-decoration: none;
		}
a:hover		{
		color: green;
		background: white;
		text-decoration: none;
		}
a:visited		{
		color: purple;
		background: white;
		text-decoration: none;
		}
address		{
		font: 12pt verdana, arial, sans-serif;
		text-align:center;
		font-weight: 600;
		}
blockquote	{
		text-align: justify;
		}
body		{
		font: 9pt verdana, arial, sans-serif;
		color: black;
		background: white;
		}
cite		{
		color: blue;
		}
h2		{
		font: 16pt verdana, arial, sans-serif;
		font-weight: 600;
		color: red;
		background: white;
		text-align: center;
		}
h3		{
		font: 13pt verdana, arial, sans-serif;
		font-weight: 600;
		color: black;
		background: white;
		text-align: left;
		}
hr		{
		color: #003399;
		background: white;
		display: block;
		border-top: solid;
		}
li		{
		font: 9pt verdana, arial, sans-serif;
		}
p		{
		font: 10pt verdana, arial, sans-serif;
		text-align: justify;
		}
strong		{
		font-weight: 600;
		color:#2358C3;
		background: white;
		}
td		{
		font: 9pt verdana, arial, sans-serif;
		color: black;
		background: white;
		}
ul		{
		text-align: left;
		}
ul.clientlist	{
		text-align: center;
		list-style: none;
		}
.menubar		{
		color: black;
		background: white;
		text-align: center;
                	position: fixed;
                	width: 100%;
                	height: 100px;
                	top: auto;
                	right: 0; bottom: 0; left: 0;
		}
.desc		{
		text-align: center;
		font-size: smaller;
		}
.blurb		{
		font: 10pt verdana, arial, sans-serif;
		text-decoration: underline;
		font-weight: 600;
		color: #003399;
		background: white;
		text-align: center;
		}
.blurb2		{
		font: 11pt verdana, arial, sans-serif;
		text-decoration: none;
		font-weight: 600;
		color: #FF4040;
		background: white;
		text-align: center;
		}

@media speech
{
BODY		{
		voice-family: female;
		}
H1,H2,H3,LI	{
		voice-family: male;
		}
}

