body { color: #444; font: 14px/1.3 Arial, Helvetica, sans-serif;}

/* Links */
a { color: #9a192e; text-decoration: none; }
a:visited { color: #9a192e; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e4e4e4; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 17px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Backend Tables*/
.betab tr {height: auto !important;}
.betab td,
.betab th {padding-bottom: 12px;}

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input, textarea, select, button {font-family: inherit; font-size: inherit} 

/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	color: #9a192e;
	/*font: normal 1em "Chronicle Display Black", Georgia, "Times New Roman", Times, serif;*/
	font: bold .92em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em;
	line-height: 1.2;
}
h1 {
	font-size: 2.57em; /* 36px */
	margin-bottom: .4em;
}
h2 {font-size: 1.72em; /* 24px */}  
h3 {font-size: 1.5em; /* 21px */}
h4 {font-size: 1.29em; /* 18px */}
h5 {font-size: 1.15em; /* 16px */}
h6 {font: bold 1em Arial, Helvetica, sans-serif; /* 14px */}

aside h2 {font-size: 1.29em; /* 18px */}  
aside h3 {font-size: 1.15em; /* 16px */}
aside h4, aside h5, aside h6 {font: bold 1em Arial, Helvetica, sans-serif; /* 14px */}

.list-hdr {
	border-bottom: 1px solid #dad7d4;
	color: #444;
    font: bold 0.92em "Corporate Sans",Arial,Helvetica,sans-serif;
    margin: 1.5em 0;
    padding: 0 0 0.45em;
    text-transform: uppercase;
}

/* Margins */
p, ul, ol, dl, table {margin-bottom: 1em}
table table, table p {margin: 0}
/* Lists */
ul {list-style: disc}
ol {list-style: decimal}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 2em}
	ul ul {list-style: circle}
	ol ol {list-style: lower-alpha}
	ol ol ol {list-style: lower-roman}
	
