.topBar {
	background-image: url(images/topBarTile.gif);
	background-repeat: repeat-x;
	color: #4B98B4;
	padding-left: 5px;
	margin: 0px;
	padding-right: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 35px;
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contentText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 5px;
	text-align: left;
}
.contentTextTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b98b4;
	font-weight: bold;
}
.contentTextTitle2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
}
.main {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #CC6600;
}
.cursorchange {
	cursor: hand;
}
