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