.contentHeader {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px 0;
}

.contentHeaderSub {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0px 0px 0;
}

.contentHeaderSubAlt {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
	a.contentHeaderSub{
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		text-decoration: underline;		
	}
	a.contentHeaderSub:hover {
		color: #999999;
		text-decoration: none;
	}

.contentText {
	font-size: 12px;
	text-align: left;
	margin: 0 20px 0 0;
}
.contentTextAlt {
	font-size: 12px;
	text-align: left;
	margin: 0 2px 0 2px;
}

.contentTextBold {
	font-size: 12px;
	font-weight: bold;
}
.contentTextSmall {
	font-size: 10px;
	font-weight: normal;
}
.contentTextBigger {
	font-size: 14px;
	font-weight: normal;
}

a.contentLink {
	color: #333333;
	text-decoration: underline;
}
a.contentLink:hover {
	color: #999999;
	text-decoration: none;
}
a.contentLinkRed {
	color: #ff0000;
	text-decoration: underline;
}
a.contentLinkRed:hover {
	color: #336699;
	text-decoration: none;
}
a.contentLinkBlue {
	color: #336699;
	text-decoration: underline;
}
a.contentLinkBlue:hover {
	color: #333333;
	text-decoration: none;
}

a.contentLinkSupport {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a.contentLinkBlue:hover {
	color: #333333;
	text-decoration: underline;
}

a.dowloadLink {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;		
}
a.dowloadLink:hover {
	color: #999999;
	text-decoration: none;
}

ul.contentList{
	font-size: 12px;
	margin: 8px 0px 8px 12px;
	padding: 0;
	list-style-type: none;
}
	li.contentList{
		padding-left: 16px;
		margin: 0px 0px 5px 0px;
		background: url('/images/list_arrow_blue.gif');
		background-repeat: no-repeat;
		background-position: 0px 0px 0px 0;
	}

ul.contentOfficers{
	font-size: 12px;
	margin: 10px 5px 5px 25px;
	padding: 0;
	list-style-type: circle;
}
	li.contentOfficers{
		padding-left: 15px;
	/*	background: url('/images/list_arrow_blue.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;	*/
		margin-bottom: 10px;
	}

ul.siteMap{
/*	font-size: 12px;	*/
	margin: 1px 0 0px 8px;
	padding: 1px 0 0 0;
	list-style-type: none;
}
	li.siteMap{
		padding: 0 0 2px 14px;
		margin: 0 0 0px 0;
		background: url('/images/list_arrow_blue.gif');
		background-repeat: no-repeat;
		background-position: 0px 0px 0px 0;
	}
	a.siteMap{
		color: #336699;
	}
	a.siteMap:link, a.siteMap:active {
		text-decoration: none;
	}
	a.siteMap:hover {
		text-decoration: underline;
	}
	a.siteMap:visited {
		text-decoration: none;
		color: #333333;		
	}

.contentTextPopup {
	font-family: Arial, Helvetica, Sans-serif;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #2A531F;
	text-align: left;
}

.contentTextPopupStore {
	font-family: Arial, Helvetica, Sans-serif;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #2A531F;
	text-align: left;
}

.signupFormInfo{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
}
	a.signupFormInfo{
		text-decoration: underline;		
	}
	a.signupFormInfo:hover {
		text-decoration: none;
	}

img.bios {
	border: 1px solid #DFDFDF;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a img {
	border: 0;
	margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* product comparison table */
.prodCompare table {
	border-collapse:collapse;
}
.prodCompare td,th {
	border-collapse:collapse;
	padding: 4px;
	font-size: 12px;
}
#pf {
	font-size: 12px;
/*	width: 138px;	*/
}
#std {
	width: 100px;
	text-align: center;
	font-size: 12px;
}
#prm {
	width: 90px;
	text-align: center;
	font-size: 12px;
}
#tdcenter {
	text-align: center;
}
.prodCompare thead th {
	background: #E3E3E5;
	text-align: left;
}
.prodCompare tbody th {
	text-align: left;
	background: #69c;
}
.prodCompare tbody td {
	background: #F1F1F1; 
}
.prodCompare tbody tr.odd td {
	background: #ffffff;
}
	a.prodCompareLink {
		color: #316595;
		text-decoration: none;
	}
	a.prodCompareLink:hover {
		text-decoration: underline;
	}

.red {
	color: #ff0000;
}

/* news styles */

.contentNewsDate {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}

.contentNewsSource {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;	
}

.contentNewsTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;		
}

.contentNewsSubhead {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;	
}

.contentNewsAuthor {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: -12px 0 12px 0;
}

a.contentNewsTitleLink {
	font-size: 12px;
	font-weight: bold;
	color: #668223;
}
a.contentNewsTitleLink:hover {
	text-decoration: underline;
}

img.contentNewsImage {
	margin: 0 20px 12px 15px;
}