﻿@charset "UTF-8";
@import url(../content.css);
@import url(../colour_theme_red/content.css);

/*## Green color theme ##*/
@media all
{
	#col3 h2 
	{
		
	}
	
	#col3 h1
	{
		color:#50592f;
	}
	
	#col3 a, 
	#col3 a:focus, 
	#col3 a:hover,
	#col3 a:active {color:#50592f;text-decoration:underline; }
	
	#col3 table.fullwidthtable,
	table.fullwidthtable
	{border:1px solid #50592f;}
		
	#col3 ul li
	{
		background-image:url(../../images/bullet/bullet_green.png);
	}
	
	span.bulletarrow
	{
		background:url(../../images/colour_theme_green/arrow_links.png);
		background-position:0px 2px;
		background-repeat:no-repeat;
		padding-left:15px;
	}
	
}




