H1 {
	font-size:14px;
}
.mainFont {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 15px;
}
.mainFont1 {
	font: 14px "Trebuchet MS";
	color: #333333;
	padding: 8px;
}
.mainFont2 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	padding: 8px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
body {
	background: url(../images/netcompbg.gif) repeat-x fixed;
}
.smallArial {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;

}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #DFDFDF;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #DFDFDF;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #DFDFDF;
}
.imgbrdr {
	border: .5px dashed #333333;
}
.divider {
	border-bottom:1px #333 dashed;
	padding-bottom:10px;
}