/*====This style sheet was created by Kirk Hunt for the Ephioo website.====*/
/*====Created on June 20, 2001====*/

body {
	background: white;
	color: black;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Gray;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Gray;
	scrollbar-track-color : Gray;
	scrollbar-shadow-color : Black;
	scrollbar-darkshadow-color : Gray;
}

#underconstruction {
	background-image: url(../IMAGES/CONSTRUCTIONBACK.GIF);
}

h1 {
	font-family: tahoma, 'times new roman';
	font-size: small;
}

h3 {
	font-family:tahoma, 'times new roman';
	font-size:small;
	font-weight:100;
}

em {
	color: red;
	font-weight: bold;
}

.text {
	font-family: tahoma, 'times new roman', serif; font-size:small;
}

.textsmall {
	font-family: tahoma, 'times new roman',serif; font-size: 9pt;
}

.select {
	background: black;
	color: red;
}

ol {
	list-style: decimal;
	font-family: tahoma, 'times new roman'; font-size: xx-small;
}

img {
	border: none;
}

th {
	color: black;
	font-family: tahoma, 'times new roman';
	font-size: x-small;
}

A:link {color : red;text-decoration:none}
A:visited {color: red;text-decoration:none}
A:hover {color: black;text-decoration:underline}
A:active {color: red;text-decoration:none}



</style>

