a
{
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}

a:hover
{
  font-face: Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
}

p
{
  line-height: 130%;
}

table, td, p, li, ol, ul, dd, small,body
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
}

h1, .likeH1
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

h2, .likeH2
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

.tinyWee
{
  font-size: 10px;
}

/* special class for lists to use an image as a bullet */
ul.bluearrow
{
  list-style-image: url(../img/bluearrow.gif);
}

/* class for the text in text input boxes - probably won't work in netscape*/
.textbox
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #9999ff;
}

.card_text
{
  font-size: 15px;
  font-face: Verdana, Helvetica, arial, sans-serif;
}

.title_text
{
  font-size: 16px;
  font-face: Verdana, Helvetica, arial, sans-serif;
  font-weight: bold;
}


/* styles top for navigation elements */
ul.topNav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.circle {font-size: 8px; font-weight: bold; margin-right: 6px; margin-left: 8px;}

li.topNav {
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../img/nav/nav_item_flat.gif);
	color: gray;
	text-decoration: none;
	padding-top: 5px;
	margin: 0px; 
	width: 128px;
	height: 21px;
	vertical-align: bottom;
	text-align: left;
}

li.topNav a {
	text-decoration: none;
	letter-spacing: 0.1em;
	color: white;
	}

li.topNav a:hover {
	color: grey;
	}

#navSelected {
	background-image: url(../img/nav/nav_item_3d.gif);
}

/* end:styles top for navigation elements */

