/* Text Styles */
body, td, p, input, select, textarea {

	font-family: verdana;
	font-size: 9px;
	color: #969696;
	
}

b {

	color: #7D7D7D;

}


/* Input styles */
.button {

	background-color: #FCFCFC;
	font-weight: bold;

}

/* Link Styles */
a {

	font-weight: bold;
	color: #FF00A0;
	text-decoration: none;

}
a:hover {

	color: #7D7D7D;

}

a.graybold {

	font-weight: bold;
	color: #7D7D7D;
	text-decoration: none;

}
a.graybold:hover {

	color: #FF00A0;

}

a.gray {

	color: #969696;
	text-decoration: none;

}
a.gray:hover {

	color: #FF00A0;

}

a.grayline {

	color: #969696;
	text-decoration: underline;

}
a.grayline:hover {
	
	color: #FF00A0;

}