/* HTML selector */
body, dd, dt, ul, ol, li, p, table, th, td
{
	/* font-family: Arial,Helvetica,sans-serif;*/
	font-family: sfont;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	letter-spacing: 1px;
}

h1
{
	font-family: sFont;
	color: #cd001f;
	font-size: 12px;
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2
{
	font-family: sFont;
	font-size: 11px;
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-weight: bold;
	margin: 0 0 0 0;
}

li
{
	font-family: sFont;
	background-image: url(/uploadedimages/bulletin.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	/*font-family: Verdana,Arial,Helvetica,sans-serif;*/
	font-size: 12px;
	color: #333333;
	padding: 0 0 0 10px;
	margin-top: 5px;
}

p
{
	margin: 0px 0px 15px 0px;
}

ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.event ul,
.pr ul
{
	list-style: disc;
	padding: 0;
	margin: 0 2em 10px 2em;
}

table
{
	border: none;
	border-collapse: collapse;
}

/* Clear fix start */
/* easy clearing from http://www.positioniseverything.net/easyclearing.html */
div.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.clearfix
{
	_display: inline-table;
}

/* Hides from IE-mac \*/
* html div.clearfix
{
	height: 1%;
}
div.clearfix
{
	display: block;
}
/* End hide from IE-mac */
/* Clear fix end */

/* Class selector */
.block
{
	padding-left: 15px;
	padding-right: 15px;
}

.bulletBlock
{
	background-image: url("/uploadedimages/square.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	_background-position: 0 3px;
}

.sectionBlock
{
	margin-top: 30px;
}

.sectionBlockAfterIntro
{
	margin-top: 15px; /* 30 - (margin-bottom of p) */
}

.footnotes
{
	font-size: 11px;
	margin-top: 2em;
}

/* Definition list class selector start */
dl.factSheet dt,
dl.factSheet dd
{
	float: left;
	margin: 0 0 15px;
	padding: 0;
}

dl.factSheet dt
{
	clear: both;
	width: 150px;
	font-weight: bold;
}

dl.factSheet dd
{
	width: 341px;
}

dl.factSheet li
{
	margin: 0;
	padding: 0;
	background-image: none;
}
/* Definition list class selector end */

/* Images class selector start */
img.overviewHeading
{
	margin-bottom: 6px;
}

img.overviewPic
{
	display: block;
	margin-bottom: 15px;
}

img.sectionHeading
{
	margin-bottom: 15px;
}

img.sectionPic
{
	margin-bottom: 10px;
}

img.tagline
{
	margin-left: 15px;
	margin-bottom: 20px;
	clear: both;
}
/* Images class selector end */

/* Table class selector */
table.tbl7col
{
	width: 100%;
}

table.tbl7col td
{
	color: #333;
	font-size: 100%;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
table.tbl7col th
{
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 2px 10px;
	background-color: #e2e2e2;
}
table.tbl7col tr.hilite td
{
	background-color: #f6f6f6;
}
table.tbl7col tr.headrow td
{
	font-weight: bold;
	font-size: 100%;
}
table.tbl7col td.ds0
{
	width: 22%;
	text-align: left;
	padding: 2px 5px 2px 10px !important;
	border-right: 1px solid #e2e2e2 !important;
	/*
	border-bottom: 1px solid #e2e2e2 !important;
	*/
}
table.tbl7col td.ds1,
table.tbl7col td.ds2,
table.tbl7col td.ds3,
table.tbl7col td.ds4,
table.tbl7col td.ds5
{
	width: 13%;
	height: 1em;
	text-align: right;
	border-right: 1px solid #e2e2e2 !important;
	/*
	border-bottom: 1px solid #e2e2e2 !important;
	*/
}
table.tbl7col tr td:last-child,
table.tbl7col tr.hilite td.ds6,
table.tbl7col tr.headrow td.ds6,
table.tbl7col td.ds6
{
	width: 13%;
	height: 1em;
	text-align: right;
	padding: 2px 10px 2px 5px;
	border-right: none !important;
	/*
	border-right: none !important;
	border-bottom: 1px solid #e2e2e2 !important;
	*/
}
table.tbl7col td.w2
{
	padding: 2px 10px;
	width: 26%;
}
/* alt color table rows */

table.altColorTbl tr.odd
{
	color: inherit;
	background-color: #eee;
}
table.altColorTbl tr.even
{
	color: inherit;
	background-color: #fff;
}
/*
	override general column styles
*/
table.tbl7col td#redline
{
	background-color: #cd001f;
	height: 2px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 2px;
	line-height: 2px;
}
/* Table class selector end */

/* Unordered list class selector start */
ul.actions
{
	margin: 15px 0 0 1px;
	_position: relative; /* see http://www.positioniseverything.net/explorer/ie-listbug.html */
}

ul.actions li
{
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
	font-size: 11px;
	line-height: normal;
}

ul.actions li img
{
	margin-right: 5px;
}

ul.button
{
	margin: 0;
	padding: 0;
	list-style: none;
	_display: inline;
}

ul.button li
{
	float:left;
	background: none;
	padding: 0;
	margin: 0 0 0 16px;
}

ul.button li.first
{
	float:left;
	background: none;
	margin: 0;
	padding: 0;
}

ul.highlights
{
	float: left;
	width: 238px;
	margin-top: -10px; /* for eliminitating the margin-top: 10px effect of the first li */
}

ul.first
{
	margin-right: 15px;
}

ul.highlights li
{
	margin-top: 10px;
	_display: inline; /* see http://www.positioniseverything.net/explorer/doubled-margin.html */
	_height: 1px; /* give layout, otherwise funny things happen (since ul has layout too) */
}

/*
ul.highlights li.first
{
	margin-top: 0;
}*/
/* Unordered list class selector end */