/* Start of CMSMS style sheet 'Base' */
/********** Default Fonts  **********/
HTML {
font: 0.8em/1 Verdana, Helvetica, Arial, sans-serif;
}

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DEL, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, HR, INS, MENU, OL, P, TD, TH, UL {
font: 1em/1 Verdana, Helvetica, Arial, sans-serif;
}

PRE, CODE, KBD, SAMP, TT {
font: 1em/1 "Courier New", Courier, monospace;
}


/** Remove margin/padding */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DEL, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, HR, HTML, INS, LI, MENU, OL, P, PRE, TABLE, TD, TH, UL {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}


/********** Top Level Elements **********/
BODY {
cursor: default;
color: black;
background: white;
}


/********** Block Level Elements **********/

ADDRESS {
font-style: italic;
}

BLOCKQUOTE {}

CENTER {}

DEL {}

DIV {}

H1 {
margin: 0em 0em 0.5em 0em;
font-size: 2em;
}

H2 {
margin: 0em 0em 0.5em 0em;
font-size: 1.8em;
}

H3 {
margin: 0em 0em 0.5em 0em;
font-size: 1.6em;
}

H4 {
margin: 0em 0em 0.5em 0em;
font-size: 1.4em;
}

H5 {
margin: 0em 0em 0.5em 0em;
font-size: 1.2em;
}

H6 {
margin: 0em 0em 0.5em 0em;
font-size: 1.1em;
}

HR {
border: 0;
border-bottom: 1px solid black;
margin: 0em 0em 1em 0em;
}

INS {}

ISINDEX {}

NOSCRIPT {}

P {
margin: 0em 0em 1em 0em;
line-height: 1.2em;
}

PRE {
margin: 0em 0em 1em 0em;
}


/********** Lists **********/

DIR {}

DL {
}

DT {
font-weight: bold;
}

DD {
padding: 0em 0em 0em 1em;
}

LI {}

MENU {}

OL {
margin: 0em 0em 1em 1.5em;
list-style: decimal;
}

UL {
margin: 0em 0em 1em 1.5em;
list-style: disc;
}

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;
}


/********** Tables **********/

TABLE {
}

CAPTION {}

COLGROUP {}

COL {}

THEAD {}

TFOOT {}

TBODY {}

TR {}

TD {}

TH {
font-weight: bold;
}


/********** Forms **********/

FORM {}

BUTTON {
cursor: auto;
}

FIELDSET {}

LEGEND {}

INPUT {
cursor: auto;
}

LABEL {}

SELECT {}

OPTGROUP {}

OPTION {}

TEXTAREA {
  cursor: text;
}


/********** Special Inline Elements **********/

A {
cursor: pointer;
}

A:link {
background: transparent;
text-decoration: none;
}

A:visited {
background: transparent;
text-decoration: none;
}

A:active {
background: transparent;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}

IMG {}

SUB {
font-size: 0.8em;
vertical-align: sub;
}

SUP {
font-size: 0.8em;
vertical-align: super;
}

/********** Phrase Elements **********/

ABBR {}

ACRONYM {}

CITE {}

CODE {}

DEL {
text-decoration: line-through;
}

DFN {}

EM {
font-style: italic;
}

INS {}

KBD {}

SAMP {}

STRONG {
font-weight: bold;
}

VAR {}


/********** Font Style Elements **********/

B {
font-weight: bold;
}

BIG {
font-size: 1.5em;
}

I {
font-style: italic;
}

S {
text-decoration: line-through;
}

SMALL {
font-size: 0.5em;
}

STRIKE {
text-decoration: line-through;
}

TT {}

U {
text-decoration: underline;
}

/********** General Purpose Classes **********/

.clearing {
height: 0px;
clear: both;
}

.center {
text-align: center;
}

.floatright {
float: right;
}

.floatleft {
float: left;
}

.accessibility {
display: none;
}

/* End of 'Base' */

