/* text n' tags */

td {
	padding: 5px;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
	text-transform: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
}

div#expo_nav h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
	margin-top: -10px;
	text-transform: none;
}

div#expo_nav h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
	margin-top: -10px;
}

div#expo_nav h3 {
	font-size: 14px;
	font-weight: bold;
	color: #d2232a;
	border: 0px;
	margin-top: -10px;
}

div#expo_nav, div#expo_text a:link {
	color: #3f60ae;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

div#expo_nav, div#expo_text a:active {
	color: #3f60ae;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

div#expo_nav, div#expo_text a:visited {
	color: #3f60ae;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

div#expo_nav, div#expo_text a:hover {
	color: #d2232a;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}

/* divs */

div#expo_nav {
	width: 100%;
	margin-top: 175px;
	margin-bottom: 80px;
	text-align: right;	
}

div#expo_nav.small {
	width: 100%;
	margin-top: 175px;
	margin-bottom: 15px;
	text-align: right;	
}

div#expo_text {
	width: 100%;
}

div#expo_floater {
	float: right;
	width: 230px;
	padding: 10px;
	margin-left: 10px;
	background-color: #ffd35c;
	border: 3px solid #ffc425;
}
