@charset "iso-8859-1";
/* Author:  David Tobin.                                            */
/* Date:    May 2003                                                */
/* This style sheet is used as a template to define the             */
/* appearance of all HTML documents on the Moving Mannequins site.  */

/*----------------------------*/
/* Default Page colour & font */
/*----------------------------*/
BODY
{
   background-color: #FDFDF1;
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   text-align      : left;
   font-size       : 10pt;
   padding         : 1pt;

   scrollbar-face-color: #1C2A7C
   scrollbar-shadow-color: #00A0A0;
   scrollbar-highlight-color:#F0F0F0;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: #000000;
   scrollbar-track-color: #000040;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-base-color: #000080;
}

/*--------------------------*/
/* Appearance of HTML Links */
/*--------------------------*/
A:hover
{
   /* font-size       : 10pt; */
   font-family     : Arial, Helvetica, sans-serif;
   color           : #BD0000;
}
A
{
   font-size       : 10pt;
   font-family     : Arial, Helvetica, sans-serif;
   color           : #1C2A7C;
}
.WhiteLink:hover
{
   font-size       : 10pt;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   text-decoration : none   ;
   color           : #BD0000;
}
.WhiteLink
{
   font-size       : 10pt;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   text-decoration : none;   
   color           : #FFFFFF;
}
.PlainLink:hover
{
   font-size       : 10pt;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   text-decoration : none   ;
   color           : #BD0000;
}
.PlainLink
{
   font-size       : 10pt;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   text-decoration : none;   
   color           : #1C2A7C;
}



/*----------------------------*/
/* Appearance of "Headings"   */
/*----------------------------*/
H1, H2, H3, H4, H5, H6
{
   color           : Black;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-style      : normal;
   padding         : 0pt;
}
H1
{
   font-size       : 18pt;
   font-weight     : bold;
   text-align      : center;
}
H2
{
   font-size       : 14pt;
   font-weight     : bold;
   font-style      : italic;
   margin-bottom   : 5px;
}
H3
{
   font-size       : 12pt;
}

/*--------------------------------*/
/* Other Text appearance settings */
/*--------------------------------*/
P, TR, THEAD, TFOOT, TH, TD, DL, OL, UL, BLOCKQUOTE, SPAN, BR
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
/*   text-align      : left; */
   font-size       : 10pt;
}
.Arial7pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 7pt;
}
.Arial8pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 8pt;
}
.Arial9pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 9pt;
}
.Arial10pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 10pt;
}
.Arial12pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 12pt;
}
.Arial12ptBold
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 12pt;
   font-weight     : bold;
}
.Arial16pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-weight     : bold;
   font-size       : 16pt;   
}
.List10pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 10pt;
   margin-top      : 0px;
   margin-bottom   : 0px;
   margin-left     : 22px;
   list-style-type : disc;
}
.List8pt
{
   color           : black;
   font-family     : Arial, Helvetica, Geneva, sans-serif;
   font-size       : 8pt;
   margin-top      : 0px;
   margin-bottom   : 0px;
   margin-left     : 22px;
   list-style-type : disc;
   text-align      : left;   
}

