/* 
  -------------------------------------
  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: 20px;
}
.icon-word {
	background-image: url(../images/icons/icon_word.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	line-height: 22px;
}
.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;

}
.indentDouble {
	padding-left: 40px;
}
.highlight {
	background-color: #FF6;
}


hr	{
	border: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #4171BD;
	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;
}
.PullQuote {
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	color:#111111;
	display:block;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:5px;
	padding:10px 40px;
}
.largeBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.medBold {
	font-size: 12px;
	font-weight: bold;
}
.medBoldItalics {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.width250	{
	width: 250px;
}
.width100	{
	width:100px;
}
.width10 {
	width: 10px;
}

legend {
	font-size: 11px;
	color: #666;
}
fieldset {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
