
/*
IVD
By: Keith Shay
*/

/* Links */
a:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #cccccc; text-decoration: underline;}

body
{
  margin:0px 0px 0px 0px;
  font-family:verdana;
  font-size:12px;
}

table
{
  font-family: Times New Roman;
  font-size:14px;
  color:#ffffff
}
table.footer
{
  font-family: Times New Roman;
  font-size:12px;
  color:#ffffff
}
td.divider {
	border-left: 1px dotted #cc9900;;
}
hr.line {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cc9900;
}