/* Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Remove possible quote marks from <q>/<blockquote> */

blockquote:before, blockquote:after, q:before, q:after 
	{ 
	content: ""; 
	}
	
blockquote, q 
	{ 
	quotes: "" ""; 
	}

/* Image replacement */

.replace
	{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	}

/* Link styles */

a img
	{
	border:none;
	cursor: pointer;
	}

	
	a:link        { cursor: pointer; color: #006666; font-size: 12px; font-weight: bold; text-decoration: none }

	a:visited     { cursor: pointer; color: #006666; font-size: 12px; font-weight: bold; text-decoration: none }

	a:active      { cursor: pointer; color: #006666; font-size: 12px; font-weight: bold; text-decoration: none }

	a:hover       { cursor: pointer; color: #261b0f; font-size: 12px; font-weight: bold; text-decoration: none }
	
/* Typography */

/* Body elements */

body
	{
	/* adjust the font size (65.5% = 10px, 75% = 12px) */ 
    font: 82% Georgia, "lucida bright", "times new roman", serif;
   	line-height: 1.6;
	}

p
	{
	margin: 0 0 1.5em; 
	}

blockquote
	{
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
	}

strong
	{
	font-weight: bold;
	}

em 
	{
	font-style: italic;
	}
	
/* Headings */

h1, h2, h3, h4, h5, h6
	{
 	font-family: Georgia, "lucida bright", "times new roman", serif;
 	font-weight: bold;
	}

h1
	{
	margin-top:0;
	font-size: 1.3em; 
	margin-bottom: 0.5em;
	line-height:24px;
	}
	
h2 
	{
 	font-size: 1.3em; 
 	margin-bottom: 0.75em;
 	text-transform: uppercase;
	letter-spacing: .05em;
	}
	
h3
	{
	font-size: 1em; 
	line-height: 1.3; 
	margin-bottom: 1em;
	margin-top: 0.75em;
	letter-spacing: .05em;
	}

h4
	{
	font-size: 1em; 
	line-height: 1.25; 
	margin-bottom: 0.75em;
	}

h5
	{
	font-size: .9em; 
	margin-bottom: 1.5em; 
	}

h6
	{
	font-size: .8em; 
	}
	
hr 
    {
	border: none 0; 
	border-top: 1px dashed #999;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:12px;
	}



