/*

 Stylesheet for Tests-Direct.com

 Author   : Kevin
 Date     : 3rd October 2004
 Revision : 1.0
 
 */



/* Select the same Font Family throughout */
BODY,H1,A,TR,TD,SELECT,OPTION,input,.caption {font-family: Lucida Sans Unicode;}

/* Document backgrounds will be a simple, light colour */
BODY {background-color:#ffffff;}

/* Select the various Font Sizes */
H1 {font-size:14pt;}
BODY,TR,TD,SELECT,OPTION {font-size:9pt;}
A,input,.caption {font-size:8pt;}

/* Pointer options - IE only apparently*/
input {cursor:hand;}

/*
Extra Stylesheet definitions for the (symbiotic) New Engine look-and-feel
*/

.Title
{
    COLOR: white;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: rig`ht
}
.Question
{
    COLOR: black;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder
}
.Item
{
    COLOR: black;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 10pt
}
.ItemHeading
{
    COLOR: black;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bolder;
	text-align: center;
}
.ItalicNote
{
    COLOR: black;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 10pt;
    FONT-STYLE: italic
}
.Footnote
{
    COLOR: black;
    FONT-FAMILY: Lucida Sans Unicode;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder
}

