A.menu:link    { color:black; font-family:   Arial, Helvetica, sans-serif;  text-decoration: none; }
A.menu:visited { color:black; font-family:   Arial, Helvetica, sans-serif;  text-decoration: none; }
A.menu:hover   { color:#0045BD; font-family: Arial, Helvetica, sans-serif;  text-decoration: underline; }

A:link    { color:black;   text-decoration: underline; }
A:visited { color:black;   text-decoration: underline; }
A:hover   { color:#0045BD; text-decoration: underline; }

BODY {
     font-family: Arial, Helvetica, sans-serif;
     margin: 0px;
     height:100%; 
     
}

h1 {
	color: #0045BD;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom : 0;
	margin-bottom : 8px;
	margin-top : 0;
	background : url(/images/bar.gif);
	background-position: bottom;
	background-repeat : repeat-x;
	padding-bottom: 5px;
}	

h2 {
  color: #0045BD;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom : 0;
  margin-bottom : 0;  
}

h3 {
	color: #0045BD;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom : 0;
	margin-bottom : 0;
}

h4 {
  color: #0045BD;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom : 0;
  margin-bottom : 0;  
}

h5 {
  color: #0045BD;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom : 0;
  margin-bottom : 0;  
}

h6 {
  color: #0045BD;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom : 0;
  margin-bottom : 0;   
}

TABLE.border {
	border: 2px solid #ADDBEF;
	padding: 0px;
	border-collapse: collapse;
}

TABLE.border TD{
	padding: 0px;
}

TR.borderlabel {
	background-color: #ADDBEF;
	color: #FFFFFF;
	font-weight: bold;
}

TABLE.interfaceitem {
	border: 0px;
	padding: 0;
}

TD.interfaceitem {
	border: 0px;
	padding: 0;
}

HR {
	color: #0045BD;
	border-style : solid;
}

IMG.border {
	border : thin solid #0045BD;
}

input.blue {
	background : #ADDBEF;
}

TD.watermarked {
	background-image : url(/images/watermark.gif);
	background-attachment : repeat;
	background-repeat : repeat-y;
	background-position : top;
}


blockquote.todo {
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFCC;
	border: thin solid #000000;
}


#dhtmltooltip{
  font-size: 10px;
  text-align: center;
  position: absolute;
  width: 150px;
  border: 1px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
