﻿/*****************************************************
	TEXT FORMATTING
*****************************************************/
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.left
{
	text-align: left;
}
.lowercase
{
	text-transform: lowercase;
}
.smallCaps
{
	font-variant: small-caps;
}
.uppercase
{
	text-transform: uppercase;
}
.underline
{
	text-decoration: underline;
}
/*****************************************************
	TEXT SIZES
*****************************************************/
.text14
{
	font-size: 14pt;
}
.text12
{
	font-size: 12pt;
}
.text11
{
	font-size: 11pt;  
}
.text10
{
	font-size: 10pt; 
}
.text9
{
	font-size: 9pt;
}
.text8
{
	font-size: 8pt;
}
/*****************************************************
	TEXT COLORS
*****************************************************/
.black
{
	color: #000000;
}
.brown
{
	color: #613913;
}
.blue
{
	color: #446cc0;
}
.blueLt
{
	color: #B4C7FF;
}
.blueDk
{
	color: #0000cc;
}
.green
{
	color: #2b804c;
}
.orange
{
	color: #FF9900;
}
.purple
{
	color: #a99fc1;
}
.purpleDk
{
	color: #635190;
}
.red
{
	color: #a04545;
}
.redLt
{
	color: #ff0000;
}
.white
{
	color: #ffffff;
}