/**
 *  File: general.css
 *
 *  Author:  Greg Clarke,  based on CSS created by Tasso Kostalas oame@rizendev.com
 * 
 *  Basic general tags. No special context.
 *  For specific context see content.css or footer.css.
 */

body {
    font-family: "Arial", Times, serif;
    font-size: 12pt;
    color: green;
}

td img {display: block;}

div.floatright {
  position: relative; /* ADD */
  float: right;
  text-align:right;
  /* width: 30%; */
}
hr {color: #8090b0;}

A.ResultLink:link {
	color: #000000;
	text-decoration: underline;
	font-family: "Arial", Times, serif;
}
A.ResultLink:visited{
	color: #000000;
	text-decoration: underline;
	font-family: "Arial", Times, serif;
}

A.NavLink:link {
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
A.NavLink:visited{
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-family: "Arial", Times, serif;
}

a:visited {
    color: #000000;
	text-decoration: none;
	font-family: "Arial", Times, serif;
}

a:hover {
	color: #000000;
	text-decoration: none;
	BACKGROUND-COLOR: goldenrod;
	font-family: "Arial", Times, serif;
}

a.ImgNoHover:hover {
	color: #000000;
	text-decoration: none;
	BACKGROUND-COLOR: none;
	font-family: "Arial", Times, serif;
}

a:active {
	color: #cccccc;
	text-decoration: none;
	font-family: "Arial", Times, serif;
}



/*h1 {font-size:15pt; text-indent:20px; text-decoration:underline;}*/
h1 {font-size:16pt; padding-left:20px; text-decoration:underline;}

h2 {font-size:14pt; padding-left:15px;}

h3 {font-size:13pt; padding-left:10px; font-variant:small-caps; text-decoration:underline;}

sup {font-size:8pt; font-variant:normal;}

th {text-align:center; border-left:1px solid #a84848; padding-top:5px;}
