.topic {
	font-size: 15px;
	color: #BFDE0E;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-decoration: none;
}
.animation {
	font-size: 11pt;
	color: #707070;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-size: 8pt;
	color: #3C3C3C;
	font-family: verdana,tahoma;
	font-weight: normal;
	text-decoration: none;
}
A.text {
	color: #909090;
	text-decoration: underline;
}
A.text:hover {
	color: #707070;
	text-decoration: none;
}
.register {
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana, tahoma;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
A.register {
	color: #ffffff;
	text-decoration: none;
}
A.register:hover {
	color: #f2f2f2;
	text-decoration: underline;
}
.nbsp {
	font-size: 1px;
}
.border-l {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #707070;
}
.border-r {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #707070;
}
.border {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #707070;
	border-right-width: 1px;
	border-right-color: #707070;
}
.rectangle {
	font-family:  verdana, tahoma;
	font-size: 8pt;
	color: #333333;
	background-color: #EAEAEA;
	border: 1px solid #707070;
}
.note {
	font-size: 7pt;
	color: #3C3C3C;
	font-family: verdana, tahoma;
	font-weight: normal;
	text-decoration: none;
}
.sendbutton {
	font-family:  verdana, tahoma;
	font-size: 8pt;
	color: #333333;
	background-color: #CCCCCC;
	border-right: #707070 1px solid;
	border-top: #707070 1px solid;
	border-left: #707070 1px solid;
	border-bottom: #707070 1px solid;
	cursor: hand;
}
.install {
	font-family:  verdana, tahoma;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #ffffff;
	border-right: #707070 1px solid;
	border-top: #707070 1px solid;
	border-left: #707070 1px solid;
	border-bottom: #707070 1px solid;
	cursor: hand;
	width: 150px;
	height: 20px;
}
A.install {
	text-decoration: none;
}
A.install:hover {
	text-decoration: none;
}