BODY
{
	font-family:Times New Roman,Arial, Sans-Serif, Helvetica;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color:Black;
}
.Title
{
	font-family:Times New Roman,Arial, Sans-Serif;
	font-size:x-large;
	font-weight:700;
	letter-spacing:1.5;
	color:Black;
}
.Tab
{
	margin-left: 1.5em;
}
.Alert
{
	color:cc0000;
}
.bold
{
	font-weight: 900;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;	
}
.pink
{
	color: #FF00FF;
	font-weight: 900;
}
.blue
{
	color: blue;
	font-weight: 900;
}
.red
{
	color: red;
	font-weight: 900;
}
.purple
{
	color: Purple;
	font-weight: 900;
}
.LightOrange
{
	color: #FFB055;
}
.SubTitle
{
	font-size:large;
}
.FootNote
{
	font-family:Times New Roman;
	font-size:x-small;
	color:Black;
}

.BodyText
{
	font-family:Times New Roman,Arial, Sans-Serif, Helvetica;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color:Black;
}
.ItemTitle
{
	font-family:Times New Roman,Arial, Sans-Serif;
	font-size:large;
	font-weight:600;
	letter-spacing:1.5;
	color:Black;
}

.ItemText
{
}
.SmallItemTitle
{
	font-family:Times New Roman,Arial, Sans-Serif;
	font-size:medium;
	font-weight:600;
	letter-spacing:1.5;
	color:Black;
}
.SubItemTitle
{
}
.SubItemText
{
	font-family:Times New Roman;
	font-size:x-small;
	color:Black;
}
.ThinBorder
{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}