﻿/* blue details layout */
p {
	font-family: Verdana;
	font-size: small;
	color: #009900;
}

h1 {
	font-family: Verdana;
	font-size: large;
	color: #009900;
	margin-bottom: -0.5em;
}

h2 {
	font-family: Verdana;
	font-size: medium;
	color: #009900;
	font-variant: small-caps;
	margin-bottom: -1em;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #336600;
	text-decoration: underline;
}

a:active {
	color: #336600;
	text-decoration: none;
}

.dottedlink {
	color: #009900;
    text-decoration: none;
}

.dottedlink a:link {
	color: #009900;
    text-decoration: none;
    border-bottom: #009900;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.dottedlink a:visited {
	color: #009900;
	text-decoration: none;
    border-bottom: #009900;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.dottedlink a:hover {
	color: #336600;
	text-decoration: none;
    border-bottom: #336600;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}

.dottedlink a:active {
	color: #336600;
	text-decoration: none;
    border-bottom: #336600;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

td {
	font-family: Verdana;
	font-size: small;
	color: #009900;
	vertical-align: top;
}
