h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	color: #006600;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #006600;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

p, body, html, .std_font, .static_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 14pt;
}

td{
	font-size: 11pt;
}

.small_static_text
{
  font-size: 8pt;
  line-height: 10pt;
}

.title
{
	font-weight:bold;
	font-size: 12pt;
}

.frame 
{
	border: solid 2px #000000;
	padding: 10px;
}

.frame_over
{
	border: solid 2px #000000;
	padding: 10px;
	background-color: #EEEEEE;
	cursor: pointer;
}

.borderlft {
	background-color: #FFFFFF;
	background-image: url(../images/backleft.gif);
	background-repeat: repeat-y;
	border: 0px none #FFFFFF;


}
.borderrgt {
	background-color: #FFFFFF;
	background-image: url(../images/backrgt.gif);
	background-repeat: repeat-y;
	background-position: right;

}

img 
{
  border : 0px;
}

a, a:link, a:visited, a:active
{
	color: #000000;
}

a.special, a.special:link, a.special:visited, a.special:active
{
	color: #006600;
	font-weight: bold;
}

.hidden
{
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

