a {
	color:blue;
	text-decoration:none;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color:#FF0000 }

body {
	color:rgb(50,50,50);
	font:8pt Verdana;
	margin:0;
	padding:0;
}

select,td {
	font:8pt Verdana;
}

#myinput {
	background-color:#99ccff;
	margin: 0.2em;
}

#mytxtbox {
	border: 1px solid #CCCCCC;
}

#excel {
	background-color:#99ccff;
	margin: 0.2em;
}

#replystate {
	background-color:#99ccff;
	margin: 0.2em;
}

#textCount {
	background-color:#99ccff;
	color:#FF0000;
	font-weight:bold;
}

input {
	background: #ffffff;
	border:none;
}

#pup {position:absolute; visibility:hidden; z-index:200; width:260; }

#copyright {
	color:#999999;
}

#menu {
	color:#999999;
}

#hborders {
    border-color: #e7e6e6;
    border-style: solid;
	border-width: 1px 0 1px 0;
}

#vborders {
    border-color: #e7e6e6;
    border-style: solid;
	border-width: 0 1px 0 1px;
}
