/* CSS for ASV Sales web site */

body {
	background-color: #000066;
	margin: 10px 0%;
	padding: 0 0;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 100%;
	color: #000066;
; top: 20px; clip:  rect(   )
}

.box { /* box for copyright */
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 80%;
	padding: 0px 0px;
	margin: 0px;
	border: #FF0000 none;
}

.man { /* box for manufacturer tables */
	background-color: #FFFFFF;
	border: #000066;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

h1 {
	color: #000066;
	letter-spacing: 8px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	color: #000066;
	letter-spacing: 4px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	text-align: center;
	color: #FF0000;
	background-color: #FFFFFF;
	width: 75%;
	height: 2px;
}

td.cent {
	text-align: center;
}

td.right {
	text-align: right;
}

td.small {
	text-align: center;
	font-size: 80%;
}

a:link { text-decoration: underline; font-weight: bold; color: #000066; }
a:visited { text-decoration: underline; font-weight: bold; color: #000066; }
a:hover { text-decoration: underline overline; font-weight: bold;
background: #FFFFFF; color: #FF0000; }
a:active { text-decoration: underline; font-weight: bold; color: #000066; }

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

OL OL { list-style: upper-alpha }
OL OL OL { list-style: lower-alpha }


h3 { color: #000066; letter-spacing: 2px; font-size: 100%; font-weight: bold; text-align: center; margin-top: 0; margin-bottom: 0; }
td.laddr { text-align: left; font-size: 90%; padding-left: 10px; padding-top: 10px}
td.raddr { text-align: right; font-size: 90%; padding-right: 10px; padding-top: 10px}

