/** START IDS **/

BODY
{
	margin-top:         	0px;
	margin-bottom:      	0px;
	margin-left:        	0px;
	margin-right:       	0px;
	font-size:				12px;
	font-family: 			Arial, Helvetica, sans-serif;
	letter-spacing: 		0px;
	color: 					#000000;
	background-color:		#ffffff;
	background-image: 		url(images/img_footprints.gif);
	background-repeat:		repeat-y;
}

A
{
	color:					#D88867;
	text-decoration:		underline;
}

A:hover
{
	color: 					#D88867;
	text-decoration: 		none;
}

/** END IDS **/



/** TEXT STYLES **/

.main_text
{
	color: 					#000000; 
	letter-spacing: 		0px;
}

.main_text_sm
{
	color: 					#000000; 
	letter-spacing: 		0px;
	font-size:				10px;
}

.main_text_bold
{
	font-weight:			bold;
	color: 					#000000; 
}

.main_text_italic
{
	font-style: 			italic;
	color: 					#000000; 
}

.green_text
{
	font-size:				18px;
	font-weight:			bold;
	color:					#9DB6AA;
}

.error
{
	font-size:				12px;
	font-weight:			bold;
	color:					#ff0000;
}

.main_nav
{
	font-family:			"Arial Black";
	font-size:				14px;
	color:					#FFFFFF;
	letter-spacing: 		-1px;	
	text-decoration:		none;
}

.main_nav:hover
{
	font-family:			"Arial Black";
	font-size:				14px;
	color:					#000000;
	letter-spacing: 		-1px;
	text-decoration:		none;
}

.main_nav_off
{
	font-family:			"Arial Black";
	font-size:				14px;
	color:					#000000;
	letter-spacing: 		-1px;
	text-decoration:		none;
}

/** END TEXT STYLES **/


/** MAIN STYLES **/
.body_copy
{
	padding-bottom:			25px;
	padding-left:			40px;
	padding-right:			25px;
	padding-top:			25px;
}

.nav
{
	padding-top:			25px;
	padding-left:			18px;
	padding-right:			0px;
	padding-bottom:			25px;
}

.back_link
{
	text-align: right;
	width: 900px;
}
/** END MAIN STYLES **/


/** HEADER STYLES **/
.header_green
{
	font-size:				20px;
	font-style:				italic;
	font-weight:			bold;
	color:					#9DB6AA;
}

.header_green_sm
{
	font-size:				14px;
	font-style:				italic;
	font-weight:			bold;
	color:					#9DB6AA;
}

.header_orange
{
	font-size:				20px;
	font-style:				italic;
	font-weight:			bold;
	color:					#D88867;
}

.header_orange_sm
{
	font-size:				14px;
	font-style:				italic;
	font-weight:			bold;
	color:					#D88867;
}


/** END HEADER STYLES **/


/** TABLE STYLES **/
.main_table
{
	width:					700px;
	padding: 0px;
}
/** END TABLE STYLES **/


/** INPUT STYLES **/
.chicken_field
{
	background-color:		#FFFFCC;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	width:					285px;
	border-color:			#000000;
	border-style:			solid;
	border-width:			1px;
}
/** END INPUT STYLES **/
