﻿html,body {
	margin: 0;
	padding: 0;
}

body, select, input, textarea 
{
	font-family: Geneva, Helvetica, Arial, Tahoma, sans-serif;
}

body 
{
	font-size: 16px;
}

form {
	margin: 0;
	padding: 0;
}

a img 
{
	border-width: 0;
}

input {
	font-family: Geneva, Helvetica, Arial, Tahoma, sans-serif;
}

a {
	color: #82a617;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

.left {
	position: relative;
	float: left;
	display: inline;
}

.right {
	position: relative;
	float: right;
	display: inline;
}

.spacer {
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
}

.table 
{
	clear: both;
}

.table .tr 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

.table .td, .table .th 
{
	float: left;
}

.table.pricing .tr 
{
	height: 1px;
}

.table.pricing .th 
{
	color: #3977af;
}

.table.pricing .td 
{
	background-color: #021d33;
	color: #82a617;
}

.table.pricing .td.alt
{
	background-color: #021220;
}

.table.pricing .td, .table.pricing .th 
{
	padding: 5px;
	width: 140px;
	margin-right: 1px;
	font-size: .85em;
	text-align: center;
}

.table.pricing2 .td, .table.pricing2 .th 
{
	padding: 5px;
	margin-right: 1px;
	font-size: .85em;
	text-align: center;
	background-color: #073763;
}

.table.pricing2 .th 
{
	width: 140px;
	color: #82a617;
}

.table.pricing2 .td 
{
	width: 291px;
	color: #FFF;
	text-transform: uppercase;
}

.table.pricing2 .tr
{
	height: 20px;
}
