
/*
IVD
By: Keith Shay
*/

/* Links */
a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #ff9999; text-decoration: none;}

a.image:link {color: #ffffff; text-decoration: none;}
a.image:visited {color: #ffffff; text-decoration: none;}
a.image:hover {color: #cccccc; text-decoration: none;}

body
{
  margin:0px 0px 0px 0px;
  font-family:  Helvetica
;
  font-size:10px;
  color:#003366
}

table
{
  font-family:  Helvetica
;
  font-size:12px;
  color:#003366
}
table.news {
  vertical-align: top;
  text-align: center;
  border-top: 1px dotted #ff00cc;
  border-left: 1px dotted #ff00cc;
  border-right: 1px dotted #ff00cc;
  border-bottom: 1px dotted #ff00cc;
  font-family:   Helvetica
;
  font-size:10px;
  color:#003366
}
td.divider {
	border-left: 1px dotted #cc9900;;
}
hr.line {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cc9900;
}