/* CSS Document */

table.lix a { /* 5.0+ extension of "div.lix a" */
 display: block;
 width:100px;
 border:1px solid black;
 cursor:hand;
 filter:blendTrans(duration=0.5);
 }
div.lix a {
 color:#000000;
 background-color:white;
 font:13px verdana,sans-serif;
 text-decoration: none;
 }
div.lix a:link {
 color:black;
 background-color:white;
 }
div.lix a:visited {
 color:black;
 background-color:white;
 }
div.lix a:hover {
 color:red;
 background-color:black;
 border:1px solid red;
 text-decoration: none;
 }
div.lix a:active {
 color:white;
 background-color:black;
 border:1px solid red;
 }body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	background-color: #FFFFFF;

}
table {
	font-size: 12px;
	color: #003333;
}
.border {
	border: 1px solid #333333;
}
a.specials:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;

}
a.specials:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;

}
a.specials:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;

}
a:link {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.margins {
	padding-right: 5px;
	padding-left: 5px;

}
