/* $Id: global-styles.css,v 1.4 2001/08/20 02:55:20 jcarnahan Exp $ */

	A {
		color: #336666;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		/*	font-size: 10pt; */
	}

	A:hover {
		color: #ff9933;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		/*	font-size: 10pt; */
	}

	A:active {
		color: #ffcc66;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		/*	font-size: 10pt; */
	}

	.title {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #227D65;
	}

	.subTitle {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #60A794;
		line-height: 20px
	}

	.priText {
		color : #000000;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 10pt;
	}

	.secText {
		color : #000000;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 8pt;
	}
	
	.dateText {
		color : #227D65;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 8pt;
		font-weight : normal;
	}
	
	.greenText {
		color : #227D65;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 10pt;
		font-weight : bold;
	}

	.greenSecText {
		color : #227D65;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 8pt;
		font-weight : bold;
	}

	.chartheading {
		color : #FFFFFF;
		font-family : Arial, Helvetica, Sans-Serif;
		font-size : 9pt;
		font-weight : bold;
		background-color: #227D65;
	}

	.chartLineA {
		color : #114032;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 9pt;
		background-color: #BAE5D1;
	}
	
	.chartLineB {
		color : #114032;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 9pt;
		background-color: #FFFFFF;
	}

	.highlight {
		color: #FF0000;
	}
	
	.menuText {
		color : #000000;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : xx-small;
	}

	.headLine {
		color: #227d65;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		font-size: 14pt;
	}

	.subHead {
		color: #999999;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 10pt;
		font-weight: bold;
	}

	h2 {
		color: #227d65;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: bold; font-size: 12pt;
	}

	td {
		color : #000000;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 10pt;
	}


	.normal {
		color : #000000;
		font-family : Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 10pt;
		font-style: normal;
		font-weight: normal;
		line-height: normal
	}

	select { background-color: #FFFFFF }
	input { background-color: #FFFFFF }
	textarea { background-color: #FFFFFF }
.formText { color : #666666; font-family : Verdana, Arial, Helvetica, Sans-Serif; font-size : 8pt; }
.error { color: #FF0000; }

/* PRESS RELEASE STYLES [ADDED 05/20/04 by Digital Perfection - adam@digitalperfection.net] */

.pressReleaseCopy {
	color : #000000;
	font-family : Courier, Courier New, Times New Roman;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;
}

a.pressReleaseCopy:link {
	color : #336666;
	font-family : Courier, Courier New, Times New Roman;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;
}

a.pressReleaseCopy:visited {
	color : #336666;
	font-family : Courier, Courier New, Times New Roman;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;
}

a.pressReleaseCopy:hover {
	color : #ff9933;
	font-family : Courier, Courier New, Times New Roman;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;
}

a.pressReleaseCopy:hover {
	color : #ffcc66;
	font-family : Courier, Courier New, Times New Roman;
	font-size : 10pt;
	font-style: normal;
	font-weight: normal;
}

/* MAIN MENU STYLES [ADDED 06/02/04 by Digital Perfection - adam@digitalperfection.net] */

.menuOff  {
	text-align: center;
	background-color: #BAE5D1;
	cursor:hand;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

.menuOn  {
	background-color: #FFFFDD;
	cursor:hand;
	text-align: center;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

.menuItem  {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B6E55;
	text-decoration: none;
	background-color: #BAE5D1;
}

a.menuItem:link  {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B6E55;
	text-decoration: none;
	background-color: #BAE5D1;
}

a.menuItem:visited  {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B6E55;
	text-decoration: none;
	background-color: #BAE5D1;
}

a.menuItem:active  {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B6E55;
	text-decoration: none;
	background-color: #BAE5D1;
}

a.menuItem:hover  {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0B6E55;
	text-decoration: none;
	background-color: #FFFFDD;
}

.whtSpacer	{
	background-color: #ffffff;
}

/* RESELLER DETAILS POPUP */

.resellerPop  {
	background-image : url(/images_site/fg_mark_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* FEATURED ARTICLES */

.articleTitle:link  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #227D65;
	text-decoration: none;
}

.articleTitle:visited  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #227D65;
	text-decoration: none;
}

.articleTitle:active  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #227D65;
	text-decoration: none;
}

.articleTitle:hover  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #227D65;
	text-decoration: underline;
}

.articleAuthor  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}