/** Created by: Mike West on 2006 Feb 24* Modified by: ** Copyright (c) 2006 condit.west.creative LLC* 414 S. Mill Avenue, Tempe, Arizona. 85281, U.S.A.* All rights reserved.** This software is the confidential and proprietary information of* condit.west.creative LLC. You shall not disclose such confidential* information and shall use it only in accordance with the terms of* the license agreement you entered into with condit.west.creative LLC*//***********************************************//* HTML tag styles                             *//***********************************************/body {	font-family: "lucida grande", Verdana, sans-serif;	color: #FFFFFF;	line-height: 1.5em;	margin: 0px;	padding: 0px;	font-size: 11px;	text-align: left;	background-image: url(_assets/background_gradient.gif);	background-repeat: repeat-x;	background-color: #72001B;}table {	font-family: "lucida grande", Verdana, sans-serif;	color: #FFFFFF;	line-height: 1.5em;	margin: 0px;	padding: 0px;	font-size: 11px;	text-align: left;}/******* hyperlink and anchor tag styles *******/a:link, a:visited{	color: #71001b;	text-decoration: underline;}a:hover{	text-decoration: none;}/************** header tag styles **************/h1 {	font-size: 20px;	text-align: left;	text-indent: 25px;}h2 {	font-size: 13px;	font-weight: bold;}h3 {	/* none set */}h4 {	/* none set */}h5 {	/* none set */}/*************** list tag styles ***************/ul {	/* none set */}ul ul {	/* none set */}ul ul ul {	/* none set */}li {	/* none set */}/********* form and related tag styles *********/form {	/* none set */}label {	/* none set */}				input {	/* none set */}/***********************************************//* Custom styles                               *//***********************************************/.flash_container {	padding-top: 50px;}.body_container {	width: 785px;	background-color: #d4cebd;	border: 2px;	border-color: #FFFFFF;	border-style: Solid;	text-align: left;	color: #000000;	margin-top: 50px;}.top_border {	background-color: #86903C;	width: 100%;}.body_txt {	padding-left: 25px;}