td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.textLarger
{
	font-size: 14px;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
a:link {
	font-weight: bold;
	color: #2B92DB;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #2B92DB;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #7CBBE9;
	text-decoration: none;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
a.white:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	font-weight: normal;
	color: #7CBBE9;
	text-decoration: none;
}
.title-lg {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.title-lg-blk 
{
	font-size: 20px;
	font-weight: bold;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.leftrightborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.errorText
{
	color: Red;
	font-weight: bold;
}
