body {
	background-color: #111111;
}
a {
	font-size: xx-large;
	color: #F2363B;
}
a:link {
	font-size: xx-large;
	text-decoration: none;
}
a:visited {
	font-size: xx-large;
	text-decoration: none;
	color: #7F6D6D;
}
a:hover {
	font-size: xx-large;
	text-decoration: underline;
}
a:active {
	font-size: xx-large;
	text-decoration: underline;
}

.smallLink {
	font-size: large;
	text-decoration: none;
}

.smallLink a {
	font-size: large;
	color: #F2363B;
}
.smallLink a:link {
	font-size: large;
	text-decoration: none;
}
.smallLink a:visited {
	font-size: large;
	text-decoration: none;
	color: #7F6D6D;
}
.smallLink a:hover {
	font-size: large;
	text-decoration: underline;
}
.smallLink a:active {
	font-size: large;
	text-decoration: underline;
}

.currentPageDetail {
	font-size: xx-large;
	font-weight: bold;
	color: #BBBBBB;
}

.pageText {
	font-size: large;
	font-weight: normal;
	color: #BBBBBB;
}

.pageNote {
	font-size: small;
	font-weight: normal;
	color: #CCCCCC;
}

.pageNote a {
	font-size: small;
	color: #82363B;
}
.pageNote a:link {
	font-size: small;
	text-decoration: none;
}
.pageNote a:visited {
	font-size: small;
	text-decoration: none;
	color: #7F6D6D;
}
.pageNote a:hover {
	font-size: small;
	text-decoration: underline;
}
.pageNote a:active {
	font-size: small;
	text-decoration: underline;
}

.pageTextHeader {
	font-size: x-large;
	font-weight: bold;
	color: #BBBBBB;
}

.innerTable {
      color: #AF0000;
      border-color: #AF0000;
      border-width: 1pt;
      background-color: #333333;
      border: solid;
}


