A:link, A:visited, A:active, A:hover { 
  text-decoration: underline;
}
A:link  { 
  color: #003399;
}
A:visited { 
  color: #333333;
}
A:active {
  color: #003399;
}
A:HOVER { 
  background-color: #DDEEFF;
}
BODY {
  font-size:   12pt;
  color: #000000;
  background: #FFFFFF;
}
PRE {
  font-size:   10;
  font-family: courier;
}
CODE,PRE {
	font-size:   10;
	font-family: system, letter gothic, courier;
	background:  #EEEEEE;
	padding-right:3px;
	padding-left:3px;
	color: #000000;
}
h3,h2,h1 {
	font-weight: bold;
	color:       #FFFFFF;
	background:  #003399;
	font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
	padding-left:5px;
}
a.permalink {
	text-decoration: none;
	font-family: verdana, arial, helvetica, system, letter gothic, courier, system;
}
.qa {
	font-family: verdana, arial, helvetica, system, letter gothic, courier, system;
	font-weight: bold;
	color:       #000000;
	background:  #CCDDFF;
	padding-left:5px;
	padding-right:5px;
	}
.q {
	font-weight: bold;
	background:  #EEF4FF;
	padding-right:5px;
	}
blockquote {
	font-size:9pt;
	margin:0px 0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	background:  #EEEEEE;
}
UL {
	list-style-position: outside;
}

