/* Basic CSS */
body { 
	font-size: .8125em; 
	line-height: 1.3;	
	font-family: arial, helvetica, sans-serif; 
	color: #6b6b6b;
	background: #fff;	
	}						
table, textarea, input { font-size: 100%; font-family: arial, helvetica, sans-serif;}
table, th, td, caption { 
	text-align: left; 
	vertical-align: top; 
	}
hr { display: none; }
img { 
	border: 0; 
	vertical-align: bottom; 
	}	

/* Headings */	
h1,h2,h3,h4,h5,h6{line-height:1em;}
h1 { font-size: 160%; padding: 0 0 10px 0; color: #aba099;}
h2 { font-size: 140%; padding: 0 0 10px 0; color: #aba099;}
h3 { font-size: 120%; padding: 0 0 10px 0; color: #aba099; font-weight:bold;}
h4 { font-size: 100%; padding: 0 0 5px; font-weight: bold; color: #aba099;}		
h5,h6 { font-size: 100%; font-weight: normal; padding-bottom:2px; color: #aba099;}		

/* Paragraphs */
p { padding: 0 0 1.3em 0; }

/* Links */
a { 
	text-decoration: underline; 
	color: #2a9bc5; 
	}
a:hover, 
a:focus{ text-decoration: none; }

strong {font-weight: bold;}
em{font-style:italic;}

sup{
	font-size:80%;
	vertical-align:super;
	}
sub{
	font-size:80%;
	vertical-align:sub;
}
