/*
BODY {
 	color: black;
 	background-color: #F0F0F0;
}
BODY, P, DIV, SPAN, TD, TH, UL, OL {
 	font-family: Verdana, Arial, Helvetica;
 	font-size: 12px;
}
P {
 	margin-top: 0px;
 	margin-bottom: 10px;
 	padding: 6px;
}
A, A:active, A:visited {
 	color: black;
 	text-decoration: none;
}
A:hover {
 	color: red;
 	text-decoration: underline;
}
*/
.cssLink1, .cssLink1:active, .cssLink1:visited {
  color: #000080;
  text-decoration: none;
}
.cssLink1:hover {
  color: blue;
  text-decoration: underline;
}
.cssLink2, .cssLink2:active, .cssLink2:visited {
  color: #80A0C0;
  text-decoration: underline;
}
.cssLink2:hover {
  color: #6080A0;
  text-decoration: underline;
}
.cssLink3, .cssLink3:active, .cssLink3:visited
{
	color: maroon;
	text-decoration: none;
}
.cssLink3:hover {
  color: blue;
  text-decoration: underline;
}
.cssDetails {
  color: #80A0C0;
}
.cssCurThread {
  font-weight: bold;
  color: blue;
}
.cssDate {
  color: #FF6666;
}
.cssTitle
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	background-color: #B0D0F0;
	border: 2px outset white;
}
.cssContent {
 	background-color: white;
 	border: 1px solid #A0B0C0;
}
.cssForm {
 	font-family: Courier, Monospace;
 	font-size: 12px;
}
.cssThreads {
 	background-color: #F0F8FF;
 	border: 1px solid #A0B0C0;
}
.cssNavigation {
	text-align: center;
 	font-weight: bold;
 	color: white;
 	background-color: #B0D0F0;
 	border: 2px outset white;
}
.cssError {
 	text-align: center;
 	font-weight: bold;
 	color: #D00000;
 	background-color: #FFF0E0;
 	border: 1px solid #C0B0A0;
}
