﻿.textWhite
{
	color: #ffffff;
}

.textGreen
{
	color: #579d18;
}

.textGray
{
	color: #666666;
}

.textBlue
{
	color: #00426e;
}

.textBlack
{
	color: #000000;
}



.text7pt
{
	font-size: 7pt;
}

.text8pt
{
	font-size: 8pt;
}

.text10pt
{
	font-size: 10pt;
}

.text11pt
{
	font-size: 11pt;
}

.text12pt
{
	font-size: 12pt;
}

.text13pt
{
	font-size: 13pt;
}

.text15pt
{
	font-size: 15pt;
}

.text18pt
{
	font-size: 18pt;
}

.textJustify
{
	text-align: justify;
}


.textBold
{
	font-weight: bold;
}


.textUnderline
{
	text-decoration: underline;
}

.textLineHeight30px
{
	line-height: 30px;
}