﻿body,td,th,ul,li,span,p {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}

a {color:#eaba15;}
a:HOVER {}
a:VISITED {}

/* remove outline from links */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

b {}
em {}

p {
	margin-top:0;
	margin-bottom:12px;
	font-size:1em;
	color:#000000;}

h1 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1.5em;
	color:#FF9933;}
h2 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1.3em;}
h3 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1.2em;}
h4 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1.3em;
	color:#FF9933;}
h5 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1.2em;
	color:#FF9933;}
h6 {
	margin-top:0;
	margin-bottom:12px;
	font-size:1em;}

/* table styles */
div.content table.styled { 
	margin-bottom:11px;}
div.content table.styled th {
	background:#eaba15;}
div.content table.styled td {
	background:#fdf8e7;}

/* img styles */
div.content img.border {
	border:1px #FF9933 solid;
	padding:1px;
	margin:2px;}

/****** Clearfix ******/
.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
/****** Clearfix ******/