body {
	text-align:center;
	margin: 0px;
	background-color: #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	color: #840039;
}
h1 {
	line-height:22px;
}

h2 {
	font-family:arial;
	font-size: 10pt;
	border-bottom: 1px solid black;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3 {
	color: white;
	font-family:arial;
	font-size: 10pt;
}

h4 {
	font-family:arial;
	font-size: 10pt;
	margin-top: 20px;
	line-height:12pt;
}

small {
	font-size:7pt;
	line-height:12px;
}

.body table {
	background-color: #ebebeb;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
}

.body th {
	background-color: #840039;
	color: #ffffff;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	padding: 0.1em 0.5em;
	border: 0px;
	border-bottom: 2px solid #ffffff;
	font-family: verdana, Helvetica, sans-serif;
	vertical-align:bottom;
}

.body th.price {
	vertical-align: bottom;
	font-size: 8pt;
	text-align: right;
}

.body td {
	font-size:9pt;
	border-bottom: 2px solid #ffffff;
	padding: .2em 0.5em;
	border-right: 0px;
	border-left: 0px;
	vertical-align:top;
}

#dsl_application th {
	vertical-align:top;
}

.error {
	font-size:8pt;
	color:#990000;
	font-weight:bold;
}

.body table.app {
	background-color: #ebebeb;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	padding-bottom: 20px;
}

table.app td {
	border: 0px solid black;
	padding-top: 8px;
	padding-top: 4px;
	vertical-align:bottom;
}

ul {
	padding-left: 8px;
	margin-left: 8px;
	list-style:square outside;
}

ol {
	padding-left: 11px;
	margin-left: 11px;
}

h1 {
	font-family:arial;
	font-size: 14pt;
	padding-bottom: 5px;
}

ul.sol_list li {
	margin-bottom: 15px;
}

#frame {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color: white;
	font-size: inherit;
}

.body_frame {
	width:765px;
	border: 3px solid #840039;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

#site_nav {
	width: 143px;
	padding: 0px;
	float: left;
	background: blue;
	overflow: hidden;
	
}

#header {
	width: 765px;
	background: #c7c7c7;
	margin:0px;
	padding:0px;
}
	
.nav {
	overflow: hidden;
	vertical-align: top;
	background-color: #ebebeb;
	border-right: 1px solid black;
	padding-left: 5px;
	font-size: 9pt;
}

.body {
	background-color: white;
	vertical-align: top;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

.ad {
	padding:0px;
	overflow: hidden;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.ad_header {
	background-color: #b3b3b3;
	padding: 5px;
	font-weight:bold;
	line-height:12px;
}

.ad_content {
	background-color: white;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding: 5px;
	color: black;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	margin-bottom: 5px;
}

.page_nav {
	background-color: white;
	border:1px solid #b3b3b3;
	padding: 5px;
	color: black;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
}

td.nav {
	padding-top: 7px;
}

td.nav div {
	padding-bottom: 4px;
}

td.nav div, div.page_nav div {
	margin-bottom: 6px;
	margin-right: 5px;
	border-bottom: 1px solid white;
}

.ad a, .nav a {
	color:#666666;
	text-decoration:none;
	line-height: 12px;
}

.body a {
	color:black;
	text-decoration:underline;
}

img {
	border:0px;
}

.ad a:hover, .nav a:hover, .body a:hover {
	color: #b3b3b3;
}

td.footer {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	line-height: 15px;
	background-color: #840039;
	font-size:7pt;
}
	
td.footer div {
	color: white;
}

td.footer a {
	color: white;
	text-decoration:none;
}

td.footer a:hover {
	text-decoration:underline;
}

input {
	font-family:sans-serif;
	font-size:12px;
}

textarea {
	font-family:sans-serif;
	font-size:12px;
}

form#site_search {
	margin:2px;
	padding:0px;
}

select#category,small#search_form {
	margin-right:2px;
	padding:0px;
}

input#go_button {
	margin-left:2px;
}

a.sol_nav {
	display: inline-block;
	display: -moz-inline-block;
	height: 28px;
	text-align: center;
	color: #840039;
	background: #ebebeb;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	line-height: 28px;
	vertical-align: middle;
}

a.sol_nav:hover {
	background: #840039;
	color: #ffffff;
}

a.sol_nav_on {
	display: inline-block;
	display: -moz-inline-block;
	height: 28px;
	text-align: center;
	color: #ffffff;
	background: #840039;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
	line-height: 28px;
	vertical-align: middle;
}

a#sol_home {
	color: #7e7e7e;
	width: 81px;
}

a#sol_home:hover {
	color: #ffffff;
}

a#sol_video {
	width: 142px;
}

a#sol_voice {
	width: 146px;
}

a#sol_network {
	width: 154px;
}

a#sol_res {
	width: 242px;
}

/** POPUP */

#fadeBox {
	position: fixed;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1000;
	background-color: #000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-align: center;
}

#popup {
	position: absolute;
	width: 800px;
	height: 645px;
	padding: 10px;
	z-index: 1001;
	background-color: #fff;
	color: #000;
	border: 5px solid #666;
	text-align: left;
}

#popupCloseButton {
	float: right;
	width: 50px;
	font-weight: bold;
	cursor: pointer;
}

#popupBody {
	margin-top: 15px;
	height: 100%px;
	width: 100%;
	overflow: auto;
}