/* reset standard styles to establish a baseline */

html, form, body {
	margin: 0;
	padding: 0; 
	border: 0;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	margin: 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it: */
li { 
	margin-left: 2.5em; 
}

table { border-collapse: collapse; }

body { 
	font-size: 62.5%; /* this set the font size for the all tags on the page.  Use ems to increase or decrease font size */
	font-family: Century Gothic;
}

input, select, textarea { 
	font-size: 62.5%; 
	font-family: Century Gothic; 
}

/* base horizontal tab styling */
.horizontal-tab-set ul { display:inline; padding:0px;}
.horizontal-tab-set { padding:0px; margin:0px; }
.horizontal-tab-set li {
	display: inline;
	margin:0px;
	margin-right:.25em;
	line-height:1.5em;
	min-width:75px;
	}
.horizontal-tab-set a {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:.5em;
	text-decoration: none;
	height:100%;
	cursor:pointer;
	}	
.horizontal-tab-set a span {
	background-position: right top;
	background-repeat: no-repeat;
	padding-right:.5em;
	height:100%;
	cursor:pointer;
}	

