body
{
	font-family: verdana, arial;
}

th, td
{
	font-family: verdana, arial;
	font-size: 11px;
}

h1
{
	font-family: verdana, arial;
	font-size: 15px;
	font-weight:bold;
}

h2
{
	font-family: verdana, arial;
	font-size: 13px;
	font-weight:bold;
}

h3
{
	font-family: verdana, arial;
	font-size: 12px;
	font-weight:bold;
}

h4
{
	font-family: verdana, arial;
	font-size: 11px;
	font-weight:bold;
}

.chanlight
{
	background-color:#fff2ff;
}

p, .normal
{
	font-family: verdana, arial;
	font-size: 11px;
	margin: 0em 0em 1em 0em;
}

.thnormal
{
	background-color: #BDC8DD;
	font-size: 11px;
	font-weight: bold;
}

.thlight
{
	background-color: #D6DBEF;
	font-size: 11px;
	font-weight: bold;
}

.thtiny
{
	background-color: #BDC8DD;
	font-size: 10px;
	font-weight: bold;
}

.tdnormal
{
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.tdlight
{
	background-color: #EFF3FF;
	font-size: 11px;
	font-weight: normal;
}

.tdtiny
{
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

blockquote
{
	font-size: 11px;
	margin: 0em 0em 1em 100px;
}

ul
{
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 1em 0em 2em 4em;
}

li
{
	margin-top: 1em;
}

.field, input, textarea, select
{
	font-family: arial,helv,helvetica,sans-serif;
	font-size: 11px;
}

input:text
{
	text-align: right;
}

.tiny
{
	font-size: 10px;
}

.small
{
	font-size: 10px;
}

.calcBody {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.calcSubtitle {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.calctitle {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.calcInput {
	font-family: arial,helv,helvetica,sans-serif;
	font-size: 11px;
	text-align: right;
	
}

.calcHeader {
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.calcTable {
	background-color: #006699;
}

.calcCell {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

