a{
	color: #333377;
	font-weight: normal;
	text-decoration: none
}

a.preset{
	font-weight: bold;
}

a:link,
a:visited{
	color: #1C1C96;
	text-decoration: underline
}

a:hover{
	color: #C90B0B;
	text-decoration: none
}

body{
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: verdana,arial,helvetica,sans-serif
}

h3{
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight		: bold;
	line-height: 20px
}

p{
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px
}

p.tight{
	line-height: 10px
}

p.formula{
	font-family: courier,courier new, fixed;
	font-size: 13px;
	line-height: 20px
}

table{
	background-color: #EFEFEF;
}

table.clear{
	background-color: transparent;
}

td{
	vertical-align:top;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px
}

td.header{
	font-size		: 12pt;
	font-weight		: bold;
}

td.data{
	text-align		: right;
}

td.high{
	color		: #FB1212;
	font-weight		: bold;
}

td.mid{
	color		: #EF8D00;
	font-weight		: bold;
}

td.low{
	color		: #3257F3;
	font-weight		: bold;
}

td.light{
	color			: #808080;
}

input	{
	font-size		: 10pt;
	font-family		: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight		: normal;
	color			: #000000;
	background-color	: #FFFFFF;
	border: 	1px;
	border-style: solid;
	text-align: right;
}

