/* CSS Document */
body {
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, Sans-serif;
  font-size: 80%;
  color: #000;
  background-color: #fff;
  }
.mid1 {
	background-color: #000000;
	border: thin;
}
.unnamed1 {
	background-color: #99FFFF;
	padding: 5px;
}
a {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
.tabOn, .tabOff, .tabOnEnd, .tabOffEnd {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 3px 12px 2px 12px;
  margin: 0;
  /* for width in ie 5.0 */
  width: 5%;
}
.catTab1 a.tabOn, .catTab1 a.tabOn:visited, .catTab1 a.tabOn:hover, .catTab1 a.tabOff, .catTab1 a.tabOff:visited {
  border-right: 1px solid #3770a8;
  border-left: 1px solid #3770a8;
}

.catTab2 a.tabOn, .catTab2 a.tabOn:visited, .catTab2 a.tabOn:hover, .catTab2 a.tabOff, .catTab2 a.tabOff:visited {
  border-right: 1px solid #3770a8;
}

.catTab1  {
  background-color: #DDDDDD;
}
/* medium blue */
.catTab2 {
  background-color: #BBBBBB;
}

a:hover {
  text-decoration: underline;
  color: red;
  background-color: transparent;
}

.articleHead {
  font-size: 120%;
}
.articles {
  font-size: 80%;
}
.articleAuthor {
  font-size: 77%;
}
.listHead {
	font-size:90%;
	font-weight: bold;
}
.listData {
  font-size:80%;
}
.listData2 {
  font-size:70%;
}
.border1 {
	border: 1px solid #006633;
}
.picBorder {
	border: 1px solid #AAAAAA;
}
.altRow {
	background-color: #EEEEEE;
}
.errorCell {
	color: red;
	font-size: 70%;
}
.altRow {
	background-color: #EEEEEE;
}
table.ncrnav {
}
.ncrnav td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: -1px;
	color: white;
	background:#CCCCCC;
	text-align: center;
}
td.calbox {
	border: 1px solid #CCCCCC;
}
td.calbox_full {
	border: 1px solid red;
}
td.calbox_start {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid red;
	border-left: 1px solid red;
}
td.calbox_end {
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

p.quoting {
	padding-left:40px;
	padding-right:40px;
	font-family:"Times New Roman", Times, serif;
}

