/* Default styles */

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

/* Paragraph styles */

P.justified
{
   text-align:justify;
}

P.heading,P.sub-heading
{
   font-weight:bold;
}

P.heading
{
   font-size:11pt;
}

P.sub-heading
{
   font-size:10pt;
}

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

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

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

P.caption
{
	font-style:italic;
}

P.footer
{
   font-size:7pt;
   margin-top:20px;
   text-align:center;
}

A.plain
{
	text-decoration:none;
}

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

/* Form styles */

INPUT.monospace,TEXTAREA.monospace
{
	font-family:"Courier New","Courier",monospace;
}

/* Colours */

BODY,P,TD,UL,OL,BLOCKQUOTE {color:#8A704B}

P.heading,P.sub-heading {color:#8A704B}

