a { 
	color: #0033cc;
	text-decoration: underline;
}
a:active { 
	color: #ff3300;
	text-decoration: none;
}
a:hover { 
	color: #ff3300;
	text-decoration: none;
}
a:visited { 
	color: #003399;
}
a:visited:hover { 
	color: #ff3300;
	text-decoration: none;
}

.aLink {
	font-size: 7pt;
}

.headerLink {
	color: black;
	text-decoration: none;
}

.headerLink:active { 
	color: black;
	text-decoration: none;
}
.headerLink:hover { 
	color: black;
	text-decoration: none;
}

.headerLink:visited { 
	color: black;
	text-decoration: none;
}

.headerLink:visited:hover { 
	color: black;
	text-decoration: none;
}

.accountLink {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.accountLink:visited {
	color: #FFFFFF;
}

.accountLink:hover {
	color: #FFFFFF;
}

.newsLink {
	color: #000000;
	font-family: helvetica;
	font-size: 10pt;
	text-decoration: underline;
}

.newsLink:visited {
	color: #000000;
}

.newsLink:hover {
	color: #000000;
}

.distributorLink {
	color: #000066;
	font-family: helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.distributorLink:visited {
	color: #000066;
}

.distributorLink:hover {
	color: #000066;
}

.tableHeader {
	background-color: #8FBC8B;
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.postTypeCell_Comment {
	background: #996644;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.postTypeCell_Question {
	background: #CC0000;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.postTypeCell_Answer {
	background: #3333FF;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
}

body { 
	background: #FFFFFF;
	background-image:url('images/background1.gif');
	background-repeat: repeat;
	font-family: arial, tahoma;
	font-size: 10pt;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
p, td, textarea { 
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
}

.alert {
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	color:	red;
}

h1 { 
	font-family: verdana, arial;
	font-size: 16pt;
}
h2 { 
	font-size: 16pt;
}

h3{
	font-family: verdana, arial;
	font-size: 12pt;
}

.footCell{
	font-family: verdana;
	font-size: 7pt;
}

.headerCell{
	font-family: verdana;
	font-size: 14pt;
}

.subHeaderCell{
	font-family:verdana;
	font-size: 10pt;
	font-weight: bold;
}

.Technical { 
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid;
	font-family: tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	padding-left: 4px;
	padding-top: 4px;
}
.TechnicalA { 
	background-color: #EAEFF4;
	font-family: tahoma, arial;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
}
.TechnicalB { 
	background-color: #FFFFFF;
	font-family: tahoma, arial;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
}

.TablePanel {
	background-image:url('images/web_bg.png');
	background-repeat: no-repeat;
}

.CplTablePanel {
	background-image:url('images/cpl_bg.gif');
	background-repeat: no-repeat;
}

.SkylineTablePanel {
	background-image:url('images/skyline_bg.gif');
	background-repeat: no-repeat;
}

.Skyline2TablePanel {
	background-image:url('images/skyline_bg2.gif');
	background-repeat: no-repeat;
}