div.box {
    /*Any properties you'd want the box to have.*/
    /*Would probably be position, dimension type stuff.*/
    border: 0px solid #000000;
//    width:100%;
//    height:100%;
    position: relative;
}
div.box_contents {
    background-color:transparent;
//    height: 100%;
    position: relative;
//    width: 100%;
    z-index: 101;
}
div.box_background {
    background-color: white;
//    height: 100%;
    opacity: 0.8;
    filter:alpha(opacity=80); /* IE's opacity*/
    position: relative;
    left: 0px;
    top: 0px;
//    width: 100%;
    z-index: 100;
}
body.sis {
	link: #ff0099;
	vlink: #ff0099;
}

a {
	font-size:large;
	link: #ff0099;
	vlink: #ff0099;

}
a.rf {
	link: #ffffff;
	vlink: #ffffff;
	font-size: x-small;
}
/*
table {
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
} // */