﻿
        /*boxes*/
		ul.pulloutyellow, ul.pulloutgreen, ul.pulloutblue
		{
			padding:0;
			margin:0 0 15px 0;
			list-style:none;
		}
        .pulloutyellow li, .pulloutgreen li, .pulloutblue li
        {
			width:132px;
            padding:3px 12px;
	        font-size: 10px;
        }
        .pulloutyellow li.heading, .pulloutgreen li.heading, .pulloutblue li.heading
        {
			font-weight:bold;
			padding:7px 12px;
        }
        .pulloutyellow li
        {
			background:#feffc5;
	        color: #f85d1a;
	        border-top:solid 1px #ffe7b3;
        }
        .pulloutgreen li
        {
			background:#dcf9b9;
	        color: #0aaa0a;
	        border-top:solid 1px #c4e7a3;
        }
        .pulloutblue li
        {
			background:#dff3fc;
	        color: #008e8d;
	        border-top:solid 1px #b3e3e5;
        }
		/*tables*/
		table.tableblue
		{
			margin:10px 0;
			width:100%;
			border-bottom:solid 1px #b3e3e5;
			border-right:solid 1px #b3e3e5;
		}
		.tableblue td
		{
			font-size:11px;
			background:#dff3fc;
			color: #008e8d;
			border-top:solid 1px #b3e3e5;
			border-left:solid 1px #b3e3e5;
		}
		table.tableyellow
		{
			margin:10px 0;
			width:100%;
			border-bottom:solid 1px #ffe7b3;
			border-right:solid 1px #ffe7b3;
		}
		.tableyellow td
		{
			font-size:11px;
			background:#feffc5;
			color: #f85d1a;
			border-top:solid 1px #ffe7b3;
			border-left:solid 1px #ffe7b3;
		}
		table.tablegreen
		{
			margin:10px 0;
			width:100%;
			border-bottom:solid 1px #c4e7a3;
			border-right:solid 1px #c4e7a3;
		}
		.tablegreen td
		{
			font-size:11px;
			background:#dcf9b9;
			color: #0aaa0a;
			border-top:solid 1px #c4e7a3;
			border-left:solid 1px #c4e7a3;
		}
		
		/*aligning*/
        .lftImage{
            margin:5px 20px 0 0;
            float:left;
            width:156px;
        }
        .rghtImage{
            margin:5px 0 0 20px;
            float:right;
            width:156px;
        }
        .rghtImage img, .lftImage img
        {
			width:156px;
			margin-bottom:15px;
        }
        
        .endparagraph
        {
			clear:both;
			height:10px;

        }
        p
        {
			padding:0;
			margin:10px 0 0 0;
        
        }
		h2
		{
			color:#008c89;
			font-size:11px;
			font-weight:bold;
			padding:0;
			margin:0;
		}
		h2.tablegreen
		{
			color: #0aaa0a;
		}
		h2.tableyellow
		{
			color:#f85d1a;
		}
		h2.tableblue
		{
			color: #008e8d;
		}
/*template 2*/
.newstextitalic
{
	display:block;
	border-top:solid 1px #c2e7f0;
	padding:10px 0;
}
.newstextitalic span
{
	display:block;
	font-style:italic;
	color:#9c9c9c;
	font-size:12px;
}
p.quotation
{
	font-size:12px;
	color:#008c89;
	font-weight:normal;
}
ul.bulletgreen
{
	margin:9px 0 15px 0;
	padding:0;
	list-style:none;
}
.bulletgreen li
{
	padding:12px 0 0 20px;
	background:url(http://www.blackmores.com.au/Images/bulletgreen.gif) no-repeat;
	background-position:3px 6px;
	
}
ol
{
	margin:9px 0 15px 25px;
	padding:0;
}
ol li
{
	padding:12px 0 0 0;
}

