@charset "utf-8";

/* GLOBAL */

html, body { width:auto; height:auto; min-width:100%; min-height:100%; }

/* ALL HTML 4.01 TAGS */

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var
{ margin:0; padding:0; outline:none; line-height:normal; color:#58595b; font-size:11px; font-weight:normal; font-family:"arial","helvetica",sans-serif; vertical-align:baseline; }

/* HEADERS */

h1, h2, h3, h4, h5, h6 { display:block; position:relative; }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { display:inline; margin:0; }

h1, h1 * { font-size:18px; font-weight:bold; color:#003377; }
h2, h2 * { font-size:16px; font-weight:bold; color:#003377; }
h3, h3 * { font-size:14px; font-weight:bold; color:#0a3371; }
h4, h4 * { font-size:13px; font-weight:bold; color:#888888; }
h5, h5 * { font-size:12px; font-weight:bold; color:#888888; }
h6, h6 * { font-size:11px; font-weight:bold; color:#888888; }

h1 { margin-bottom:25px; }
h2 { margin-bottom:20px; }
h3 { margin-bottom:6px; }
h4 { margin-bottom:4px; }
h5 { margin-bottom:2px; }
h6 { margin-bottom:0; }

/* BASIC */

div, p, blockquote, ul, ol, hr { display:block; position:relative; }

div { min-height:0; }
p, blockquote, ul, ol { margin-bottom:15px; }
ul ul, ol ol { margin-bottom:0; }
li { display:list-item; padding:0; }
ul li { list-style:outside disc; margin:0 0 0 15px; }
ul ul { padding-left:15px; }
ul ul li { list-style:outside circle; }
ul ul ul li { list-style:outside square; }
ol li { list-style:outside decimal; margin:0 0 0 20px; }
ol ol { padding-left:20px; }
ol ol li { list-style:outside lower-alpha; }
ol ol ol li { list-style:outside lower-roman; }
a, a * { display:inline; text-decoration:none; font-weight:bold; color:#FF8000; }
a:hover { text-decoration:underline; }
strong, strong *, b, b * { font-weight:bold; }
em, em *, i, i * { font-style:italic; }
hr { background:#AAA; color:#AAA; width:100%; height:1px; margin:20px 0; border-width:0; line-height:0; page-break-after:always; text-align:center; overflow:hidden; }
button { cursor:pointer; padding:3px 6px; }
abbr, acronym { font-style:normal; border-bottom:1px dotted; cursor:help; }
del { text-decoration:line-through; }
img { border:none; }

/* TABLES */

table    { display:table; table-layout:fixed; border-collapse:collapse; border:none; empty-cells:show; border-spacing:0; text-align:center; }
tr       { display:table-row; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
col      { display:table-column; }
colgroup { display:table-column-group; }
td, th   { display:table-cell; vertical-align:middle; border:1px solid #555; padding:5px; }
caption  { display:table-caption; }


/* FORMS */

form, input, textarea, select, fieldset, label { display:block; position:relative; margin:0; padding:0; }
input, textarea, select { color:#333; }
label { cursor:text; }
select { cursor:pointer; padding:3px; }
textarea { cursor:text; overflow:auto; padding:3px; resize:vertical; }
/* for browser that support attribute selectors */
[type='text'] { cursor:text; padding:3px; }
[type='file'] { cursor:pointer; padding:3px; }
[type='submit'] { cursor:pointer; padding:3px 6px; }
[type='button'] { cursor:pointer; padding:3px 6px; }
[type='hidden'] { display:none; }
[type='checkbox'] { cursor:pointer; }
[type='radio'] { cursor:pointer; }
[disabled] { cursor:default !important; }
/* for browser that do not support attribute selectors */
.text { cursor:text; padding:3px; }
.file { cursor:pointer; padding:3px; }
.submit { cursor:pointer; padding:3px 6px; }
.button { cursor:pointer; padding:3px 6px; }
.hidden { display:none; }
.checkbox { cursor:pointer; }
.radio { cursor:pointer; }
.disabled { cursor:default !important; }

/* CLASSES */

.float-L, .float-L-children * { float:left !important; }
.float-R, .float-R-children * { float:right !important; }

.clear-L { clear:left !important; }
.clear-R { clear:right !important; }
.clear-B { clear:both !important; }

.hide, .hide * { display:none !important; }
.show { display:block !important; }
.focus, .focusChildren * { outline:1px dotted #000; }
.print, .print * { display:none; }

sup, .superscript {
	font-size: 50% !important;
	vertical-align: text-top !important;
	position:relative !important;
	top:-1px !important;
	display:inline !important;
	line-height:normal !important;
}

sub, .subscript {
	font-size: 50% !important;
	vertical-align: text-bottom !important;
	position:relative !important;
	bottom:-1px !important;
	display:inline !important;
	line-height:normal !important;
}

.inlineBlock, .inlineBlockChildren * {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/* HACKS */

.clearfix:after { content:"."; }
.clearfix { display:block; clear:both; visibility:hidden; line-height:0 !important; height:0; overflow:hidden; }

*:focus { outline:0; } /* remove focus borders from webkit browsers */

* html div,
* html form { height:1%; zoom:1; } /* ie6 'holly hack' to prevent the 'peekaboo bug' */
*:first-child+html div,
*:first-child+html form { height:1%; zoom:1; } /* ie7 'holly hack' to prevent the 'peekaboo bug' */

/* buttons in IE6 & IE7 have extra padding */
* html button { width:auto; display:inline; overflow:visible; }
*:first-child+html button { width:auto; display:inline; overflow:visible; }

/* for browser that support attribute selectors */
* html input[type='submit'] { width:auto; display:inline; overflow:visible; }
* html input[type='button'] { width:auto; display:inline; overflow:visible; }
*:first-child+html input[type='submit'] { width:auto; display:inline; overflow:visible; }
*:first-child+html input[type='button'] { width:auto; display:inline; overflow:visible; }

/* for browser that do not support attribute selectors */
* html input.submit { width:auto; display:inline; overflow:visible; }
* html input.button { width:auto; display:inline; overflow:visible; }
*:first-child+html input.submit { width:auto; display:inline; overflow:visible; }
*:first-child+html input.button { width:auto; display:inline; overflow:visible; }

body { behavior:url("css/csshover3.htc");  }


