a {
	color: #900;
}

.small {
	font-size: 10px;
}
.center {
	text-align: center;
}

.clear {
	clear: both;
}
a img {
	border: 0px;
}
h2 {
	font-size: 36px;
	text-align: center;
}
h3 {
	font-size: 20px;
}
h1 {
	font-size: 24px;
	text-align: center;
}
.red_wine {
	color: #900;
}

.white_box {
	background: #FFF;
	width: 400px;
	margin: 20px auto;
	border: 2px solid #900;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.large_content {
	font-size: 16px;
}

.check_list li {
	background: url(../image/check.png) no-repeat;
	padding: 10px 60px 30px 40px;
	list-style-type: none;
}

/** Left **/
.left_column {
	width: 250px;
	float: left;
	padding: 0px 5px;
}
.right_column {
	width: 645px;
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #d3c97a;
}

/** Opps **/

.opp {
	border-bottom: 1px solid #d3c97a;
	overflow: hidden;
	margin-bottom: 20px;
}

.opp h4 {
	font-size: 16px;
	font-weight: bold;
}
.opp img {
	float: left;
	margin-right: 20px;
}

/** Top nav **/
#top_nav {
	background:url(../image/nav_bg.jpg) #000 repeat-x;
	margin-bottom: 3px;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	display: block;
	float: left;
	list-style-type: none;
	background:url(../image/nav_bg.jpg) #000 repeat-x;
}

#top_nav li.last a {
	border-right: none;
	padding: 10px 30px;
}

#top_nav li a {
	display: block;
	padding: 10px 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #333;
}

#top_nav li a:hover {
	background:url(../image/nav_bg_on.jpg) #333 repeat-x;
}

/** Legacy **/

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-color:#0033FF
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
#market {
	margin-left: 15px;
	margin-right: 15px;
}
body {
	background-image: url(../image/15_bg.jpg);
	background-color: #011f45;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.style12 {
	font-family: "Times New Roman", Times, serif;
	border-right-color: #0033FF;
	font-size: 10px;
}
.style15 {
	font-size: 12px;
}
#click1 {
	align="right";
}

.event_border {
	border: 1px solid #0033FF;
	margin: 10px;
	padding: 10px;
}

.header_phone {
	position: absolute;
	left: 260px;
	top: 32px;
	color: #011F45;
	font-size: 16px;
	text-align:center;
}

.header_cell {
	position: relative;
}
.mlist_label {
	font-size: 12px;
}

.irform {
	border: 1px solid #999999;
	padding: 5px;
}
.irform .header {
	font-size: 16px;
}