﻿body 
{	
}
.txtTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #353E42;
	font-family: 'Times New Roman';
}
.txtTitleWhite
{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Times New Roman';
}
.txtNormal
{
	font-weight:normal;
	font-size: 14px;
	color: #353E42;
	font-family: 'Times New Roman';
}
.txtBlack
{
	font-weight:normal;
	font-size: 14px;
	color: #000000;
	font-family: 'Times New Roman';
}
.txtWhite
{
	font-weight:normal;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Times New Roman';
}
.txtBoldWhite
{
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Times New Roman';
}
.txtBold
{
	font-weight: bold;
	font-size: 14px;
	color: #353E42;
	font-family: 'Times New Roman';
}
.txtSmall
{
	font-size: 11px;
	color: #353E42;
	font-family: 'Times New Roman';
}
.bottomLink
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'Times New Roman';
	text-decoration: none;
}
.bottomText
{
	color: #EEEEEE;
	font-size: 12px;
	font-family: 'Times New Roman';	
	text-decoration: none;
}
.link
{
	color: #AE0005;
	font-size: 14px;
	font-family: 'Times New Roman';
	text-decoration: none;
}

.visited
{
	color: #4286B3;
	text-decoration: underline;
}
.rightbottomdash
{
	border-right: #000000 1px dotted;
	border-bottom: #000000 1px dotted;
}
.bottomdash
{
	border-bottom: #000000 1px dotted;
}
.tdstandardformat
{
	padding-top: 5px;
	padding-left: 10px;
}
.tdtitleformat
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}