/* ARC Design www.arcdesignnc.com */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;}
	
.style2 {color: #FFFFFF;}

.style2a:link { color: #FFFFFF; text-decoration: underline; }
.style2a:visited { color: #FFFFFF; text-decoration: underline; }
.style2a:hover { color: #f1f1f1; text-decoration: underline; }
.style2a:active { color: #FFFFFF; text-decoration: underline; }

#style5 { color: #FFFFFF; text-decoration: none; font-size:16px; font-weight:bold; }
#style5 a:link { color: #FFFFFF; text-decoration: none; font-size:14px; font-weight:bold; }
#style5 a:visited { color: #FFFFFF; text-decoration: none; }
#style5 a:hover { color: #FFFFFF; text-decoration: underline; }
#style5 a:active { color: #FFFFFF; text-decoration: none; }

.style3 {font-size: 8pt}

.style3s {font-size: 8pt; line-height:1.5;}

.resourcebacking { background: #ffffff; background-image: url('http://host1.arcdesignnc.com/~microfax/images/contentbacking2.png');
    background-position: top;
    background-repeat:   no-repeat; }

#newspad { padding-left:22px;
}

input {
font-family: arial; 
font-size: 12pt; 
background-color: #FFFFFF; 
border:1px solid #B6B6B6; 
width:100%;}

button {
font-family: arial, sans-serif; 
font-size: 12pt; 
border: 3px double #999999; 
background-color:#c0c0c0;}

textarea {
font-family: arial, sans-serif; 
font-size: 12pt; 
background-color:#FFFFFF; 
color:#8e8e8e;
border:1px solid #B6B6B6; 
width:90%;}

select {
font-family: arial; 
font-size: 12pt; 
background-color:#FFFFFF; 
color:#8e8e8e; 
border:1px solid #B6B6B6; 
width:50%;}

.style5 {
	color: #000000;
	font-size: 9pt;
}
.style6 {font-size: 14pt}
.style7 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.stylecopy {
	font-size: 12pt;
	font-weight: bold;
}
#faqhead {
	font-weight: bold;
	color: #CC0000;
}:

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B61596;
}
label {
	color:#6E6E6E;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:255px;
	height:15px;
	background:url(images/textbox.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:255px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;}