body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #450515;
	margin: 10px 0px 0px 0px;
	color: #4d637f;
}

a:link {color: #88132f;}
a:visited {color: #88132f;}
a:hover {color: #e90038;}

a.footer:link {color: #ffffff;}
a.footer:visited {color: #ffffff;}
a.footer:hover {color: #cccccc;}

a.careers:link {color: #107ab6; text-decoration: none;}
a.careers:visited {color: #107ab6; text-decoration: none;}
a.careers:hover {color: #69a4c6; text-decoration: underline;}

#bullets1 { 
	list-style-image: url(images/arrow.gif); 
}

#bullets1 li {
	margin: 5px 5px 10px -15px;
}

.indent {
	margin: 10px 15px 10px 15px;
	word-wrap: break-word;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
}

.highlight {
	color: #88132f;
}

.innerImage {
	margin-right: -5px;
}

.careersListing {
	font-size: 11px;
}

.careersTable { border-bottom:1px solid #e6e6e6;
}

.formCell { 
	background-color: #CCCCCC; 
	border: 1px solid gray;
}

#searchCell { 
	background-color: #e0dfe3; 
	border: 1px solid #b1b7af;
	padding-top: 0px;
	margin-top: -10px;
	vertical-align: text-top;
}

.formSearch {
	margin: 0px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
}

pre {
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
}

.row0 {background-color: #f9f9f9;}  
.row1 {background-color: #e9e9eb;}  