
.14BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: 2E2E2E;
	letter-spacing: -1;
}

.reading-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: 2E2E2E;
	letter-spacing: 1;
	line-height: 22px;
	padding: 12px;
}

.11BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: 2E2E2E;
}
.10Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.BlueTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.BlueTextBold, a:link.BlueTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover.BlueTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: bold;
}


.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
}

a.whiteText, a:link.whiteText {
	text-decoration: none;
}

a:hover.whiteText {
	color: navy;
	text-decoration: underline;
}


.GrayTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: InfoText;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}

td.row-image{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0066CC;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	word-spacing: 2;
	height: 25px;
	width: 159px;
	padding-top: 2px;
	padding-left: 12px;
	cursor: pointer;
}

td.row-hover{
	background-image: url(../images/button-hover.gif);
	background-repeat: no-repeat;
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
	word-spacing: 2;
	height: 25px;
	width: 159px;
	padding-top: 2px;
	padding-left: 12px;
	text-decoration: none;
	cursor: pointer;
}

td.row-selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: navy;
	background-image: url(../images/button-selected.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	word-spacing: 2;
	height: 25px;
	width: 159px;
	font-weight: 900;
	padding-top: 1px;
	padding-left: 12px;
	text-decoration: none;
	cursor: pointer;
}

.medium-button{
	width: 100px;
}