/* PERSISTENT CSS STYLES */


/* TEXT & LINK STYLES */

p
	{
	font-size: 12px;
	color: #000000;
	line-height: 200%;
	}

h1
	{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 140%;
	}

h2
	{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 140%;
	}

ol
	{
	font-family: verdana;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 10px;
	list-style-type: decimal;
	}

ul
	{
	font-family: verdana;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	}

li
	{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 200%;
	}

a:link		{color: #FF9900; text-decoration: underline; }
a:visited	{color: #FF9900; text-decoration: underline; }
a:hover	{color: #CC9900; text-decoration: underline; }
a:active	{color: #FF9900; text-decoration: underline; }
	
/* CONTAINER STYLES */

.td_content_container
	{
	background-color: #FFE28C;
	border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	padding: 30px 30px 30px 30px;
	}