﻿/*** Elements ***/

html
{
	margin: 0;
	padding: 0;
}
	
body
{
	background-color: #FFFFFF;
	color: #000000;
	width: 800px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0 auto 12px auto;
}

h1
{
    /*color: #d47420;*/
    color: #f57200;
    font-size: 24px;
    font-weight: normal;
    margin: 12px 0 5px 0;
    padding: 0;
    border-bottom: 1px dotted #999;
}

h2 
{
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 2px 0;
	padding: 0;
	border-bottom: 1px dotted #666;
}

p 
{
	margin: 6px 0 8px 0;
}

img
{  
    border-style: none;
}

a
{
    border: none 0px;
    color: #000000;
    text-decoration: underline;
}

li
{
    list-style-type: square;
}

/*
a:link {}
a:visited {}
a:hover ()
a:active {}
*/



/*** Classes ***/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*** Element IDs ***/
