.lightGreyBorder {
	border: 1px solid #CCCCCC;
}
body, td, p, a, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;

}
a.underlinedLink {

	text-decoration: underline;
}
.blueVerticalRectangle {
	background-color: 335186;
}
input, select, textarea {
	font-size: 10px;
}
.btn {border: 1px outset; cursor: hand; font-size:11; padding: 3px 6px;
	background-image: url(images/formButton1.gif);
	backgroung-image: repeat-x;
	font-weight: bold;
}
tr.highlightRow {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	background-color: #FFFF99;

}
.hide		{display: none;}
.show		{display: block;}
