a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #666666; text-decoration: underline}
a:active { color: #000000; text-decoration: none}

a.m1:link { color: #ff0000; text-decoration: none}
a.m1:visited { color: #ff0000; text-decoration: none}
a.m1:hover { color: #ff0000; text-decoration: underline}
a.m1:active { color: #ff0000; text-decoration: none}

a.m2:link { color: #ffffff; text-decoration: none}
a.m2:visited { color: #ffffff; text-decoration: none}
a.m2:hover { color: #ffffff; text-decoration: underline}
a.m2:active { color: #ffffff; text-decoration: none}

a.m3:link { color: #999999; text-decoration: none}
a.m3:visited { color: #999999; text-decoration: none}
a.m3:hover { color: #333333; text-decoration: underline}
a.m3:active { color: #999999; text-decoration: none}

.scrollbox {
    
float:left;
    
clear:left;
    
padding:3px 3px 3px 3px;
    
margin-left:0px;
    
margin-bottom:10px;
    
border-width:2px;
    
border-style:dashed;
    
border-color:#666666;
    
width:250px;

}

.tabletext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

.tabletext2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
}

.listtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
}

.listtext2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #afafaf;
	text-align : right;
	padding-left : 148px;
}

.tablebox {
  background: #efefef;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #cc0000;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #cc0000;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #cc0000;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #cc0000;
	}

.cellbox {
	text-align: justify
	}

.cellbox2 {
	padding-right: 30px;
	padding-left: 20px;
	text-align: justify
	}

.bg-top {
  background: transparent;
  background : url(imgs/edge-top.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #666666;
  }
  
.bg-left {
  background: transparent;
  background : url(imgs/edge-left.png);
  background-repeat: repeat-y;
  background-position: top left;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #666666;
  }
  
.bg-right {
  background: #ffffff;
  background : url(imgs/edge-right.png);
  background-repeat: repeat-y;
  background-position: top right;
  }

.bg-bottom {
  background: transparent;
  background : url(imgs/edge-bottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  }
