/*****  Body  *****/

html {
	margin: 0;
	padding: 0;
	background: #f0eed5 url(../img/bg-tansmallertvs.gif);
	}

body {
	margin: 6px;
	padding: 8px 10px 10px 10px;
	background: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	}
	
a { color: #339; }
a:visited {color: #3a3a3a;}
a:hover {color: #900;}
a:active {color: #c00;}

a IMG {
	border: 0 none;
	}
	
a.nolinenav {
	position: relative;
	text-decoration: none;
	color: #000;
	}
	
a.nolinenav IMG {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}	
	
a.nolinenav:hover {
	text-decoration: underline;
	}	
	

h1 {
	margin-bottom: .2em;
	}

h1, h2 {
	margin-top: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000;
	}
	
h2 {
	margin-top: .6em;
	margin-bottom: .2em;
	padding-bottom: 0;
	text-align: left;
	font-size: .9em;
	color: #300;
	}
	
h3 {
	margin-top: .6em;
	margin-bottom: 0;
	padding-bottom: .2em;
	line-height: 1.2em;
	font-size: .69em;
	}	
	
h1 IMG {
	display: inline;
	vertical-align: middle;
	}
	
p, ul, ol, address {
	margin-top: 0;
	margin-bottom: .69em;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.4em;
	font-style: normal;
	font-size: .69em;
	}
	
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
ol {
	margin-left: 12px;
	padding-left: 1.2em;
	}	

ul li {
	position: relative;
	margin-bottom: .2em;
	padding: 0 0 0.15em 10px; 
	background: transparent url(../img/bullet.gif) no-repeat 0 .42em;
	line-height: 1.2em;
	}
	
ul.helpdesk {
	margin-top: 0;
	margin-bottom: 0;
	}

ul.helpdesk li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent none;
	}
	
.helpdesk li a {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #fff;
	background: #f0eed5;
	padding: .2em 0 .5em 0;
	line-height: 1.2em;
	text-decoration: none;
	text-indent: 6px;
	color: #000;
	}
	
.helpdesk li a:hover {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #fff;
	background: #dbd9ae;
	padding: .2em 0 .5em 0;
	line-height: 1.2em;
	text-decoration: none;
	text-indent: 6px;
	color: #000;
	}	

table {
	margin-top: .6em;
	margin-bottom: .6em;
	border: 0 none;
	border-collapse: collapse;
	font-size: .69em;
	}
	
caption {
	margin-bottom: .4em;
	text-align: left;
	color: #300;
	}	
	
thead th {
	background: #f0eed5;
	font-weight: bold;
	}
	
tbody th {
	text-align: left;
	font-weight: bold;
	}
	
th, td {
	border: 1px solid #dfdbd5;
	padding: 3px;
	}
	
caption {
	text-align: left;
	}	
	
a.menu {
	position: relative;
	display: block;
	float: left;
	width: 48%;
	}
	
a.close {
	position: relative;
	display: block;
	float: right;
	width: 48%;
	text-align: right;
	}
	
.clear {
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;  
	margin: 0;
	padding: 0;
	}
	
.twoLeft {
	width: 49.8%;
	float: left;
	}	
	
.twoRight {
	width: 49.8%;
	float: right;
	}	