*/ Misc. formatting */
body {
	margin: 0;
	background-color: #ffffff;
	}

p {
	font-family: Arial, Helvetica, sans-serif; 
	}
.pecos-p {
	font-family: Arial, Helvetica, sans-serif; 
	}
.screwdriver-p {
	font-family: Arial, Helvetica, sans-serif; 
	}


.copyright {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; color: #91BC8B
	}

code {font: 10px/12px Courier, Courier New, Monaco, Monospace;
	color: #999999;
	}

.supersmall {
	font: 2px/2px Verdana, sans-serif;
	}

.nav {
	font: 9px "MS Sans Serif", Arial, Verdana;
	color: #000000;
	}

.main-nav {
	font: 10px Verdana, "Trebuchet MS", Geneva, sans-serif;
	color: #000000;
	}

*/ Pecos Specific formatting */

pecos-p {}

pecos-header {}

pecos-sub-header {}


*/ Links formatting */

a {
	color: #000000;
	text-decoration: underline;
	}

a:link {
	color: #000000;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

a:active {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:visited:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a.copyright {
	color: #91BC8B;;
	text-decoration: underline;
	}

a.copyright:link {
	color: #91BC8B;
	}

a.copyright:hover {
	color: #91BC8B;
	text-decoration: underline;
	}

a.copyright:active {
	color: #91BC8B;
	text-decoration: none;
	}

a.copyright:visited {
	color: #91BC8B;
	text-decoration: none;
	}

a.copyright:visited:hover {
	color: #91BC8B;
	text-decoration: underline;
	}
	
a.main-nav:link {
	color: #000000;
; text-decoration: none
	}

a.main-nav:hover {
	color: #2D8A2D;
	text-decoration: underline;
	}

a.main-nav:active {
	color: #000000;
	text-decoration: none;
	}

a.main-nav:visited {
	color: #000000;
	text-decoration: none;
	}

a.main-nav:visited:hover {
	color: #000000;
	text-decoration: underline;
	}


*/ Forms formatting */

form {
	display: inline;
	}

.noborder {
	border: 0px;
	}

label {
	cursor: hand;
	}

input {
	background-color: #ffffff;
	color: #000000;
	font: Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 10pt;
	}
	
select {
	background-color: #ffffff;
	color: #000000;
	font: Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 9pt;
	width: 200;
	height: 10;
	cursor: hand;
	}

.button {
	background-color: #ffffff;
	color: #000000;
	font: Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 10pt;
	cursor: hand;
	}

textarea {
	background-color: #ffffff;
	color: #000000;
	font: Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 10pt;
	}

.radio {
	background-color: #e8e8e8; 
	background: #e8e8e8;
	cursor: hand;
	}

