﻿body, table { font-family: 'Century Gothic', 'Futura', 'Arial' }
a { text-decoration: none; color: rgb(0, 0, 0) }
a:hover, a:visited:hover { color: rgb(0, 162,232); }
a:visited { color: rgb(0, 0, 0); }
td { padding: 0px; }
a img { border-style: none }

body {  padding: 0.5em; }

div.header { border-bottom: 1px solid rgb(215,215,215); background-image: url('Images/BgStripe.png'); background-repeat: repeat-x; height: 128px; padding-right: 48px; }
div.header div.heading a:hover { color:  rgb(0, 0, 0) }
div.header img { width: 128px; height: 128px; float: left }
div.header div.heading { float: left; background-color: white; font-size: 48pt; padding-left: 8px; padding-right: 16px; margin-top: 16px }
div.menu { background-color: white; float: right; background-image: url('Images/BgBracketR.png'); background-repeat: no-repeat; background-position: right top; padding-right: 40px; }
div.menu2 { background-image: url('Images/BgBracketL.png'); background-repeat: no-repeat; background-position: left top; padding-left: 40px; height: 128px; }
div.menu2 table td { padding: 9px 8px 8px 8px; padding-bottom: 8px; font-weight: bold }
div.uam { text-align:  right; color: #808080; font-size: 8pt; }
div.disc { padding-top: 20px; font-size: small; }

div.body { clear: both; }
div.body a { text-decoration: underline; }

h1 { font-weight: normal; }
h2 { font-weight: normal; }

img.ico16 { width: 16px; height: 16px }
img.ico32 { width: 32px; height: 32px }
img.ico48 { width: 48px; height: 48px }

div.float { float: left; margin-right: 16px; margin-bottom: 16px; }
div.clear { clear: both; }

.c { text-align: center; }

.pre
{
    white-space: -moz-pre-wrap !important; /* Firefox           <3 hack */
    word-wrap: break-word; /* Internet Explorer <8 hack */
    white-space: pre-wrap !important;
    white-space: pre;
    font-family: Consolas, Consolas, 'Lucida Console', 'Courier New', monospace;
    font-size: 11pt;
    font-style: normal;
}
span.xe { color: #A31515; }
span.x { color: #0000FF; }
span.xa { color: #FF0000; }
span.xt { color: #000000; }

span.k { color: Blue; }
span.t { color: #2b91af; }
span.c { color: Green; }
span.s { color: #a31515; }
