a {
	color: #00439D;
	text-decoration: underline;
}
a:hover {
	color: #0043B4;
	text-decoration: none;
}
html>body a:hover {
	background-color: #00439D;
	color: #fff;
}
a.image:hover {
	background-color: transparent;
}

pre {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial,
		Helvetica, sans-serif;
	text-align: left;
}

pre.cake-debug{
	color: black;
	background-color: white;
}

.cakeSqlLog {
	text-align: left;
}
.cakeSqlLog table,
.cakeSqlLog td {
	border-collapse: collapse;
	text-align: left;
}
.cakeSqlLog td {
	border: 1px solid #CCCCCC;
}


.print.only,div.print#runhead {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0 10px 0;
}
tr th h1,
tr th h2,
tr th h3,
tr th h4,
tr th h5,
tr th h6 {
	margin: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	color: #CC3300;
}
h3 {
	font-size: 1.35em;
	color: #FF9900;
}
h4 {
	font-size: 1.2em;
	color: #336699;
	margin: 12px 0 2px 0;
}
h5 {
	font-size: 1.1em;
	color: #169D00;
}
h6 {
	font-size: 1.05em;
	font-weight: bold;
}
h1.nomargin,
h2.nomargin,
h3.nomargin,
h4.nomargin,
h5.nomargin,
h6.nomargin {
	margin: 0;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}
h4.underline,
h5.underline,
h6.underline {
	border-bottom: 1px solid rgb(235, 235, 235);
}

#body ul {
	margin-left: 0;
	padding-left: 24px;
}

#body .error_message,
#body .form_error {
	color: #CC0000;
	font-weight: bold;
}

#body blockquote {
	font-weight: bold;
	font-style: inherit;
	color: #660000;
}
#body blockquote {
  color: darkred;
  background-image: url(images/quotes.gif);
  background-repeat: no-repeat;
  background-position: 10% 6px;
  font-family: Georgia, Times, serif;
  font-size: 1.2em;
  width: 30%;
  padding: 20px 6px 6px 15px;
  margin: -12px 4px 4px 4px;
  line-height: 14pt;
  font-weight: bold;
  text-indent: -9px;
}
#body blockquote.right {
  float: right;
}
#body blockquote.left {
  float: left;
}


#body td p {
	margin: 1px;
}

#body p.center {
	text-align: center;
}

#body p.right {
	text-align: right;
}
#body .note {
	color: #666;
	font-style: italic;
	margin: -8px 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	display: block;
}

#body li {
	list-style-type: square;
}

.explanation {
	color: #999;
	font-style: italic;
}

#body #primarycontent p.moreinfo,
#body #primarycontent .box p.moreinfo {
	margin: 0 0 6px 3px;
}