﻿body {
}
.txtTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Arial;
}
.txtTitleRed
{
	font-weight: bold;
	font-size: 14px;
	color: #9D080D;
	font-family: Arial;
}
.txtNormal
{
	font-weight:lighter;
	font-size: 11px;
	color: #565656;
	font-family: Tahoma;
}
.txtBold
{
	font-weight: bold;
	font-size: 11px;
	color: #565656;
	font-family: Tahoma;
}
.txtNormalBlue
{
	font-size: 11px;
	color: #4286B3;
	font-family: Tahoma;
}
.txtNormalBlack
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma;
}
.txtSmall
{
	font-size: 9px;
	color: #565656;
	font-family: Tahoma;
}
.bottomlinks
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;	
	text-decoration: underline;
}
.link
{
	color: #4286B3;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: underline;
}

.visited
{
	color: #4286B3;
	text-decoration: underline;
}
.rightbottomdash
{
	border-right: #000000 1px dotted;
	border-bottom: #000000 1px dotted;
}
.rightdash
{
	border-right: #000000 1px dotted;	
}
.bottomdash
{
	border-bottom: #000000 1px dotted;
}
.tdstandardformat
{
	padding-top: 15px;
	padding-left: 15px;
}