/* 
  -------------------------------------
  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;

}
hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #4171BD;
	height: 1px;
	background-color: #4171BD;
} 
.imagespace	{
	margin: 8px;
}
.imagespaceRight	{
	margin-right: 8px;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.indent_text {
	text-indent: 10;
}
.width250 {
	width: 250px;
}
.largetext {
	font-size: 16px;
}

