/* DEFINE BODY FONT */
body
	{
	font-size: 8pt;
	font-family: arial;
	color: #ffffff;
	font-weight: regular;
	}

/* DEFINE LINK FONTS */
A:link
	{
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	color: #99ff66;
	font-weight: regular;
	}
A:active
	{
	font-size: 8pt;
	font-family: arial;
	text-decoration: underline;
	color: #999966;
	font-weight: regular;
	}

A:visited
	{
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	color: #99ff66;
	font-weight: regular;
	}

A:hover
	{
	font-size: 8pt;
	font-family: arial;
	text-decoration: underline;
	color: #999966;
	font-weight: regular;
	}


/* DEFINE HORIZONTAL RULE */
HR.defined
	{
	color: #675788;
	height: 1pt;
	}


/* DEFINE STORE FONTS PRODUCT TABLE */

FONT.prod-table
	{
	font: 9pt "arial";
	font-weight: regular;
	color: #ffffff;
	}

FONT.prod-table-dark
	{
	font: 9pt "arial";
	font-weight: regular;
	color: #000000;
	}

FONT.prod-table-head
	{
	font: 8pt "arial";
	font-weight: bold;
	color: #ffffff;
	}

FONT.prod-table-alt
	{
	font: 8pt "arial";
	font-weight: regular;
	color: #ffccff;
	}

/* DEFINE STORE FONTS STANDARD */

FONT.store-sm
	{
	font: 8pt "arial";
	font-weight: regular;
	color: #ffffff;
	}

FONT.store-sm-alt
	{
	font: 8pt "arial";
	font-weight: regular;
	color: #ffccff;
	}

FONT.store-med
	{
	font: 10pt "arial";
	font-weight: regular;
	color: #ffffff;
	}

FONT.store-med-alt
	{
	font: 10pt "arial";
	font-weight: regular;
	color: #ffccff;
	}

FONT.store-lg
	{
	font: 12pt "arial";
	font-weight: regular;
	color: #ffffff;
	}

FONT.store-curlz
	{
	font: 24pt "curlz MT";
	font-weight: regular;
	color: #FFCCFF;
	}

FONT.store-lg-alt
	{
	font: 12pt "arial";
	font-weight: regular;
	color: #ffccff;
	}


/* DEFINE FONTS FOR STORE HEADERS */
FONT.head1
	{
	font: 12pt "arial";
	font-weight: bold;
	color: #ffffff;
	}
FONT.head1a
	{
	font: 11pt "arial";
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	}
FONT.head2
	{
	font: 14pt "arial";
	font-weight: bold;
	color: #ffffff;
	}
FONT.head3
	{
	font: 16pt "arial";
	font-weight: bold;
	color: #ffffff;
	}

/* DEFINE DIV.PARAGRAPHS STANDARD */
DIV.para
	{
	font-size: 10pt;
	font-family: arial;
	margin-left: 12pt;
   	margin-right: 12pt;
  	line-height: 14pt;
	}
DIV.para2
	{
	font-size: 10pt;
	font-family: arial;
  	line-height: 14pt;
	}
DIV.para3
	{
	font-size: 10pt;
	font-family: arial;
	margin-left: 16pt;
  	line-height: 20pt;
	}

DIV.hang
	{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 10pt;
	font-family: arial;
  	line-height: 14pt;
	}


/* DEFINE DEFINITION LISTS */
DT.defined
	{
	font: 11pt "arial";
	color: #ffffff;
	font-weight: bold;
	}
DD.defined
	{
	font: 10pt "arial";
	}


