/* TAGS */

a:link    {
	text-decoration: underline;
	color: #000000;
}
a:visited {text-decoration: underline;
	color: #000000;
	/*color: #333333;*/
}
a:hover   {text-decoration: underline;
	color: #FFFFFF;
}
a:active  {text-decoration: underline;
	color: #FFFFFF;
}

/* Dead Fonts to try later: Trebuchet MS, Lucida Grande, OCR A Extended,  */


BODY {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

SELECT {
	font-size: 9px;
	height: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

IMG {border: 0px;}

INPUT {
	height: 21px;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border-width: 1;
	border-color: #cccccc;
}

/* CLASSES */

.blackType{
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.5px;
	word-spacing: normal;
}

.button {
	height: 21px;
	font-weight: normal;
	font-size: 8pt;
	color: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: capitalize;
} 
 
.calendar {
	overflow: scroll;
}

.rowOver {
	background-color: #CCCCCC;
}

.rowOverBlack {
	background-color: #000000;
}
.whiteType {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.5px;
	word-spacing: normal;
}

#uppercase {
	text-transform: uppercase;
}
.highlighter {
	color: #000000;
	background-color: #FFFF99;
	font-weight: bold;
}
marquee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCFF00;
}
