SELECT, OPTION {
	font-family: Georgia, "Arial", "New York", serif;
	padding: 2px;
	font-size: 11px;
	width: 150px;
	color: #000080;
#	border: inset 1px #708090;
}


a,a:visited,a:active
{
	font-family: Arial, serif;
	font-size: 12px;
	color: navy;
	text-decoration: none;	
}

#return
{
margin-left: 20em;

}

.state
{
   	font-family: Arial, serif;
	font-size: 14px;
        color: Red;
        text-decoration: underline;
	font-weight: bold
}


a:hover
{
    background-color: inherit;
    color: red;
    text-decoration: underline;
	font-weight: bold
}


body
{
	font-family: Arial, serif;
	font-size: 12px;
	color: black;
}



tr
{
font-family: Arial, serif;
font-size: 12px

}

th
{
font-family: Arial, serif;
font-size: 12px;
color: white;
background-color: blue;

}

td
{
font-family: Arial, serif;
font-size: 12px;
color: navy;
background-color: white;

}

H4
{
font-family: Bazooka, Georgia, Arial;
font-style: italic;
font-size: 26px;
color: Black;
text-align: center;

}

H5
{
font-family: Helvetica, serif;
font-size: 12px;
color: Navy;
text-align: center;

}

H6
{
font-family: Helvetica, serif;
font-size: 12px;
color: Blue;
text-align: center;

}

ul
{
list-style-type: none;
list-style-position: outside;

}
li
{
list-style-type: decimal;
margin: 0 0 0 0em;
padding:0;
}

#schedule
{
	font-size: 12px;
	color: rgb(255,0,0);
	font-weight: bold;
	
}

.notes
{
  position: absolute;
  top: 180px;
  right: 75px;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  width: 225px;
  border: 2px solid black;
  background-color: rgb(255,255,255);
  text-align: left;
}

.notes h4
{

  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(102, 102, 102);
  color: rgb(102, 102, 102);
  font-size: 110%;
}
#workorder
{
	margin-left: 30px;
	font-size: 130%;
	
}