/*----------------------------------------------------------------------------
   Company:    Goodbuy Timeshare
   Website:    www.goodbuytimeshare.com
   Contact:    doug@designbyadmiral.com
   Notes:      Resets CSS to default and sets a few base font rules.
  ----------------------------------------------------------------------------*/
  

/*----------------------------------------------------------------------------
   Table of Contents:
   1. General Style Reset
   2. Generic Font Styles
   3. Base Font Styles
  ----------------------------------------------------------------------------*/


/* General Style Reset
----------------------------------------------------------------------------- */
body {
	color: #000;
	background: #FFF;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	}
fieldset, img {
	border: none;
	}
address, capxion, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
a:focus, a:active, a:visited {
	border: none;
	outline: none;
	}
a {
	cursor: pointer !important;
	text-decoration: none;
	border-bottom: dotted 1px;
	}
a:hover {
	border-bottom: solid 1px;
	}
a:visited {
	border-bottom: solid 1px;
	}
abbr, acronym {
	border: none;
	font-variant: normal;
	}
sup, sub {
	line-height: 1px;
	vertical-align: text-top;
	}
sub {
	vertical-align: text-bottom;
	}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
legend {
	color:#000;
	}

/* Generic Font Styles
----------------------------------------------------------------------------- */
body {
	font: 10px arial, helvetica, clean, sans-serif;
	}
table {
	font-size: inherit;
	}
pre,  code,  kbd,  samp,  tt {
	font-family: monospace;
	line-height: 99%;
	}

/* Base Font Styles
----------------------------------------------------------------------------- */
h1 {
	font-size: 48px;  
	line-height: 48px;
	}
h2 {
	font-size: 24px; 
	line-height: 24px;
	}
h3, dt {
	font-size: 18px;
	line-height: 24px;
	}
h1, h2, h3 {
	margin: 24px 0px;
	}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold; 
	}
p, li, dd {
	font-size: 15px;
	line-height: 24px;
	}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
	} 
em {
	font-style: italic;
	}
blockquote, ul, ol, dl {
	margin: 15px;
	}
ol, ul, dl {
	margin-left: 23px;
	}
ol li {
	list-style: decimal outside;	
	}
ul li {
	list-style: disc outside;
	}
dl dd {
	margin-left: 12px;
	}
dl dd li {
	font-size: 15px;
	}
dl dd p {
	font-size: 15px;
	}
th, td {
	border: 1px solid #000;
	padding: 12px;
	}
th {
	font-weight: bold;
	text-align: center;
	}
caption {
	margin-bottom: 12px;
	text-align: center;
	}
p, fieldset, table, pre {
	margin-bottom: 24px;
	}
input[type=text], input[type=password], textarea {
	width: 200px;
	}