 .textbox { 
 	color: #000000; 
	font-family: verdana, helvetica; 
	font-size: 12px;
	padding: 15px
}
 .textcopy { 
 	color: #000000; 
	font-family: verdana, arial, helvetica; 
	font-size: 12px 
}
 .textcopywhite { 
 	color: #ffffff; 
	font-family: verdana, arial, helvetica; 
	font-size: 12px 
}
 .textcopySmall { 
 	color: #000000; 
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	text-decoration: none
	
}

 .textcopyMini { 
 	color: #000000; 
	font-family: verdana, arial, helvetica; 
	font-size: 8px;
	text-decoration: none
	
}

 .textheader {
	color: #663399;
	font-family: verdana, helvetica; 
	font-size: 15px ;
	font-weight: bold
}

 .textheadersmall {
	color: #663399;
	font-family: verdana, helvetica; 
	font-size: 13px ;
	font-weight: bold
}

 .sideheader {
	color: #663399;
	font-family: verdana, helvetica; 
	font-size: 11px ;
	font-weight: bold
}

 .textcopysmallwhite { 
 	color: #ffffff; 
	font-family: verdana, arial, helvetica; 
	font-size: 11px 
} 

.textnav {
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

A.textcopy	{
	color: #663399
}

/* Style for a block - DIV */
.m0table {
	background: #000000;
}
.m1table {
	background: #381C4C;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #000000;
}
.m1mouto {
	background: #000000;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: gray;
	border-top: 1px  #ffffff;
	border-bottom: 1px #ffffff;
	border-right: 1px #ffffff;
	border-left: 1px #ffffff;
	color: white;
}
.m1movero {
	background: gray;
	border-top: 1px  #ffffff;
	border-bottom: 1px #ffffff;
	border-right: 1px #ffffff;
	border-left: 1px #ffffff;
	color: white;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: gray;
	border-top: 1px white;
	border-bottom: 1px  white;
	border-right: 1px  white;
	border-left: 1px  white;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: arial;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	color: white
	}
.m1inner {
	font-family: arial;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	color:white;
}
#m0t1 {
	border: 3px solid red;
}
