/* This will call a seperate css to alternately control the way the page looks */
@import url(opiok.css);
/* This is a dummy class */
/* .dummy {color: red} */
/* Fonts */
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;
font-size: 11px}

A {cursor: pointer;
background: transparent}

ADDRESS {font-style: italic}

BIG {font-size: 19px}

BLOCKQUOTE {font-style: italic}

BODY {margin-left: 0;
margin-right: 0;
padding: 0;
cursor: default}

BUTTON {cursor: auto}

CITE {font-style: italic}

CODE, KBD, SAMP, TT {font-size: 14px}

DT {font-weight: bold}

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

H1 {font-size: 23px}

H2 {font-size: 23px}

H3 {font-size: 19px}

H4 {font-size: 16px}

H5 {font-size: 13px}

H6 {font-size: 12px}

HTML {margin: 0; 
padding: 0}

INPUT {cursor: auto}

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}

PRE {margin-left/* */ : 0;
/*white-space: pre*/}

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}

/* Here are the things you might want to change or remove */

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

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}

/*A:link {color: #36f;
text-decoration: none}

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

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

A:hover {color: #c6f
text-decoration: underline}*/

A:link {color: #c03;
text-decoration: underline}

A:visited {color: #00f;
text-decoration: underline}

A:active {color: #c03;
text-decoration: underline}

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

BODY {background: #fff;
margin-left: 0;
margin-right: 0;
margin-top:0}

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

H1 {margin-left/* */ : -4%}

H2 {margin-left/* */ : -4%}

H3 {margin-left/* */ : -3%}

H4 {margin-left/* */ : -3%}

H5 {margin-left/* */ : -2%}

H6 {margin-left/* */ : -1%}

/*PRE {border: solid thin;
padding: 1em 3%}*/

/* Below is specific to DSI pages */

A.tnav:link {color: #000;
font-size: 10px;
text-decoration: none}

A.tnav:visited {color: #000;
font-size: 10px;
text-decoration: none}

A.tnav:active {color: #000;
font-size: 10px;
text-decoration: none}

A.tnav:hover {color: #000;
font-size: 10px;
text-decoration: underline}

A.dnav:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none}

A.dnav:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none}

A.dnav:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none}

A.dnav:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline}

Body.stripes {
	background-image : url(images/bglines.gif);
}

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

TABLE.whitebg {background: #fff;}

TABLE.greybg {background: #ccc;}

TABLE.navigation {background: #ccc;
border-width: 1px;
border-color: #000;
border-style: solid;
}

TD.border {border-width: 1px;
border-color: #000;
border-style: solid;
}

TD.navigation {background: #ccc;
border-width: 1px;
border-color: #000;
border-style: solid;
}

TD.whitebg {background: #fff;}

TD.greybg {background: #ccc;}

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

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

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

.logored {color: #c03;
text-decoration: none}

/*vscroll marquee*/    
.red {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #c00;
    font-size: 15px;
    }

Table.codebox {
	background-color : #ccc;
	border : solid;
	border-color : #000;
	border-width : 1;
    }
/*end vscroll marquee*/