@charset "utf-8";
/* CSS Document */

/* Commonly used to style page titles. */
h1 {
  color: #3A2F8C;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  font-family:Arial, Helvetica, sans-serif;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight:normal;
  line-height: 16px;
  font-family:Arial, Helvetica, sans-serif;
}
h3 {
  color: #3A2F8C;
  font-size: 12px;
  font-weight:bold;
  line-height: 14px;
  font-family:Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
}
h4 {
  font-size: 11px;
  font-weight:bold;
}
.DefaultText {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
  	line-height: 14px;
}
p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
  	line-height: 14px;
	}
hr {
	border: none 0; 
	border-top: 1px solid #999999;
}
.miscimage {
	margin-left:10px;
}
.imageright {
	margin-right:10px;
	margin-bottom:10px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #009EE0;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #009EE0;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #009EE0;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #009EE0;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #009EE0;
}
ul { 
	list-style-image:url(../images/bullet.gif);
} 