a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.hilite{
  background-color:#ffff00;
  }
  /* Paragraphs styled as tips */
  p.tip {
	background-color:#003366;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	border:1px dashed #99CCFF;
	width:80%;
  } 
  /* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}
/* Float image to right of paragraph */
img.floatRight{
   float: right;
}
/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}

div.centerblock{
	margin:0;
	padding: 10px;
	width: 70%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pics/bullets/ani-smiley.gif");
}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
   margin: auto;

}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
   vertical-align:top;

}
/* Style for thumbnail images -and gets rid of border link */
img.thumbs{
   width:100px;
   border-width: 0px;
}
/* General style for horizontal lines */
hr{
	background-color: #0000ff;
	color:#009933;
	width: 60%;
	}
table.textblock{
	text-align: left;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	width: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px dashed #00CCCC;
}
