@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

p { margin-top: 0px; margin-bottom: 0px; }

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.newbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.greyheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	line-height: normal;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.clientloginheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}
.whitebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}

//styles to use in editor

a{ color: #0099FF; text-decoration:none; }
a:link{ color: #0099FF; text-decoration:none; }
a:visited{ color: #0099FF; text-decoration:none; }
a:active{ color: #0099FF; text-decoration:none; }
a:hover{ color: #0099FF; text-decoration:underline; }

/*
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	line-height: 12px;
}
*/
.headings { font-family: Arial, Helvetica, sans-serif; color:#FF6600; font-size:18px; line-height:22px; padding: 10px 0px 10px 0px; }
.headings a:link {color:#FF6600; text-decoration:underline;}

.intro { font-family: Arial, Helvetica, sans-serif; color:#0099FF; font-size:14px; line-height:16px; font-weight: bold; }
.intro a:link {color:#0099FF; text-decoration:underline; font-weight: bold;}

.newsheadings { display:block; font-family: Arial, Helvetica, sans-serif; color:#00CC33; font-size:14px; line-height:22px; font-weight: bold; margin:0px; padding-bottom:5px; }
.newsheadings a:link {color:#00CC33; text-decoration:underline; font-weight: bold;}

/*** used for clearing a div with no gap ***/
.clear{
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/*** used for clearing a div with a gap ***/
.clearheight{
	float:none;
	clear:both;
	height:10px;
}