body, p, table, tr, td, th, input, select, option, textarea
{
	/* Set base values to be inherited by children */
	font-family: Tahoma, Arial, Helvetica, Univers, Verdana, sans-serif;
	color : #000000;
	font-size: 12px;
}
h1 {font-size: 14pt;}
h2 {font-size: 13pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}

.text 
{
	/* Base text used in posts and tables */
	font-size: 12px;
}
.error 
{
	/* Error-messages */
	color : #FF0000;
	font-size: 12px;
}
.tiText 
{
	/* ?? */
	color : #FF0000;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}

.smText 
{
	/* Small text used in lists, info-cols etc. */
	font-size: 11px;
}

.heading 
{
	/* Heading above table - Name of forum on top of page  */
	color : #0B70A2;
	font-size: 15px;
	font-weight: bold;
}

.lgText 
{
	/*Name of topic -Heading just above table*/
	color : #0B70A2;
	font-size: 13px; 
	font-weight: bold;
}

.tHeading 
{
	/*Table heading*/
	font-size: 12px; 
	color: silver; 
	font-weight: bold;
}

.tiHeading 
{
	/*Table sub-heading*/
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.highlight 
{
	/*search-word highlights*/
	background-color: #ffff66
}

a, a:visited   
{
	/*standard hyperlink*/
	color : #006699;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration : underline;
}

a.boldLink:hover, a.boldLink:visited:hover {
	color : #006699;
	text-decoration : underline;
	font-weight: bold;
}

a.boldLink, a.boldLink:visited  {
	color : #006699;
	text-decoration: none;
	font-weight: bold;
}

a.smLink, a.smLink:visited  {
	color : #006699;
	text-decoration: none;
}

a.smLink:hover, a.smLink:visited:hover {
	text-decoration : underline;
}

a.nav, a.nav:visited  
{
	/* Menu-Navigation links */
	color : #444444;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.nav:hover, a.nav:visited:hover {
	text-decoration : underline;
}

a.npLink, a.npLink:visited, a.npLink:visited:hover, a.npLink:hover 
{
	/* Next+Prev topic in header-line and BackToTop */
	color : gray ;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.cat, a.cat:visited 
{
	/* category-header in topmost frame-line */
	color : #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


a.cat:hover, a.cat:visited:hover {
	color : #000000;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}