.h1 {
	font-family: Tahoma, Arial;
	font-size: 20px;
	font-weight: normal;
}
.h2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}
.h3 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
}
.maintext {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.smalltext {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.red {
	color: #9D080D;
}
.orange {
	color: #FF9900;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #1A7EB2;
}
.green {
	color: #369B1F;
}
.black {
	color: #000000;
}
.gray {
	color: #6C6C6C;
}
ul {
	font-family: Tahoma, Arial;
	font-size: 11px;
	list-style-type: square;
}

