/* CSS Document */
body{ margin: 0px 0px 0px 0px; background:#FFFFFF;}

a:link { color: #808080; text-decoration: none; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; }
a:hover { color: #0165FF; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
a:visited { text-decoration: none; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; }
td { color: #808080; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h1 { font-size: 18px; font-weight: bold; margin: 0.67em 0; }

.a { border: solid 1px #9da6a2; outline: solid 1px #969a99; }
.pr { color: #980101; font-size: 10pt; font-weight: bold; }

#menu{ color: #808080; font-size: 12px; width: 100%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
#menu:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#menu ul{ width: 100%; background: url(img/chromebg.gif) repeat-x center; padding: 5px 0; margin: 0; text-align: left; /*set value to "right" for example to align menu to the left of page*/ }
#menu ul li{ display: inline; }
#menu ul li a{ color: #808080; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding: 8px; margin: 0; text-decoration: none; }
#menu ul li a:hover{ background: url(img/chromebg2.gif) center center repeat-x; }

.shadetabs{ border-bottom: 1px solid gray; /* width: 90%; width of menu. Uncomment to change to a specific width */ margin-bottom: 1em; }
.shadetabs ul{ padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ }
.shadetabs li{ display: inline; margin: 0; }
.shadetabs li a{ text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #778; color: #2d2b2b; background: white url(img/shade.gif) top left repeat-x; }
.shadetabs li a:visited{ color: #2d2b2b; }
.shadetabs li a:hover{ text-decoration: underline; color: #2d2b2b; }
.shadetabs li.selected{ position: relative; top: 1px; }
.shadetabs li.selected a{ /*selected main tab style */ background-image: url(img/shadeactive.gif); border-bottom-color: white; }
.shadetabs li.selected a:hover{ /*selected main tab style */ text-decoration: none; }