/* a: Links */

a:link
{
	color: #039;
	background: white;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Bitstream Vera Sans", Trebuchet, "Trebuchet MS", Verdana, Geneva, sans-serif;
font-size: 90%;
}

a:link.image-link-plain, a:link:hover.image-link-plain, a:link:focus.image-link-plain, a:link:active.image-link-plain, a:link:visited.image-link-plain
{
	text-decoration: none;
	border: none;
}

a:link:visited, a.graf:link:visited
{
	color: purple;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	font-family: "Bitstream Vera Sans", Trebuchet, "Trebuchet MS", Verdana, Geneva, sans-serif;
}

a:link:hover, a:link:visited:hover
{
	color: blue;
	background: white;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Bitstream Vera Sans", Trebuchet, "Trebuchet MS", Verdana, Geneva, sans-serif;
}

a:link:focus, a.graf:link:visited
{
	color: blue;
	background: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px dashed #FFCCCC;
	font-family: "Bitstream Vera Sans", Trebuchet, "Trebuchet MS", Verdana, Geneva, sans-serif;
}

a:link.noline { text-decoration: none; }
.contentcaps a { font-family: inherit; }

h1 a.permalink:hover
{
	font-family: "News Gothic MT", Trebuchet, "Trebuchet MS", Verdana, Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: blue;
	background: inherit;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0em;
	line-height: 1.5em;
	text-decoration: none;
	border-bottom: 1px dashed blue;
	border-top: none;
	border-left: none;
	border-right: none;
	text-shadow: #63F 1px 1px 2px;
}

h2 a.permalink:hover
{
	font-family: "News Gothic MT", Trebuchet, "Trebuchet MS", Verdana, Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: blue;
		background: white;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0em;
	line-height: 1.5em;
	text-decoration: none;
	border-bottom: 1px dashed blue;
	border-top: none;
	border-left: none;
	border-right: none;
	text-shadow: #63F 1px 1px 2px;
}


a img, a:hover img, a:visited img, a:focus img
{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}