﻿/* Form Control Classes & Selectors */
select {font-family: verdana; font-size: 10px; color: black;}
.button {font-family: verdana; font-size: 10px; color: black; font-weight: normal;}
.textbox {font-family: verdana; font-size: 10px; color: black;}
a {font-family: arial; font-size: 11px; color: #204D8F; text-decoration: underline;}
a:hover {font-family: arial; font-size: 11px; color: #CFA04A; text-decoration: underline;}

/* SiteSkin Classes & Selectors */
.h1{font-family: arial; font-size: 12px; color: #808080; font-weight: bold;}
.body_bg {background-color: white; margin: 0px; margin-bottom: 10px;}
table {font-family: arial; font-size: 11px; color: #808080;}
a.yellow_link {font-family: arial; font-size: 12px; color: #DCC265; text-decoration: underline;}
a.yellow_link:hover {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
.yellow_text {font-family: arial; font-size: 10px; color: #DCC265;}
a.blue_link {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
a.blue_link:hover {font-family: arial; font-size: 12px; color: #DCC265; text-decoration: underline;}
.blue_text {font-family: arial; font-size: 12px; color: #204D8F;}
.footer_text {font-family: arial; font-size: 11px; font-weight: bold; color: #FFFFFF;}
a.footer_link {font-family: arial; font-size: 11px; font-weight: bold; color: #7890BC; text-decoration: none;}
a.footer_link:hover {font-family: arial; font-size: 11px; font-weight: bold; color: #DCC265; text-decoration: none;}

/* SEO Page Classes */
.PublicSeoHeader {font-family: arial; font-size: 15px; color: #021C4D; font-weight: bold; margin: 0px;}
.PublicSeoText {font-family: arial; font-size: 12px; color: #808080; font-weight: normal;}

/* Sitemap Classes*/
.sitemap {background-color: white; font-family: verdana; font-size: 10px;}
.sitemap_cell {padding: 5px;}
.sitemap_rootnode {color: black; font-family: verdana; font-size: 10px; font-weight: bold; padding-left: 5px;}
.sitemap_rootnode a {color: black; text-decoration: none;}
.sitemap_rootnode a:hover {color: black; text-decoration: underline;}
.sitemap_parentnode {font-family: verdana; font-size: 8px; font-weight: bold; padding-left: 5px;}
.sitemap_parentnode a {font-weight: bold; color: #808080; text-decoration: none;}
.sitemap_parentnode a:hover {font-weight: bold; color: #808080; text-decoration: underline;}
.sitemap_leafnode {color: #94C6DD; font-family: verdana; font-size: 8px; font-weight: normal; padding-left: 5px;}
.sitemap_leafnode a {color: #204D8F; font-weight: normal; text-decoration: none;}
.sitemap_leafnode a:hover {color: #DCC265; font-weight: normal; text-decoration: underline;} 

