.small {
	font-family : Tahoma;
	font-size : 10px;
	color: Snow;
	font-weight: bold;
	text-decoration : none;
}

.vsmall {
	font-family : Tahoma;
	font-size : 12px;
	color: white;
	font-weight: normal;
	text-decoration : normal;
}

.vvsmall {
	font-family : Tahoma;
	font-size : 10px;
	color: Gray;
	font-weight: normal;
	text-decoration : none;
}

.vvvsmall {
	font-family : Tahoma;
	font-size : 10px;
	color: yellow;
	font-weight: bold;
	text-decoration : normal;
}

.bblack {
	font-family : Tahoma;
	font-size : 10px;
	color: yellow;
	font-weight: normal;
	text-decoration : none;
}

.black {
	font-family : Tahoma;
	font-size : 10px;
	color: black;
	font-weight: normal;
	text-decoration : normal;
}

.button{
	background-color: rgb(245,245,245);
	font-size : 10px;
	cursor : hand;
}
input, select, textarea{
	background-color: rgb(245,245,245);
	font-size : 12px;
}

.smallv {
	font-family : Tahoma;
	font-size : 10px;
	color: Gray;
	font-weight: normal;
	text-decoration : none;
}