/* List of elements with no inheritance: body, h1, h2, h3, h4, h5, h6, caption, th, td, blockquote, input, select, textarea */

/* page styles */

html, body { width: 100%; height: 100%; }
html, body { margin: 0; padding: 0; }
body { position: relative; overflow: auto; background: #FFF; }
body, caption, th, td, blockquote, input, select, textarea { color: #231F20; }
a, a:link, a:active { color: #231F20; text-decoration: none; }
a:visited { color: #8c8c8c; text-decoration: none; }
a:hover { text-decoration: none; color:#8c8c8c; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: bold; }
//p { margin: 0.5ex 0 0 0; }
img { border: 0 none; }

/* text styles */

.utext   { font-family: "BPG Glaho Uppercase", "BPG Glaho", "Sylfaen", "Arial", "Verdana", sans-serif; }
.atext   { font-family: "Verdana", "Arial", sans-serif; }
.unicode { font-family: "Sylfaen", "Arial", sans-serif; }

body, caption, th, td, blockquote, .text6, .text5, .text4, .text3, .text2, .text1, .text0, h6, h5, h4, h3, h2, h1, input, select, textarea { font-family: "Verdana", "Arial", sans-serif; }
body, caption, th, td, blockquote, input, select, textarea { font-size: 9pt; }
.text8, h1 { font-size: 18pt; }
.text7, h2 { font-size: 16pt; }
.text6, h3 { font-size: 14pt; }
.text5, h4 { font-size: 12pt; }
.text4     { font-size: 11pt; }
.text3, h5 { font-size: 10pt; }
.text2     { font-size:  9pt; }
.text1, h6 { font-size:  8pt; }
.text0     { font-size:  6pt; }

.normal    { font-weight: normal !important; font-style: normal !important; text-decoration: none !important; }
.bold      { font-weight: bold !important; }
.italic    { font-style: italic !important;}
.underline { text-decoration: underline !important; }

/* pixel element style */

.pixel { width: 1px;  height: 1px;  border: 0 none; }

/* container styles */

.wholex, .whole { width: 100%; }
.wholey, .whole { height: 100%; }

/* form styles */

form { display: inline; margin: auto; }
fieldset { border: 1px solid ActiveBorder; padding: 2px 9px 9px 9px; }
label, input, select, textarea { margin: 0; vertical-align: middle; }

/* border styles */

.borderNone    { border: 0 none; }
.borderTop,    .border { border-top:    1px solid #C0C0C0 !important; }
.borderLeft,   .border { border-left:   1px solid #C0C0C0 !important; }
.borderBottom, .border { border-bottom: 1px solid #C0C0C0 !important; }
.borderRight,  .border { border-right:  1px solid #C0C0C0 !important; }

