/* Fonts */
.smallest
{
	font-size : 10px;
}

.smaller
{
	font-size : 11px;
}

.medium
{
	font-size : 12px;
}

.large
{
	font-size : 13px;
}

.largest
{
	font-size : 14px;
}

.vlargest
{
	font-size : 22px;
}

.header
{
	font-size : 40px;
}

.strong
{
	font-weight:bold;
}

.normal
{
	font-weight:normal;
}

.wingdings
{
	font-family : Wingdings;
}

.wingdings3
{
	font-family : "Wingdings 3";
}

.symbol
{
	font-family : Symbol;
}

