<!-- CSS Style Begin -->
<STYLE type="text/css">

/* Global Table Settings */
body, table, td
{
	font-family: Verdana;
	font-size : 12px;
	color : #FFFFFF; /* Document Text Color */
}

/* Colors */
.titlebg
{
	background : url("/BlahImages/titlebg.gif");
	font-family: Verdana, Helvetica;
	font-size  : 9px;
	color      : #000000;
	font-weight: bold;
}

.catbg
{
	background-color: #CAD3DA;
	font-family     :  Verdana;
	font-size       : 9px;
	color           : #000000;
	font-weight     : bold;
}

.hr        { background-color: #000000; }

.win       { background-color: #000000; } /* Discussion Group Background Color 1st fields */

.win2      { background-color: #000000; } /* Discussion Group Background Color */

.win3      { background-color: #C0C0C0; } /* Used mainly for Calendar Week listing */

.border    { background-color: #54575B; }

.smalltext { font-size       : 12px; } /* Small font text size, can also change color, etc */

/* Links */
a, a:link, a:active, a:visited
{
	text-decoration: none;
/*	color          : #36383B;*/
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

a:hover
{
	text-decoration: none;
/*	color          : #1A1016; */
	color          : #FFFFFF;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

/* Forms */
input, textarea, select
{
/*	color           : #000000;
	background-color: #CAD1D8;
	font-family     : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size       : 10px;
	border          : 1px #636363 solid;*/
}

input, textarea, select
{
/*	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px;*/
}

input { text-indent: 2px; }
</STYLE>
<!-- CSS Style End -->

