
/* 3mu Standard and 3mu SB styles */
/* kdrent */

body {
	font-family: courier,fixed;
	font-size: 12px;
	color: #33d011;
	background-color: #000;
	/*background: black url(page2.jpg);*/
}

p,a,td {
	font-family: courier,fixed;
	font-size: 12px;
	color: #33d011;
}



.invisible {
	 visibility: hidden;
}
.visible {
	 visibility: visible;
}


a,a:link,a:visited {
	text-decoration: none;
	color: #77dd11;
}
a:hover {
	text-decoration: underline;
	color: #77dd11;
}
a:active {
	text-decoration: underline;
	color: #dddddd;
}

.termframe {
  background: url(bg1.jpg);
  border: solid 1px #225011;
  padding: .5em;
}

.termframesb{
  background: none;
  border: none;
	
}

.term {
	font-family: courier,fixed;
	font-size: 12px;
	color: #33d011;
	background: none;
}

termReverse,.termReverse {
	font-family: courier,fixed;
	font-size: 12px;
	color: #111111;
	background: #33d011;
}

grey,.grey {
	font-family: courier,fixed;
	font-size: 12px;
	color: #999999;
}

disclaimer,.disclaimer {
	font-family: courier,fixed;
	font-size: 10px;
	color: #999999;
}

keywords,.keywords {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	color: #222222;
}

a.disclaimer,a.disclaimer:link,a.disclaimer:visited {
	text-decoration: none;
	color: #b0b0b0;
}
a.disclaimer:hover {
	text-decoration: underline;
	color: #77dd11;
}
a.disclaimer:active {
	text-decoration: underline;
	color: #dddddd;
}

a.termopen,a.termopen:link,a.termopen:visited {
	text-decoration: none;
	color: #77dd11;
	background: none;
}
a.termopen:hover {
	text-decoration: none;
	color: #222222;
	background: #77dd11;
}
a.termopen:active {
	text-decoration: none;
	color: #222222;
	background: #dddddd;
}