﻿/* This is where you can put your Office-specific Stylesheet items. */

.textLarger
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:14pt;
}

.textLargerBold
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:14pt;
	font-weight:bold;
}

.textMonospaced
{
	color:Black;
	font-family:"Courier", "Courier New", "Times New Roman";
	font-size:10pt;
}

.textMonospacedBold
{
	color:Black;
	font-family:"Courier", "Courier New", "Times New Roman";
	font-size:10pt;
	font-weight:bold;
}

.textNormal
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:12pt;
}

.textNormalBold
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:12pt;
	font-weight:bold;
}

.textSmaller
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:10pt;
}

.textSmallerBold
{
	color:Black;
	font-family:"Arial","Helvetica","Verdana","sans-serif";
	font-size:10pt;
	font-weight:bold;
}
