@media all {

	body {
		font-size: 75%;
		background: #FCF9EC;
		font-family: helvetica, arial, sans-serif;
		color: #504024;
	}
	table {
		font-size: 100%;
	}
	input, textarea, option {
		background: #FCF9EC;
		border: 1px solid #776D56;
	}
	a {
		font-weight: bold;
		text-decoration: none;
		color: #504024;
	}
	a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #504024;
	}
	.link_rollover a {
		width: 85px;
		height: 30px;
		border-right: 1px solid #504024;
		border-bottom: 1px solid #504024;
		border-top: 1px solid #D3C5AD;
		border-left: 1px solid #D3C5AD;
		background: #FCF9EC;
		text-align: right;
		vertical-align: baseline;
		padding-right: 2px;
		display: block;
		text-decoration: none;
	}
	.link_rollover a:hover {
		width: 85px;
		height: 30px;
		border-right: 1px solid #504024;
		border-bottom: 1px solid #504024;
		border-top: 1px solid #D3C5AD;
		border-left: 1px solid #D3C5AD;
		padding-right: 2px;
		background: #E1BAB1;
		text-decoration: none;
		display: block;
	}
	#menu_links img{
		border: 0px;
	}
	#main_content {
		background: #F1E8D4;
		padding-bottom: 5px;
	}
	#main_left {
		background: url(../images/background_left.gif) repeat-y; 
		width: 47px;
	}
	#main_right {
		background: url(../images/background_right.gif) repeat-y; 
		width: 52px;
	}
	
	#home_text {
		line-height: 160%;
		font-size: 120%;
	}
	#bullet_list {
		line-height: 160%;
		font-size: 100%;
		vertical-align:top;
	}
	#bullet_list td {
		height: 20px;

	}
	#spacer_table {
		font-size: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#bottom_links a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tariff_heading {
		background: #C1726E;
		color: #FCF9EC;
		font-weight: bold;
		text-align: center;
	}
	.tariff_type {
		width: 25%;
		background: #776D56;
		color: #FCF9EC;
		border: 1px solid #FCF9EC;
		font-weight: bold;
		text-align: center;
		font-size: 110%;
	}
	.tariff_price {
		width: 25%;
		background: #FCF9EC;
		text-align: center;
		border: 1px solid #776D56;
		font-weight: bold;
	}
	.tariff_notes {
		background: #FCF9EC;
		text-align: center;
		border: 1px solid #776D56;
		line-height: 140%;
	}
}
