h1 {
	color: #004087;
}
h2 {
	color: #004087;
}
h3 {
	color: #004087;
}
h4 {
	color: #004087;
}


/************ Standard tags ************/


/************ Positioning Classes ************/


/************ Color Styles ************/


/************ Font Styles ************/


/************ List Styles ************/


/************ Link Styles ************/
a:link {
	color: #004087;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: inherit;
}

a.bold:link {
	color: #004087;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

a.nounder:link {
	color: #004087;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a.nounder:visited {
	color: #999999;
	text-decoration: none;
	font-weight: inherit;
}

a.totop:link, a.totop:visited {
	color: #004087;
	text-decoration: none;
	font-weight: inherit;
}
a.totop:hover {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}

a.gray:link {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}

a.gray:link {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:hover {
	color: #004087;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: inherit;
}

a.gray-nounder:link {
	color: #444444;
	text-decoration: none;
	font-weight: inherit;
}
a.gray-nounder:hover {
	color: #004087;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray-nounder:visited {
	color: #999999;
	text-decoration: none;
	font-weight: inherit;
}
/*** buttons ***/
a.btn-w31:link, a.btn-w31:visited {
	background: url(../images/btn-blue-w31.gif) no-repeat;
}
a.btn-w38:link, a.btn-w38:visited {
	background: url(../images/btn-blue-w38.gif) no-repeat;
}
a.btn-w42:link, a.btn-w42:visited {
	background: url(../images/btn-blue-w42.gif) no-repeat;
}


/************ Image Styles ************/


/************ Table Styles ************/
thead {
	background-color: #004087;
	color: #ffffff;
}


/************ Layout ************/
#main .hor-divider {
	background-color: #004087;
}
#theme-color {
	background-color: #004087;
}

