﻿html *
{
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a
{
	color: #acc37a;
}

h1,
h1 span
{
	color: #acc37a;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 30px;
}

h2,
h2 span
{
	font-size: 12px;
	font-family: Arial;
	font-weight: 600; /* explicit since IE is doing funny things on ourclient page*/
	line-height: 20px;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

h3
{
	color: #acc37a;
	font-size: 12px;
	font-weight: bold;
}

h4
{
}

blockquote
{
	padding:20px;
}

/* the before and after are not supported by IE 6/7 this should be applied by javascript*/
blockquote:before
{
	content: '"';
	font-weight: bold;
}

blockquote:after
{
	content: '"';
	font-weight: bold;
}

li
{
	background-image: url(../../Images/OBBulletArrow.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    list-style-type: none;
	padding: 0px 0px 3px 17px;
}

p
{
	padding-bottom: 10px;
}

ul
{
	list-style-type: none;
}
