/* Default styles */

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

/* Paragraph styles */

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

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

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

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

P.small,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:30px;
}

A.plain
{
	text-decoration:none;
}

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

/* Colours */

P.heading,P.sub-heading,SPAN.accented {color:#28AC50}
