/* Commonly used to style page titles. */
h1 {
	color: #3399CC;
	background:;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d6ebf5;
	width: 435px;
	margin-bottom: 20px;
}

/* Commonly used to style section titles. */
h2 {
 color: #3399CC;
 background:;
 font-size: 12px;
 font-weight: bold;
 line-height: 15px;
}
h3 {
 color: #3399CC;
 background: #ffffff;
 font-size: 11px;
 font-weight: bold;
 line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
  color: #336699;
  background: ;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
 text-decoration: none;
 background:;
}
/* Sets the style for links on mouseover. */
a:hover {
}
/* Sets the style for a link that has focus. */
a:focus {
 text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
 text-decoration: none;
 background:;
}

title {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3366CC;
	background-position: center;
}
