/******************************************************************

   The following stylesheet elements allow you to control fonts,
   colors, and spacing in the NetPublicist Web Site

******************************************************************/

/* controls basic properties of the entire document */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
}

/* a.shead controls look of important links on the site */
a.shead {
	font-family: "Courier New", Courier, monospace;
	color: #ff0000;
	font-size: 10pt;
}

/* a.visited controls links that were already visted */
a.visted { color:#ff0000; }

/* .stext controls text that is at the header of sections */
.stext { 
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 10pt; 
}

/* .pagetitle controls the look of page titles */
.pagetitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
	width : 100%;
	padding-left : 8pt;
}

/* .functiontext controls text that describes functions */
.functiontext { 
	font-family: "Courier New", Courier, monospace;
	color:#000000;
}

/* .fieldtext controls text in fields */
.fieldtxt { 
	font-family: "Courier New", Courier, monospace;
	color: #000000
}

/* .notavailable controls text for domains that aren't available */
.notavailable { color: #AAAAAA; }

/* .available controls text for domains that are available */
.available { color: #663300; }

/* .domain controls text for domains */
.domain { color: #000000; }

/* .error controls text for errors */
.error { 
	color: #FF0000;
    }
