/* 
  -------------------------------------
  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/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 10px;
}
.icon-calendar {
	background-image: url(../images/icons/calendar_icon_sm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-left: 10px;
}
.indent {
	padding-left: 20px;

}
hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #4171BC;
	height: 1px;
	background-color: #4171BD;
} 

.content blockquote {
	margin-top: 0px;
	margin-bottom: 12px;
}
.imagespace	{
	margin: 8px;
}
.imagespaceRight {
	margin-right: 10px;
}
.tablecenter	{
	margin-left:auto;
	margin-right:auto;
}
.smalltext {
	font-size: 11px;
}
.dotted	{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;

}
.dottedBottom	{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;

}.borderGreen {
	border: 1px double #758874;
}
.greenBold {
	font-weight: bold;
	color: #758B74;
}
.redBold {
	font-weight: bold;
	color: #F00;
}

