html, body {
	margin : 0;
	padding : 0;
	height : 100%;
	background-color: #edeef0;
	text-align: center;

}

body {
    color : #000000;
    width : 100%;
    background-image : url(images/main-bkgd.png);
    text-align : center;
    height : 100%;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    background-repeat : repeat-x;
}

a:link {
    color : #2b529a;
    background : transparent;
    text-decoration : underline;
    font-weight: bold;
}

a:visited {
    color : #2b529a;
    background : transparent;
    text-decoration : underline;
    font-weight: bold;
}

a:hover {
    color : #ff6600;
    text-decoration : none;
}

a:active {
    color : #ff6600;
    text-decoration : none;
}

img {
    border : none;
}

#content {
	margin : 0 auto;
	width : 1022px;
	text-align : center;
}

#frame-top {
	background-image : url(images/top-frame.jpg);
	background-position : center;
	height : 96px;
	background-repeat : no-repeat;
	text-align : center;
}

#frame-tabs {
    text-align : left
    padding-left : 60px;
    padding : 0px;
    position : relative;
    top : 0px;
    bottom : 0px;
}

#frame-white {
	background-image : url(images/white-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : center;
	padding : 20px 20px 20px 20px;
	position: relative;
}

#frame-gray {
	background-image : url(images/gray-frame.png);
	background-position : center;
	background-repeat : repeat-y;
	text-align : center;
	padding : 10px 20px 0px 20px;
	position : relative;
}

#frame-bottom {
    background-image : url(images/bottom-frame.png);
    background-position : center;
    height : 15px;
    background-repeat : no-repeat;
    text-align : center;
}

#table-plans {
	text-align: center;
	width: 720px;
}
#table-contact {
	text-align: center;
	border: solid #2f82db 1px;
	width: 650px;
}


.th-master {
	background-color : #1b65be;
	color:#ffffff;
	border: solid #2f82db 1px;
}
.th-gradient {
	background:url('images/th-gradient.png') repeat-x;
	color:#ffffff;
	border: solid #2f82db 1px;
}
.th-form {
	color:#808080;
	padding: 10px 10px 10px 0px;
}

.tr-master {
	color:#808080;
	border: solid #2f82db 1px;
	font-size: 12px;
}
.tr-bold {
	color:#183594;
	border: solid #2f82db 1px;
	font-size: 12px;
	font-weight: bold;
}

.tc-gradient {
	background:url('images/th-gradient.png') repeat-x;
	color:#ffffff;
}
.tc-master {
	color:#808080;
	font-size: 12px;
}



.bigphone {
	font-size: 28px;
	font-weight: bold;
	color: #ff9900;
}
.disclaimer {
    font-size: 9px;
    font-weight: normal;
    color: #606060;
}
.copy {
    font-size: 12px;
    font-weight: normal;
    color: #606060;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #183594;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #183594;
}

