body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.heading {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text-blur {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textfield {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.cssbtnborder {
	padding: 1px;
}
.cssbtn {
	font-size: 11px;
	letter-spacing: .03em;
	border: 0;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
}
.cssbtndefault {
	border: 1px solid #4a95c9;
}
.cssbtndefault input,table.cssbtn,.cssbtnhot input {
	background: #cfe8f5 repeat-x center left;
}
.stat-link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.stat-link a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
.note-black {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
.note-red {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	text-decoration: none;
}