body
{
	font-family: 'Lucida Grande',Verdana,Arial,sans-serif;
	color: #ccc;
}

#page_title
{
	margin: 0 0 1em;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}

h3
{
	margin: 0 0 1em;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #f00;
}

	h3.alt
	{
		color: #fff;
	}

h4
{
	margin: 0 0 1.545em;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #f00;
}

	h4.alt
	{
		color: #fff;
	}

p, ul, ol, dl
{
	margin: 0 0 1.545em;
	font-size: 11px;
	line-height: 17px;
}

ul li
{
	margin: 0 20px;
	background: transparent url(../images/layout/list_arrow.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}

ol li
{
	margin: 0 20px 0 30px;
	padding: 0;
	list-style: decimal;
}

strong
{
	font-weight: bold;
	color: #fff;
}

	strong.red
	{
		color: #f00;
	}
	
	strong.red.caps
	{
		text-transform: uppercase;
		color: #f00;
	}
	
	strong.white.caps
	{
		text-transform: uppercase;
		color: #fff;
	}
	
	strong.caps
	{
		text-transform: uppercase;
	}

em
{
	font-style: italics;
	color: #fff;
}

em.red
{
	font-weight: normal;
	font-style: normal;
	color: #f00;
}

	em.red.caps
	{
		text-transform: uppercase;
		color: #f00;
	}
