
/*
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: #CCCCCC; text-decoration: underline;}

a.one:link {color: #cccccc; text-decoration: underline;}
a.one:visited {color: #cccccc; text-decoration: underline;}
a.one:hover {color: #999999; text-decoration: underline;}

a.two:link {color: #ffffff}
a.two:visited {color: #ffffff}
a.two:hover {color: #cccccc}

a.three:link {color: #000000}
a.three:visited {color: #000000}
a.three:hover {color: #cccccc}

body
{
  margin:0px 0px 0px 0px;
  font-family:verdana;
  font-size:12px;
  color: #ffffff;
  background-color:#000000;
}

table
{
  font-family: verdana;
  font-size:12px;
  color:#000000
}
table.main1 {
  color:#6699CC
  border-spacing: 0px;
  vertical-align: top;
  text-align: left;
  border-top: 3px solid #6699CC;
  border-left: 3px solid #6699CC;
  border-right: 3px solid #6699CC;
  border-bottom: 3px solid #6699CC;
  font-family:verdana;
  font-size:12px
}
table.border {
  vertical-align: top;
  text-align: left;
  border-top: 1px dotted #000033;
  border-left: 1px dotted #000033;
  border-right: 1px dotted #000033;
  border-bottom: 1px dotted #000033;
  font-family:verdana;
  font-size:11px;
}
td.divider {
	border-left: 1px dotted #cc9900;;
}
hr.line {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cc9900;
}