/*FUTURE IMPACT CSS STLYES*/

body,p
{ 
	color: black; 
	font-size: 14px; 
	font-family: Arial Unicode MS, sans-serif;

	scrollbar-3dlight-color: #41C730;
	scrollbar-arrow-color: #3ADB1D;
	scrollbar-base-color: #274E20;
	scrollbar-darkshadow-color: #041401;
	scrollbar-face-color: #2A6A10;
	scrollbar-highlight-color: #41C730;
	scrollbar-track-color: #29A601;
	scrollbar-shadow-color: #041401;

}

#backgroundimage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 391px;
	height: 229px;
	background-image:url('eqc/images/background2.jpg');
	z-index: -1;
}

h1
{
	color: #2C5227;
	font: bold 20px "Arial", Times, serif;
	font-style: italic;
}

h2
{
	color: #063300;
	font: normal 24px "Arial";
}
h3, h4, h5, h6
{
	color: #2C5227;
	font: bold 16px "Arial", Times, serif;
}

/*a:link	{ color: #3C9635; font-weight: bold; text-decoration: none; }
a:visited { color: #12630C; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: #11BD04; text-decoration: underline; }*/

a:link	{ color: #3C9635; font-weight: normal; text-decoration: underline; }
a:visited { color: #12630C; font-weight: normal; text-decoration: underline; }
a:hover, a:active { color: #11BD04; text-decoration: underline overline; }

table.img { border: 1px solid #164613; border-spacing: 0px; margin: 1em 0; }
table.img td { vertical-align: baseline; padding: 2px 2px 0px 2px; background-color: #164613; }
table.img th { vertical-align: baseline; background-color: #164613; padding: 2px 4px; }

table 
{
	color: black; 
	font-size: 14px; 
	font-family: Arial Unicode MS, sans-serif;
}

.modelheading
{
	color: #063300;
	font: normal 24px "Arial";
}

#bullets
{
	text-align: left;
	list-style-image: url('cssimages/bullet.gif');
	font-family: Arial Unicode MS;
	font-size: 14px;
	color: black;
	line-height: 1.2em;
	/*border-right: 1px solid #FC9;
	border-bottom: 1px solid #FC9;*/
	/*padding: 5px 0px 5px 0px;*/
}
#bullets li
{
	margin-top: 0.5em;
}

#quote
{
	text-align: left;
	font-family: Bookman Old Style;
	font: italic;
	color: #174B14;
}

#future
{
	font-family: Arial;
	color: darkgreen;
	font-style: italic;
}

#copyright
{
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
	color: #2C5227;
	padding: 0px; 0px; 2px; 0px;
	text-align: center;
}