.copyright {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #999999;
}
.mylist {
	margin-top: 0px;
	margin-bottom: 0px;
}
.normb { 
	font-family: arial, sans-serif;
	 		  font-size: 12px ;
			  color: Black;
			  text-decoration: none;
}
.norm { 
	font-family: arial, sans-serif;
	 		  font-size: 12px ;
			  color: white;
			  text-decoration: none;
}
a.inform:visited {
	text-decoration: none;
	color : #66cccc;
}

a.inform:link {
	text-decoration: none;
	color : #3399cc;
}
a.inform:hover {
	text-decoration: none;
	color : #663399;
}

a.check:visited {
	text-decoration: none;
	color : #00ffff;
}

a.check:link {
	text-decoration: none;
	color : #00ffff;
}
a.check:hover {
	text-decoration: underline;
	color : #00ffff;
}
a.check1:visited {
	text-decoration: none;
	color : #66cccc;
}

a.check1:link {
	text-decoration: none;
	color : #66cccc;
}
a.check1:hover {
	text-decoration: underline;
	color : #66cccc;
}

a:visited {
	text-decoration: none;
	color : #ffffff;
}
a:link {
	text-decoration: none;
	color : #ffffff;
}

a:hover {
	text-decoration: none;
	color : #66ff00;
}

.myform {
	margin : 10px 0px 0px 0px;
	font-family: arial, sans-serif;
    font-size: 10px ;	
}
.mytext{
	background-color: #81a4d5;
	color: rgb(0,0,0);
	border-left: 2px solid #cccccc;
	border-right: 2px solid #666666;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #666666;
}