/* CSS Document */
.subhead{
                font-family: Georgia, serif;
                color: #000000;
                font-size: 14px;
                line-height: 16px;
                text-transform: none;
                font-weight:bold;
                text-align:left;
}


.copy{
                font-family: Georgia, serif;
                color: #000000;
                font-size: 11px;
                line-height: 13px;
                text-align: left;
                padding-left: 0px;
}
a:link
{
	color: #265847;
	text-decoration: underline;
}

a:visited
{
	color: #777373;
	text-decoration: underline;
}

a:hover
{
  color: #ffffff;
  text-decoration: none;
  background-color: #265847;
}
.newText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #265847;
}

li
{
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}

#base {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
	}
   
