/*****************************************
claire.kewin@pearson.com
------------------------------------------
27/04/2006 - Created
*****************************************/

HTML
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: "Trebuchet MS","Arial","Helvetica",sans-serif;
    BACKGROUND-COLOR: #CCC;
}

BODY
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: "Trebuchet MS","Arial","Helvetica",sans-serif;
    BACKGROUND-COLOR: #CCC;
}

h1
{
	color: #009;
	font-size: 18px;
}

h2
{
	color: #009;
	font-size: 14px;
}

h3
{
	color: #009;
	font-size: 12px;
}

.boxtop
{
    CLEAR: both;
    BACKGROUND-POSITION: 50% bottom;
    MIN-HEIGHT: 13px;
    BACKGROUND-IMAGE: url(images/box_top.gif);
    WIDTH: 760px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 13px
}

.boxmiddle
{
    CLEAR: both;
    BACKGROUND-IMAGE: url(images/box_middle.gif);
    OVERFLOW: hidden;
    WIDTH: 760px;
    BACKGROUND-REPEAT: repeat-y;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
}

.paddingmiddle
{
	padding: 10px 45px 10px 20px;
	border: 1px solid #000;
}

.paddingmiddle A, .paddingmiddle A:Link, .paddingmiddle A:Active, .paddingmiddle A:Hover, .paddingmiddle A:Visited
{
	color: #009;
}

.boxbottom
{
    CLEAR: both;
    MIN-HEIGHT: 13px;
    BACKGROUND-IMAGE: url(images/box_bottom.gif);
    WIDTH: 760px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 20px
}

.footer
{
    CLEAR: both;
    FONT-SIZE: 11px;
    TEXT-ALIGN: center
}

.footer A
{
    COLOR: #000;
    TEXT-DECORATION: none
}

.footer A:hover
{
    TEXT-DECORATION: underline
}

.padding10
{
	padding: 10px 10px 10px 10px;
}

.clear
{
	clear: both;	
}

.series
{
    border: #009 1px dashed;
    padding: 10px;
    margin: 20px;
}

.series h2
{
    FONT: bold 16px bold "Trebuchet MS", Verdana, Helvetica, sans-serif;
    COLOR: #009;
    HEIGHT: 16px
}

.series A
{
    FONT: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif bold;
    COLOR: #000
}

.series A:hover
{
    FONT: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif bold;
    COLOR: #000
}