<!--
// *********************************************************************************
//	Copyright © 2001 10Base Networks, Inc.
//
//	File: 			/library/style.css
//	Author:			Jason Rosensweig
//	Date Created:	04/15/01
//	Description:	Default stylesheet
//
//	Date		Author		Description
//
// *********************************************************************************
-->

<!-- ANCHOR ELEMENTS -->
A:link
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}

A:visited
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
}

A:hover
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}

A.titleBar:link
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	color: #CBCFDC;
}

A.titleBar:visited
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	color: #CBCFDC;
}

A.titleBar:hover
{
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


<!-- TABLE ELEMENTS -->
TD
{
	font-family: Arial, Verdana;
	font-size: 12;
	color: #000000;
}

