@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
/* Commonly used to style page titles. */
h1 {
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #336666;
  font-weight: bolder;
  line-height: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #006699;
  text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.descriptxt {
	font-size: 11px;
	padding-left: 20px;
	display: block;
}
