a:link
{
	color: rgb(255,128,64);
	text-decoration: none;
}
a:visited
{
	color: rgb(0,96,255);
	text-decoration: none;
}
a:active
{
	color: rgb(64,128,128);
	text-decoration: none;
}
a:hover
{
	color: rgb(128,128,255);
	text-decoration: underline;
}
/*<BODY>*/
body
{
	color: rgb(192,192,192);
	/* No longer being used.  Left here to be modified if needed
	background: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;*/
}
/*<P>*/
P
{
	font-size: 12pt;
	line-height: 12pt;
}
/*<P:first-letter>
P:first-letter
{
	font-size: 14pt;
}
*/
/*<H1>*/
H1
{
	font-size: 22pt;
	color: rgb(255,192,128);
	text-align: center;
}
/*<H2>*/
H2
{
	font-size: 20pt;
	color: rgb(255,192,64);
}
/*<H3>*/
H3
{
	font-size: 18pt;
	color: rgb(255,128,64);
}
/*<H4>*/
H4
{
	font-size: 16pt;
	color: rgb(255,92,32);
}
/*<H5>*/
H5
{
	font-size: 14pt;
	color: rgb(255,64,0);
}
/*<OL>*/
OL
{
	list-style-type: decimal;
}
/*<OL> (inside an exisiting OL)*/
OL OL
{
	list-style-type: lower-alpha;
}
/*<OL> (inside an exisiting OL, which is inside an existing OL)*/
OL OL OL
{
	list-style-type: lower-roman;
}
/*<UL> (inside an exisiting UL)*/
UL
{
	list-style-type: disc;
}
/*<UL> (inside an exisiting UL)*/
UL UL
{
	list-style-type: circle;
}
/*<UL> (inside an exisiting UL, which is inside an existing UL)*/
UL UL UL
{
	list-style-type: square;
}
IMG
{
	border-width: 0;
	background: rgb(0,0,0);
}