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

