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

body{
	color:#000000;
	background-color:#FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica;
}

.printContentHome{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#323636 solid 2px;
}

.printContentNetwork{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#466A7E solid 2px;
}

.printContentCode{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#576424 solid 2px;
}

.printContentHosting{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#909090 solid 2px;
}

.printContentRelocation{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#803E1C solid 2px;
}

.printContentAbout{
	width:660px;
	position:absolute;
	top:100px;
	border-top:#323636 solid 2px;
}

.noPrint{
	display:none;
	border:none;
	margin:none;
	padding:none;
}

