body {
	font-size: .85em;
	line-height: 1em;
	font-family: Arial, Arial, Helvetica, sans-serif; 
}

a {
	text-decoration: none;
}

.table_main_500 {
	width: 500px;
	margin: auto;
	border: none;
}

.table_main_350 {
	width: 350px;
	margin: auto;
	border: none;
}

.table_cell {
	text-align: center;
	vertical-align: top;
}

.table_div {
	margin: 0 0 -2px 0;
	padding: 0;
}

.large_font {
	font-size: 1em;
	line-height: 1.3em;
}

.small_text {
	font-size: .8em;
	line-height: 1.1em;
}

.100_tall {
	height: 100px;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.dark_gray {
	color: #666666;
}

.small_button_link {
	display: block;
	width: 99px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #ded4d4;
	float: left;
	padding: 2px 5px 2px 5px;
	border: solid 1px #666666;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: bold;
}

.large_button_link {
	display: block;
	width: 98px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #ded4d4;
	float: left;
	padding: 2px 5px 2px 5px;
	border: solid 1px #666666;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: bold;
}

.large_button_link:hover {
	background-color: #ffffff;
	color: #999999;
}

.large_button_margin {
	margin-left: 8px;
}

