body {
	background-color: yellow;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Verdana,sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	background-image: url(/ai/dots1.png);
}

body.intranet {
	background-color:black;
	background-image:none;
}

a:link, a:visited,  a:active {
color:orange;  /* was ff860d */
font-weight: normal;
text-decoration: none;
}

a:hover{text-decoration: none; color: lime;}

td a:link, td a:visited, td a:active {
color: orange;
font-weight: normal;
text-decoration: none;
}

li { text-align:left}

td a:hover{
	text-decoration: none;
	color: lime;
}

p {
	margin: 8px 0 8px 0;
	text-align: left;
}

p.bottom {height:1000px}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	color: yellow;
	display: inline;
	margin: 0;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: silver;
	font-style: italic;
	display: inline;
	margin: 0;
}

/* h3 intended to be hidden - same color as background */
h3 {
	font-size: 10pt;
	color: #212121;
	display: inline;
	margin: 0;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	color: silver;
	display: inline;
	margin: 0;
}

.t1 {
	width:800px;
	border:5px solid silver;
	padding:5px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	background-color: #212121;

	
}

.t1 h2 {text-align:center}

.t2 {
	width:800px;
	border:5px solid silver;
	padding:3px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	background-color: #212121;
	text-align:center;

	
}


.Title {
	font-size: xx-large;
	font-weight: bold;
}
.CarTitle {
	color:orange;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover .CarTitle{text-decoration: none; color: lime;}


.cp {
	text-align:left;
	margin-left:35px;
	margin-right:35px;
}

.cent {
	text-align:center;
}

.footer {text-align:center}


.PageTitle {
	text-align:center;
	font-size: medium;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
}
.FormSectionTitle {background:#FF3300; color:#CCCCCC}
table .FormTable {
	background-color:#CCFFFF;
	width: 100%;
}
td .FormLabel {
	text-align:right;
	width:40%;
	color: #FF0066;
}
td .FormField {text-align:left; }


.value {color: yellow}

.image {
	border:1px solid orange;
	margin-right: 5px;
	float: none;
	margin-bottom: 10px;
	text-align: left;
}

li .image {float:left;
}


td a:link .image, td a:visited .image, td a:active .image {border:1px solid orange;}
td a:hover .image {
	border:1px solid lime;
}

td .photolist {font-family:Arial, Helvetica, sans-serif; font-size:x-small}


#listmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#listmenu h1 {
	font-size:18px;
	display: block;
	padding: 3px 0 5px 0;
	color: yellow;
	margin: 0 0 10px 0;
	text-align:center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: red;
}

#listmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#listmenu ul li {
	margin: 0px;
	padding: 0px;
	height: 132px;
}
#listmenu ul li a {
	margin: 0px;
	display: block;
	text-decoration: none;
	height: 122px;
	color: white;
}


#listmenu ul li a:hover, #listmenu ul li a:focus {
	margin: 0px;
	background-color: #003300;
	height: 122px;
}

.fots {
	background-color:red;
	color:white;
	font-weight: bold;
	font-style: italic;
}

/* created from spiffycorners.com */
div#fots {
	margin-top:3px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FF0000}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d0000;
  border-right:1px solid #6d0000;
  background:#bf0000}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #190000;
  border-right:1px solid #190000;
  background:#ce0000}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ce0000;
  border-right:1px solid #ce0000;}
.spiffy4{
  border-left:1px solid #6d0000;
  border-right:1px solid #6d0000}
.spiffy5{
  border-left:1px solid #bf0000;
  border-right:1px solid #bf0000}
.spiffyfg{
  background:#FF0000}
