﻿h4 {
	color: #005B82;
}

a {
   text-decoration: none;
   color: #005B82;
}

a:visited {
	color: #990000;
}

a:hover {
   color: #005B82;
   text-decoration: underline;
}

th, #navigation, .button, .footer, .column-header {
	background: #005B82;
	color: #FFF;
}

.grid, .block-content, .block-content-footer, .shaded, .shaded-full, .outline, .textbox, textarea {
	border: 1px solid #005B82;
}

.header, #pager {
	background: #005B82;
    border-bottom: solid 2px #000;
}
