/* Basic body font */
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1F315F;
	line-height: 12pt;	
}

/***** Heading 1 *****/
.heading1 {
	font-family: "Bookman Old Style", "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #1F315F;
}

.heading2 {
	font-family: "Bookman Old Style", "Courier New", Courier, mono;
	font-size: 8pt;
	font-weight: bold;
	color: #1F315F;
}


/***** Heading 2 *****/
.heading2 {
	font-weight: bold;
}


/***** body anchors *****/
a, a:visited {
	color: #1F315F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/***** left footer content *****/
#footerLeftContent {
	font-size: 7pt;
}


/***** right footer content *****/
#footerRightContent {
	font-size: 7pt;
	line-height: 7pt;
}


div.leftFloat {	float: left; }
div.rightFloat { float: right; }

span.important {
	font-weight: bold;
}


a.listItem, a.listItem:visited {
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #1F315F;
	text-decoration: none;
}
a.listItem:hover {
	text-decoration: underline;
}

a.miniListItem, a.miniListItem:visited {
	margin: 0px; padding: 0px;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.miniListItem:hover { text-decoration: underline; }


a.bigLink, a.bigLink:visited {
	font-family: "Bookman Old Style", "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #1F315F;
	text-decoration: none;
}
a.bigLink:hover {
	color: #1F315F;
	text-decoration: underline;
}

span.whatshotItem {
	float:left;
	text-align: center;
	font-family: "Bookman Old Style", "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
}


