/*  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;
	background-color: #000000;
}


/* 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: 11pt;
font-weight: bold;
color: #8080ff;
}

/* paragraph heading three */
H3 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
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.h1white {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
color: white;
font-weight: bold;
text-decoration:none;
}

/* sets the color of any visited hyperlink */
A.h1white:Visited {
color: white;
}

/* sets the color of a hyperlink upon clicking */
A.h1white:Active {
color: #8080ff;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A.h1white:Hover {
color: #8080ff;
text-decoration: underline;
}


A.h2left {
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #8080ff;
font-weight: bold;
text-decoration:none;
position: relative; left: -20; top: -8;
}

/* sets the color of any visited hyperlink */
A.h2left:Visited {
color: #8080ff;
}

/* sets the color of a hyperlink upon clicking */
A.h2left:Active {
color: #8080ff;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A.h2left:Hover {
color: #ffffff;
text-decoration: underline;
}

A.h2leftwhite {
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: white;
font-weight: bold;
text-decoration:none;
position: relative; left: -20; top: -8;
}

/* sets the color of any visited hyperlink */
A.h2leftwhite:Visited {
color: white;
}

/* sets the color of a hyperlink upon clicking */
A.h2leftwhite:Active {
color: white;
}

/* sets the color of a hyperlink when the mouse pointer is over it. Only works in Internet Explorer */
A.h2leftwhite:Hover {
color: #8080ff;
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;
color: #ffffff;

}

OL {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;

}

UL {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;

}
