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