body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header_text_big{
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #878787;
}

td {
	text-align: left;
	font-family:Tahoma;
	font-size:12px;
	color:#878787;
}
form
{
	margin:0px;
	line-height: 12px;
}

a {

	color:#696969;
	text-decoration:underline;
}

a:hover {

	color:#990000;
	text-decoration:underline;
}
.dark
{
	color:#696969;
}
a.dark
{
	color:#696969;
	text-decoration:underline;
}
a.darkn
{
	color:#696969;
	text-decoration:underline;
}
a.red
{
	color:#9D080D;
	text-decoration:underline;
}
a.green
{
	color:#51A517;
	text-decoration:underline;
}
.copy
{
	color:#AFAFAF;
}
a.copy
{
	color:#AFAFAF;
	text-decoration:underline;
}.border {
	border: thin solid #37730F;
}
.plans {
	color:#696969;
	font-size: 14px;
	font-weight: bold;
}
.price {
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}
.green {
color: #69BF20
}
.blue {
	color: #0066cc;
	font-size: 11px;
}
.white {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.onecomp {
	background-attachment: fixed;
	background-image: url(images/1computer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.planlink {

	color:#696969;
	text-decoration:underline;
}

.planlink:hover {

	color:#990000;
	text-decoration:underline;
}
td.planheader {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3F7513;
	text-align: center;
}
td.planheader_selected {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #69BF20;
	text-align: center;
}
td.planbody {
	font-size: 11px;
	color: #696969;
	background-color: #F4F4F4;
	text-align: center;
}
td.planbody_selected {
	font-size: 11px;
	color: #000000;
	background-color: #CCFF99;
	text-align: center;
}
td.planbody_header {
	font-size: 11px;
	color: #696969;
	background-color: #F4F4F4;
	text-align: left;
}
/*-------------------------------------------------------------------Content Containers*/
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.contentContainer {
	background-color: #EBE9E2;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 0px 0px 5px 5px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.innerContainer {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #6B921D;
	margin-right: 4px;
	margin-left: auto;
	text-align: left;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.innerContainerCenter {

	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #6B921D;
	margin-right: 4px;
	margin-left: auto;
	text-align: center;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
