

span.Title1 {
	color: #061F93;
	font-weight: bold;
}
span.Title2,
div.Title2 {
	color: #061F93;
	font-weight: bold;
}
span.Title3,
div.Title3 {
	color: #061F93;
	font-weight: bold;
	font-size: 130%;
}
span.Title1 a,
div.Title1 a,
span.Title2 a,
div.Title2 a,
span.Title3 a,
div.Title3 a {
	font-weight: bold;
}

form input.Style1 {
	background-color: #07B3F7;
	border: 1px inset #328AB0;
}
form input.Style1:Hover  {
	background-color: #85D9FB;
}
form input.Style1:focus,
form input.Style1:active  {
	background-color: #C3E3F0;
	border: 1px outset #328AB0;
}

div.SiteList {
	height: 150px;
	font-size: 90%;
	padding: 0 40px;
}
div.SiteList img{
	float: left;
	margin-right: 30px;
	border: 2px outset #328AB0;
}
div.SiteList a{
	text-decoration: underline;
	font-weight: bold;
}
div.SiteList a:hover{
	text-decoration: underline;
	font-weight: bold;
}
div.SiteListMT {
	text-align: center;
	font-size: 130%;
}
div.SiteListMT a {
	font-weight: bold;
}
div.SiteListMT a img {
	text-decoration: none;
}
div.LinksListMT {
	text-align: center;
}

table.PromoInfo {
	width: 100%;
	border: 3px outset #328AB0;
	font-size: 85%;
	text-align: left;
}
table.PromoInfo td {
	border: 1px inset #328AB0;
	width: auto;
}
table.PromoInfo tr.Header {
	background-color: #C3E3F0;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
table.PromoInfo tr.Odd {
	background-color: #07B3F7;
}
table.PromoInfo tr.Even {
	background-color: #85D9FB;
	color: #000000;
}
table.PromoInfo tr.Even a {
	color: #000000;
}
table.PromoInfo input {
	width: 350px;
	border: none;
	background-color: #C3E3F0;
}
span.New {
	font-weight: bold;
	color: #FB222B;
}
div.Resources {
	text-align: center;
	margin: auto;
}
div.Resources img{
	margin: 5px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.NavButton {
    background: transparent url('/imagesV2/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.NavButton span {
    background: transparent url('/imagesV2/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.NavButton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.NavButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}