/* 
  -------------------------------------
  Stylesheets by TechTriad, Inc.
  www.techtriad.com
  Misc styles and classes
  -------------------------------------
*/

.icon-acrobat {
	background-image: url(../images/icons/acroread.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-excel {
	background-image: url(../images/icons/icon_xl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.icon-email {
	background-image: url(../images/icons/mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.indent {
	padding-left: 20px;

}
.indent40 {
	padding-left: 40px;
	padding-right: 80px;
	color: #666;

}
.imagespace	{
	margin: 8px;
}
.largeblack {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
.tablecentered {
	margin-right: auto;
	margin-left: auto;
}
.smalltext {
	font-size: 11px;
}

