/*  Stylesheet -
To reference the  stylesheet for use in any (html page), place this snippet of code between the <head></head> tags:
<link rel="stylesheet" type="text/css" href="stylesheet.css">
 */

/* set the default text format */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}


/* paragraph heading one */
H1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8080ff;
	position: relative; left: -20;
}

/* paragraph heading two */
H2 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #8080ff;
}

/* paragraph heading three */
H3 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
color: #8080ff;
}


/* paragraph text format */
P {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;
}

/* small text format */
.small {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}

/* hyperlinked text format */
A {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #e0e0e0;
text-decoration: underline;
}

/* sets the color of any visited hyperlink */
A:Visited {
color: #e0e0e0;
}

/* sets the color of a hyperlink upon clicking */
A:Active {
color: #e0e0e0;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A:Hover {
color: #e0e0e0;
text-decoration: underline;
}



A.h1 {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
color: #8080ff;
font-weight: bold;
text-decoration:none;
}

/* sets the color of any visited hyperlink */
A.h1:Visited {
color: #8080ff;
}

/* sets the color of a hyperlink upon clicking */
A.h1:Active {
color: #8080ff;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A.h1:Hover {
color: #ffffff;
text-decoration: underline;
}



A.popup {
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: #ffffff;
text-decoration:none;
}

/* sets the color of any visited hyperlink */
A.popup:Visited {
color: #ffffff;
}

/* sets the color of a hyperlink upon clicking */
A.popup:Active {
color: #ffffff;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A.popup:Hover {
color: #ffffff;
text-decoration: underline;
}


/* Use this tag for text formatted like a P tag, but without a blank line.
Example: <span class="ptag">Sample text.</span> */
SPAN.ptag {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;
}

INPUT {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

LI {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

OL {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

UL {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
