﻿body {
	background-color: white;
	background-image: url(/_images/background.png);
	margin: 20px;
}

a:link {
	color: darkblue;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	color: green;
	background-color: white;
}

a:active {
	color: red;
	text-decoration: none;
}

input {
	background-color: snow;
}

input:hover {
	color: green;
	background-color: white;
}

select {
	background-color: snow;
}

select:hover {
	background-color: white;
}

.anet-selection {
	background-color: #dadada;
	font-size: 11px; font-family: Verdana,Helvetica,sans-serif;
}

.anet-selection:hover {
	background-color: white;
}

.head1 {
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 2px;
	font-size: 14px;
	letter-spacing: 2px;
	border: 1px solid gray;
}

.icon1 {
	border: 0px solid gray;
	vertical-align: bottom;
	
}

p,div,h1,h2,h3,h4,ul,ol,dl,li,dd,td,th,blockquote,nobr,b,i,form,legend	{ font-family: Courier New,Courier; color: black; }
p,div,ul,ol,dl,li,dd,td,th,blockquote,nobr,b,i,form,legend,pre			{ font-size: 12px; }

b,i {
	letter-spacing: 1px;
}

small	{ font-size: 11px; font-family: Verdana,Helvetica,sans-serif; }
.small	{ font-size: 11px; font-family: Verdana,Helvetica,sans-serif; }

tt,pre	{ font-family: Courier New,Courier; }
.tt		{ font-family: Courier New,Courier; }
pre {
	background-color: #dadada;
	color: black;
	padding: 2px;
	border: 1px dotted gray;
}

.justify { text-align: justify; }

acronym { border-bottom: 1px dotted; cursor: help; }

fieldset.featuresgroup	{ border: 1px inset white; padding-right: 5px; padding-bottom: 10px; }
.bullet1	{ list-style: disc url(/_images/nav_next.png); }