﻿/* Browser reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote { margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
legend { color:#000; }

/* Basic Layout, Typography */

html { font-size:100%; }
body { font-size:0.9em; font-family:tahoma,arial,sans-serif; margin:0px; background-color:white; color:black; background-image:url(/Resources/SiteImages/Background.jpg); background-attachment:fixed; text-align:left; }

table, th, td, p, textarea, li, select, input { font-size:1em; }
p { margin:1em 0 1em 0; font-size:0.9em; }
ul, ol { margin:0; padding:0; }
ul li { list-style:disc none outside; margin:1em 0 1em 15px; font-size:0.9em; }
ol li { margin:0.5em 0 0.5em 0; font-size:0.9em; } 

h1 { color:#1d1160; font:1.5em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }
h2 { color:#007fc4; font:1.3em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }
h3 { color:#1d1160; font:1.1em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }

.h1 { color:#1d1160; font:1.5em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }
.h2 { color:#007fc4; font:1.3em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }
.h3 { color:#1d1160; font:1.1em tahoma,arial,sans-serif; font-weight:900; margin:5px 0 10px 0; padding:0; }

a { text-decoration:none; font-weight:100; font-size:1em; margin:0 0 5px 0; outline:0 none; }
a:link { color:#0072bc; }
a:visited { color:#0072bc; }
a:hover { color:#4aa8e1; }

blockquote { font-size:0.9em; line-height:1.5em; font-style:italic; }

button:link { background-color:white; color:gray; border:solid 1px gray; }
button:visited { background-color:white; color:gray; border:solid 1px gray; }
button:hover { color:black; border:solid 1px black; }

/* Custom */

.BarHeader { color:White; font-weight:bold; font:1.4em tahoma,arial,sans-serif; }
.tbl { font:0.9em tahoma,arial,sans-serif; color: #00008C; }