body {
  background-color: white;
	color: black;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
}

h1 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 13px;
	margin: 0 0 0 0;
}
h2 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 13px;
	margin: 0 0 0 0;
}

.titleLink {
  color: white;
	text-decoration : none;
}
.titleLink:hover {
	text-decoration : underline;
}


.commonLink {
  color: black;
	text-decoration : none;
}
.commonLink:hover {
	text-decoration : underline;
}


.ordinaryLink {
  color: black;
	text-decoration : underline;
}
.ordinaryLink:hover {
	text-decoration : underline;
}


.errorLink {
  color: red;
	text-decoration : underline;
}
.errorLink:hover {
	text-decoration : underline;
}


.blueLink {
  color: blue;
	text-decoration : none;
}
.blueLink:hover {
  color: red;
	text-decoration : underline;
}


.categoryLink {
  color: yellow;
	text-decoration : none;
}
.categoryLink:hover {
	text-decoration : underline;
}


.profileTitle {
  color: white;
	background-color: #670b0b;
	font-weight: bold;
}


.categorySeparator {
  background-color: #a11111;
}


.defback {
  background-color: white;
}


.profilePinkLink {
	color : #670b0b;
	text-decoration : none;
}
.profilePinkLink:hover {
	text-decoration : none;
}


.profileSubtitle {
	font-weight: bold;
  background-color: #f5f5f5;
}


.titleText {
	color : gray;
}


td {
	font-size: 11px;
}

.noLink {
  color: white;
  text-decoration : none;
}
.noLink:hover {
  color: white;
  text-decoration : none;
}

.xswhite {
	font-size : 3px;
  color: white;
}

.caption {
	font-size : 14px;
}

.mainTable {
  border-color: #670b0b;
  border-style: solid;
  border-width: 1px;
}

.topBannerTable {
  background-color: #430f0f;
}

.profileTable {
  background-color: #f5f5f5;
}

.error {
  color: red;
}

.note {
  color: green;
}

.currentPicLink {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.currentPicLink:hover {
  text-decoration: none;
}

.nextPicLink {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
.nextPicLink:hover {
  color: red;
  text-decoration: none;
}

.mentionTable {
  border-color: maroon;
  border-style: solid;
  border-width: 1px;
  color: maroon;
  font-weight: bold;
}



.adminTable {
  border-color: gray;
  border-style: solid;
  border-width: 1px;
}

.adminTableTitle {
  color: black;
	background-color: #c5c5c5;
	font-weight: bold;
}

.adminTableRow1 {
  background-color: #e5e5e5;
}

.adminTableRow2 {
  background-color: #f5f5f5;
}


.nextPageLink {
  color: yellow;
	text-decoration : none;
}
.nextPageLink:hover {
	text-decoration : underline;
}


.currentPageLink {
  color: lime;
	text-decoration : none;
}
.currentPageLink:hover {
	text-decoration : underline;
}


.navigationHeader {
  color: gray;
}


.navigationLine {
  background-color: silver;
}

.qsearchText {
  color: white;
}


.textLink {
  color: maroon;
  text-decoration : none;
}
.textLink:hover {
	text-decoration : underline;
}


.xsSearchTable {
  background-color: #A31B1B;
  border:solid maroon;
  border-width:1px 0 0 0;
}
.xsSearchTitle td {
  color: white;
  font-weight: bold;
}
