/* Basic CSS */
body { 
	font-size: .75em; 
	line-height: 1.3;	
	font-family: "Trebuchet MS", arial, helvetica, sans-serif; 
	color: #77787b;
	background: #fff;	
	}						
table, textarea, input, select{ font-size: 100%; font-family:"Trebuchet MS", 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: 166%; padding: 0 0 10px 0;}
h2 { font-size: 125%; padding: 0 0 10px 0;}
h3 { font-size: 110%; padding: 0 0 10px 0;}
h4 { font-size: 100%; padding: 0 0 5px; font-weight: bold;}		
h5,h6 { font-size: 100%; font-weight: normal; padding-bottom:2px;}		

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

/* Links */
a { 
	text-decoration: underline; 
	color: #00772d; 
	}
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;
}