/* Colours:
Inspired_Green: #339966
Bright_Green: #77B577
Soft_Green: #99ff99
Mint_Green: #ccffcc

Slate_Blue: #33ccff
*/

p, h1, h2, h3, table, td, th, ul, ol, tt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
        margin-top:5px;
}

/* Header styles */
h1 { font-size:170%; margin-bottom:10px; }
h2 { font-size:130%; font-weight:bold; margin-bottom:0px; }
h3 { font-size:90%; font-weight:bold; margin-bottom:2px; }

/*Menu items*/
.menu { color: #000000; font-size:130%; }
.menu_selected { color: #1A8651; font-size:130%; font-weight:bold; }

b { font-weight:bold; color:#1A8651; }


/* Footer and note styles */
.small { font-size: 80%; }
.smallgrey { font-size: 80%; color:#5A5A5A; }
.verysmall { font-size: 60%; }

/* List style */
dt { margin-top:10px; margin-bottom:2px; font-weight:bolder; }
dd { color: #bbbbbb; }
li { margin-bottom:10px; }

/* Link style */
a:link    {background-color:transparent;text-decoration:none; }
a:visited {background-color:transparent;text-decoration:none; }
a:active  {background-color:transparent;text-decoration:none; }
a:hover   {background-color:transparent;text-decoration:underline; }

.link { color:black }
/*quotation block*/
table.quotation_block {background-color:#339966; border: 1px solid black;}
.quote {font-size:80%; }
.author {font-size:78%; font-weight:bold; }


/* Separating line style */
hr
{
background-color:#1A8651;
color:#1A8651;
height:3px;
width:100%;
}

