/*
Site: 	es.com					File:basic.css
Author: 	Jim McIntosh  			Date:6/29/04
Notes:	Just screen instructions for wap, handheld and the like.
*/
/*::. Basic Elements .::*/
body {
	margin:0;
	padding:0;
	background: #fff;
	color:#000;
	text-align: center;
	font-family: Verdana, San-Serif;
	voice-family: "\"}\""; voice-family:inherit;
	} 
hr{ 
	color:#D6D6D6;
	size: 1px;
	}
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
	display: block;
   }
}
a:link, a:visited {
  color:#33508E;
  text-decoration:none;
  }
a:hover {
  color:#555;
  text-decoration:underline;
  }
p {
	padding: .2em 0 .2em .4em;
}
td{
	vertical-align: top;
}
ul{ 
	list-style-type: square;
   list-style-position: outside;
}
h1, h2, h3, h4, h5, h6{
	color: #000;
	font-family: verdana, sans-serif;
	padding: 0;
	margin: .3em 0 .3em 0;
}
h1{font-size: 130%;}
h2{font-size: 120%;}
h3{font-size: 115%;}
h4{font-size: 105%;}
h5{font-size: 95%;}
h6{font-size: 80%;}
sup{
	font-size:8px;
	margin: 0;
	padding: 0;
	color: #000;
}
acronym{
	text-decoration: none;
	border-bottom: none;
}
