h1{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h2{
	font-size: 14px;
	color: #ED8802;
}

orange{
	color: #ED8802;
}
blue{
	color: #336699;
}
grey{
	color: #666666;
}
black{
	color: #333333;
}

small{
	font-size: 15px;
}
x-small{
	font-size: 14px;
}
large{
	font-size: 16px;
}
x-large{
	font-size: 18px;
}

small-orange{
	font-size: 15px;
	color: #ED8802;
}
x-small-orange{
	font-size: 14px;
	color: #ED8802;
}
large-orange{
	font-size: 16px;
	color: #ED8802;
}
x-large-orange{
	font-size: 18px;
	color: #ED8802;
}

small-blue{
	font-size: 15px;
	color: #336699;
}
x-small-blue{
	font-size: 14px;
	color: #336699;
}
large-blue{
	font-size: 16px;
	color: #336699;
}
x-large-blue{
	font-size: 18px;
	color: #336699;
}

small-black{
	font-size: 15px;
	color: #333333;
}
x-small-black{
	font-size: 14px;
	color: #333333;
}
large-black{
	font-size: 16px;
	color: #333333;
}
x-large-black{
	font-size: 18px;
	color: #333333;
}

small-grey{
	font-size: 15px;
	color: #666666;
}
x-small-grey{
	font-size: 14px;
	color: #666666;
}
large-grey{
	font-size: 16px;
	color: #666666;
}
x-large-grey{
	font-size: 18px;
	color: #666666;
}

