BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

IMG {
  border-width: 0;
}

.leftCol {
	padding: 10px;
	width: 200px;
}

.contentCol {
	padding: 20px;
	padding-right: 0px;
}

.copyright {
	padding-top: 10px;
	font-size: 8pt;
	color: #666;
}

.pageTitle {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Optima, Optimum, "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, sans-serif;
	text-shadow: 2px 3px 3px #999;
}

.dataTable {
}

.dataTableHeader {
	background: #ccc;
	font-weight: bold;
}

.dataTableRow1 {
}

.dataTableRow2 {
}

.numColumn {
	text-align: right;
	padding-right: 5px;
}

.important {
	color: #c00;
	font-weight: bold;
}

.lessImportant {
	font-size: 8pt;
	color: #666;
}

.errorMsg {
	color: #f00;
	font-weight: bold;
}

.menuNews {
    border-bottom: 1px solid #ccc;
}

.menuNews .label {
    border-color: #ccc;
    border-width: 3px 0 1px;
    border-style: double none solid;
    
    padding: 5px 0;
    margin: 20px 0 5px;

	font-size: 11pt;
    font-weight: bold;
	font-family: Optima, Optimum, "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, sans-serif;
	text-shadow: 2px 3px 3px #999;
}

/*------------------------------
	Expandable menu
  ------------------------------*/
  
.menuContents {
	padding-left: 20px;
}

#expandableMenu {
	color: #1e569f;
	font-size: 10pt;
	font-family: Optima, Optimum, "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.menuCategory, .menuDocument {
	padding: 2px;
	padding-left: 9px;
	text-indent: -9px;
	margin-bottom: 3px;
}

#expandableMenu A {
	text-decoration: none;
	color: #1e569f;
	padding: 2px;
}

#expandableMenu A:hover {
	color: #fff;
	background: #1e569f;
	padding: 2px;
}

#expandableMenu .menuCurrentItem {
	color: #000;
	font-weight: bold;
}

#expandableMenu .hr {
	border-top: 1px #1e569f solid;
	padding: 2px;
}

/*------------------------------
	Forms
  ------------------------------*/

.formLabel {
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}

.formField {
}

.formControl {
	text-align: center;
}

/* ----------------
 * News
 * ---------------- */
.headline {
  font-weight: bold;
  margin-right: 10px;
}

.headline a {
  text-decoration: none;
}

.headline a:hover {
  text-decoration: underline;
}

.byline {
  color: #999;
  font-size: 90%;
}

.headlineAndByline {
  margin-bottom: 5px;
}

.newsItem,
.newsItemHilite {
  margin-top: 25px;
}	

.headlinesItems {
}

.headlinesItem,
.headlinesItemHilite {
  margin-bottom: 10px;
}

.newsItemHilite,
.headlinesItemHilite {
  border: 1px solid #900;
  padding: 1px;
  background: #ffc;
}

.headlinesItemHilite a {
  font-weight: bold;
}

.headlineDate {
  display: none;
  white-space: nowrap;
  font-size: 90%;
}

.headlinesPreview {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  margin-left: 20px;
}

/* ----------------
 * Expandable text items
 * ---------------- */
.expanding .label {
  margin-top: 10px;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
}

.expanded .label {
}

.expanding .contents {
  margin: 0 0 10px 10px;
  display: none;
}

.moreExpanding .contents {
  display: none;
}

.moreExpanding .moreLink {
  margin: 10px;
}

.expanded .moreLink {
  display: none;
}

.expanded .contents {
  display: block;
}