/*  Style Sheet for the NERS 481/580 web site  */

body      { line-height: 1.3 }
body      { background:#FFFFFF }
a:link    { color: #306040  } 
a:visited { color: #306040 } 
a:active  { color: yellow }

/* FONT DEFINITIONS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

td, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

body, p, ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.text {
	font-family: monospace,serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.eqn {
	font-family: times roman,serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.sym {
	font-family: symbol,serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.symlg {
	font-family: symbol,serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}


.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

p.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


