/* Default styles */

BODY,P,TD,UL,OL,BLOCKQUOTE
{
   font-family:"Verdana",sans-serif;
   font-size:9pt;
}

/* Paragraph styles */

P.heading,P.heading-inverted
{
   font-weight:bold;
   font-size:11pt;
}

P.sub-heading,P.sub-heading-inverted
{
   font-weight:bold;
   font-size:9pt;
}

P.picture
{
   margin-bottom:0px;
}

P.small,P.cell-small,UL.small,OL.small
{
	font-size:7pt;
}

P.small,P.caption,UL.small,OL.small
{
   margin-top:2px;
}

P.caption
{
	font-style:italic;
}

P.footer
{
   font-size:7pt;
   margin-top:30px;
}

A.plain
{
	text-decoration:none;
}

A.plain:hover
{
	text-decoration:underline;
}

/* Table cell styles */

TD.tinted,TR.tinted
{
   background-color:#E0E2FD;
}

TD.dark-tinted,TR.dark-tinted
{
	background-color:#BFBFF6;
}

TD.less-accented,TR.less-accented
{
   background-color:#6969FF;
   color:white;
}

TD.accented,TR.accented
{
   background-color:#0000DD;
   color:white;
}

/* Form styles */

FORM,INPUT,SELECT,TEXTAREA,LABEL
{
   font-family:"Verdana",sans-serif;
   font-size:9pt;
}

FORM.small,INPUT.small,SELECT.small,TEXTAREA.small,LABEL.small
{
	font-size:7pt;
}

/* Colours */

P.heading,P.sub-heading,SPAN.accented {color:#0000DD}
P.heading-inverted,P.sub-heading-inverted,P.inverted,P.small-inverted,SPAN.inverted {color:white}
SPAN.black {color:black}

