﻿body 
{
    margin: 0;
    background-color: #96C8EA;
    padding: 10px;
}
div.background
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
div.company_name
{
    font-size: x-large;
}
table.layout
{
    width: 100%;
    height: 100%;
    background-color: white;
    border-style: none;
    margin: 0px;
    padding: 0px;
    table-layout: fixed;
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
}
td.title
{
    text-align: center;
    height: 100px;
}
td.left
{
    width: 200px;
    text-align: left;
    vertical-align: top;
}
td.right
{
    width: 200px;
    vertical-align: top;
}
td.bottom
{
    height: 50px;
    text-align: right;
    font-size: smaller;
    vertical-align: bottom;
}
td.content
{
    text-align: left;
    height: auto;
    vertical-align: top;
}
table.menu_table
{
    width: 100%;
    background-color: Black;
}
td.menu_row
{
    height: 20px;
}
td.menu_item
{
    width: 20%;
    background-color: White;
    text-align: center;
}
p
{
    text-indent: 20px;
}
p:first-letter
{
    font-size: x-large;
}
a
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover
{
    color: #0000FF;
    text-decoration: underline overline;
}
dt.BillOfRights
{
	font-size: larger;
	font-weight: 900;
}
Table.Comparision
{
	width: 500px;
	border-style: solid;
	border-collapse:collapse;
	border-color: Black;
	border-width: 1px;
}
tr.compFirst
{
	background-color:White;
}
tr.compAlt
{
	background-color: Aqua;
}
th.compHead
{
	color: White;
	background-color:Black;
	font-weight:bolder;
	text-align:center;
}
td.compDescription
{
	text-align: left;
	width: 200px;
	border: solid 1px black;
}
td.compSolution
{
	width: 100px;
	text-align: center;
	border: solid 1px black;
}
table.ContactPage
{
	width: 75%;
	border: none 0 white;
}
td.contactDescription
{
	width: 25%;
	border: none 0 white;
	vertical-align: top;
	text-align: left;
}
td.contactDetails
{
	width: 75%;
	border: none 0 white;
	vertical-align: top;
	text-align: left;
}