/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {background: #036;
margin : 0 0 0 0;
padding: 0 0 0 0;}

DT {font-weight: bold;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #00008B;}

H1 {font-size: 15px;}

H2 {font-size: 13px;}

H3 {font-size: 12px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #006699;
text-decoration: none;}

A:visited {color: #FF6600;
text-decoration: none;}

A:active {color: #FF6600;
text-decoration: none;}

A:hover {color: #f00;
text-decoration: underline;}

/* Below is specific to DATASYST pages */

A.orange:link {color: #f93;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.orange:visited {color: #f93;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.orange:hover {color: #f93;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.orange:active {color: #f93;
font-size: 12px;
text-decoration: underline;}

A.nav:link {color: #036;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.nav:visited {color: #036;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.nav:hover {color: #f93;
font-size: 12px;
text-decoration: none;
line-height: 150%;}

A.nav:active {color: #f93;
font-size: 12px;
text-decoration: underline;
line-height: 150%;}

A.subnav:link {color: #036;
font-size: 11px;
text-decoration: none;}

A.subnav:visited {color: #036;
font-size: 11px;
text-decoration: none;}

A.subnav:hover {color: #f93;
font-size: 11px;
text-decoration: none;}

A.subnav:active {color: #f93;
font-size: 11px;
text-decoration: underline;}

.footer {font-size: 10px;}

.headertitle {color: #999;
font-size: 18px;}

.orange{color: #f93;}

/* This gets copied into site css file */

Table.codebox {
	background-color : #ccc;
	border : solid;
	border-color : #000;
	border-width : 1;
}

.white {color: #fff;
text-decoration: none}

.grey {color: #999;
text-decoration: none}

.blue {color: #036;
text-decoration: none}

.green {color: #007B01;
text-decoration: none}

.red {color: #f00;
text-decoration: none}

