/* IMAGE BORDER */
.darkgray_5px {
	border: 5px solid #aaaaaa;
}
.lightgray_5px {
	border: 5px solid #dddddd;
}
.lightgray_1px_v {
	border-right: 1px solid #dddddd;
}
.orange_5px_v {
	border-left: 5px solid #fd4d01;
	height: 55px;
	margin-right: 5px;
	float: left;
}
.blue_2px_h {
	border-bottom: 2px solid #3a92d2;
}
.black_1px_h {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}
.black_1px_lr {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
.picframe {
	border: 1px solid #000000;
	}

/* LINKS */
a.footerLink:link {color: #eeeeee; font-family: Verdana; font-size: 7pt; text-decoration: underline;}
a.footerLink:visited {color: #eeeeee; font-family: Verdana; font-size: 7pt; text-decoration: underline;}
a.footerLink:hover {color: #eeeeee; font-family: Verdana; font-size: 7pt; text-decoration: none;}
a.footerLink:active {color: #eeeeee; font-family: Verdana; font-size: 7pt; text-decoration: underline;}

a.links:link {font-family: Verdana; font-size: 8pt; color: #888888; text-decoration: underline;}
a.links:visited {font-family: Verdana; font-size: 8pt; color: #888888; text-decoration: underline;}
a.links:hover {font-family: Verdana; font-size: 8pt; color: #fd4d01; text-decoration: none;}
a.links:active {font-family: Verdana; font-size: 8pt; color: #888888; text-decoration: underline;}

a.subnavlink:link {font-family: Verdana; font-size: 7pt; color: #888888; text-decoration: none;}
a.subnavlink:visited {font-family: Verdana; font-size: 7pt; color: #888888; text-decoration: none;}
a.subnavlink:hover {font-family: Verdana; font-size: 7pt; color: #fd4d01; text-decoration: underline;}
a.subnavlink:active {font-family: Verdana; font-size: 7pt; color: #fd4d01; text-decoration: underline;}

a.productLink:link {font-family: Verdana; font-size: 7pt; color: #3a92d2; text-decoration: none; font-weight: bold;}
a.productLink:visited {font-family: Verdana; font-size: 7pt; color: #3a92d2; text-decoration: none; font-weight: bold;}
a.productLink:hover {font-family: Verdana; font-size: 7pt; color: #fd4d01; text-decoration: underline; font-weight: bold;}
a.productLink:active {font-family: Verdana; font-size: 7pt; color: #3a92d2; text-decoration: none; font-weight: bold;}

/* TEXT */
.orange_10pt {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #fd4d01;
}
.orange_8pt {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #fd4d01;
	text-transform: uppercase;
}
.darkgray_9pt {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #aaaaaa;
}
.darkgray_7pt {
	font-family: verdana;
	font-size: 7pt;
	color: #aaaaaa;
}
.gray_7pt {
	font-family: verdana;
	font-size: 7pt;
	color: #888888;
	}
.blue_6pt {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: #3a92d2;
}
.blue_8pt {
	font-family: verdana;
	font-size: 8pt;
	color: #3a92d2;
}
.white_8pt {
	font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
}

/* LISTS */
li.number {
	list-style-type: decimal;
	}
/* BORDER */
table.mainBorder {
	border: 1px solid #999999;
	}

/* CREDIT */
.widget-powered .widget-content {margin:10px auto; width:150px;}
.widget-powered .widget-content span {clear:both; display:block; font-family:Verdana; font-size:7pt; height:92px; overflow:hidden; text-align:center; width:150px;}
.widget-powered .widget-content span a {background:url(/images/everitz-consulting-150x62-glow-signs.gif) no-repeat 0 30px; color:#000000; display:block; height:92px; overflow:hidden; text-decoration:none; width:150px;}
.widget-powered .widget-content span a:hover {color:#8ea28b;}

