@charset "ISO-8859-1";

body {
	margin: 0px; 
	padding: 0px;
	border: none;
	font-size: 100.01%;
}

div {
	overflow: hidden;
}

p {
	margin: 0px; 
	font-family: georgia, times, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #808080;
	/*line-height: 140%;*/
}

a { 
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #808080;
	padding: 0px 20px 0px 20px;
}

a:link {  }
a:visited {  }
a:hover { text-decoration: underline;}
a:active {  }
a:focus {  }

span {
	padding: 0px 20px 0px 0px;
}

table {
	table-layout: fixed;
	overflow: hidden;
	clear: left;
}
