/* version 3 */


/* paragraph */
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: none;
}

/* table cell */
TH {font-family: arial, helvetica, sans-serif; font-size:.8em; font-weight:bold}

/* table cell */
TD {}

caption {font-family: arial, helvetica, sans-serif; font-size:.8em; font-weight:bold}

SUB {font-family: arial, helvetica, sans-serif; font-size:.75em}
SUP {font-family: arial, helvetica, sans-serif; font-size:.75em}

.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: none;
}

/* image border=0 */
IMG { border-style: none; }

/* main link definition */
A:active {color:#009933; background:none;}
A:link {color:#333399; background:none;}
A:visited {color:#009933; background:none;}
A:hover {color:#009933; background:none;}


/* links for nepr */
A.green:active {color:#009933; background:none; text-decoration:none;}
A.green:link {color:#009933; background:none; text-decoration:none;}
A.green:visited {color:#009933; background:none; text-decoration:none;}
A.green:hover {color:#009933; background:none; text-decoration:none;}

A.neprblue:active {color:#0000CC; background:none; text-decoration:none;}
A.neprblue:link {color:#0000CC; background:none; text-decoration:none;}
A.neprblue:visited {color:#0000CC; background:none; text-decoration:none;}
A.neprblue:hover {color:#0000CC; background:none; text-decoration:none;}

/* head 1 to 4 */
H1 { text-transform:uppercase; font-family: arial, helvetica, sans-serif; font-size:1em; font-style: normal; font-weight: 800;}
H2 { font-family: arial, helvetica, sans-serif; font-size:1em; font-style: normal; font-weight: 600;}
H3 { font-family: arial, helvetica, sans-serif; font-size:.8em;}
H4 { font-family: arial, helvetica, sans-serif; font-size:.8em; font-weight:normal; font-style:italic}
H5 { font-family: arial, helvetica, sans-serif; font-size:.8em; font-weight:normal;}

/* head 1 size but no capitalisation */
.h1nocap {font-weight:bold; margin-bottom:5px; font-size:1em; font-family: arial, helvetica, sans-serif;}




/* bullets - works in ie - netscape users get regular bullet */




/* links with no underline */
.noU { text-decoration: none;}

/* links with no underline, white and 8px margin (das) */
.noUwhite {text-decoration: none; color:white; background:none; margin-left:8px}


/* very small  */
.small {font-size:.6em;}

/* small  */
.small2 {font-size:.6em; font-family: arial, helvetica, sans-serif;}

/* small  */
.small3 {font-size:.5em;}



/* indent 1 */
.indent {margin-left:18px; margin-bottom:0px;}

/* indent 2 (same as bullet) */
.indent2 {margin-left:41px;}

/* right indent */
.rindent {margin-right:30px;}


/* indent 3 for sitemap */
.indent3 {margin-left:20px; line-height:130%;}

/* indent 4 for sitemap */
.indent4 {margin-left:40px; line-height:130%;}



/* blue text (dark hecs blue) */
.blue {color:#333399; background:none;}

/* red text  */
.red {color:red; background:none;}


/* white text */
.white {color:white; background:none;}

/* white text with blue bg*/
.white2 {color:white; background:#003366;}

/* green text */
.green {color:#009933; background:none;}

/* Colors for the NEPR site, can be used for other sites */

.orange {color:#FF9A00; background:none;}

.neprblue {color:#0000CC; background:none;}
