body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #575D6E;
}
.box {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #F1F1F1;
	border: 1px solid #999999;
}

.red {
	color: #FF0000;
}

.green {
	color: #049E00;
}

.title {
	font-size: 12px;
	color: #3A5760;
}

.menu {
	text-decoration: none;
	color: #FFFFFF;
}

.menu:hover {
	text-decoration: none;
	color: #FFCC00;
}

.link {
	color: #000000;
}

.link:hover {
	color: #AF0001;
}

.style1 {font-size: 10px}
.style2 {color: #FF0000}

.white {
	color: White;
}
.white:hover {
	color: Black;
}

.toolbar {
	background-color: #E4E4E4;
	border-left: #E4E4E4 solid 1px;
	border-top: #E4E4E4 solid 1px;
	border-right: #E4E4E4 solid 1px;
	border-bottom: #E4E4E4 solid 1px;
}

.button {
	background-color: #E4E4E4;
	border-left: #E4E4E4 solid 1px;
	border-top: #E4E4E4 solid 1px;
	border-right: #E4E4E4 solid 1px;
	border-bottom: #E4E4E4 solid 1px;
	text-align: center;
	cursor: default;
}
.select {
	background-color: #E4E4E4;
}