@charset "UTF-8";
/* CSS Document */

.BoxCircuit {
	padding: 10px;
	height: 100px;
	width: 206px;
	border: 3px double #717DA3;
	background-color: #717DA3;
	white-space: normal;
	background-image: url(../images/bkgds/circuitblue.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	margin-bottom: 10px;
}
.BoxDocument {

	padding: 10px;
	height: 100px;
	width: 206px;
	border: 3px double #717DA3;
	background-color: #717DA3;
	white-space: normal;
	background-image: url(../images/bkgds/document.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	margin-bottom: -8px;
}
.BoxPhone {
	padding: 10px;
	height: 100px;
	width: 206px;
	border: 3px double #717DA3;
	background-color: #717DA3;
	white-space: normal;
	background-image: url(../images/bkgds/blue.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	margin-bottom: -8px;
}
.boxtitle {
	font-size: 18px;
	color: #CCCCCC;	
}
.boxtitle A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtitle A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtitle A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtitle A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.boxsubtitle {
	font-size: 14px;
	font-style: italic;
	color: #CCCCCC;
}
.boxsubtitle A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.boxsubtitle A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.boxsubtitle A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.boxsubtitle A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.boxtext {
	font-size: 14px;
	color: #CCCCCC;
}
.boxtext A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtext A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtext A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.boxtext A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

