/*-------------- Common ---------------- */

h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	color: #000
}
				
h1 				
{ 
	font-size: 26px; 
	line-height: 36px; 
	margin-bottom: 18px
} 
h2 				
{ 
	font-size: 20px; 
	line-height: 22px; 
	margin-bottom: 8px;
	color: #000;
	margin-top:25px;
}
h3				
{ 
	font-size: 12px; 
	line-height: 16px; 
	margin-bottom: 16px 
}
h4, h5, h6		
{ 
	font-size: 12px; 
	line-height: 16px; 
	margin-bottom: 0px 
}

p, pre, code, label, th, td, dd, dt, select, li
{ 
	font-size: 12px; 
	line-height: 21px; 
	margin-bottom: 16px;
	color: #000 
}	
				
ul, ol			
{ 
	margin-bottom: 18px 
}
ul 				
{ 
	list-style: none 
}
ol 				
{ 
	list-style: none 
}
li	 			
{ 
	margin-left: 10px; 
}
li p 			
{ 
	color: #000 
}

legend			
{ 
	display: none 
}
 
small 			
{ 
	font-size: 9px 
}
 
sup 			
{ 
	position:relative; 
	bottom: 3px; 
	vertical-align: baseline 
}
sub 			
{ 
	position:relative; 
	bottom: -2px; 
	vertical-align: baseline 
}
 
acronym, abbr 	
{ 
	cursor: help; 
	letter-spacing: 1px; 
	border-bottom: #999 1px dashed 
}
label 			
{ 
	cursor: pointer 
}

/*---------------- Fonts -----------------*/

h1, h2, h3, h4, h5, h6
{ 
	font-family: Arial, Helvetica, sans-serif 
}
p, a, pre, label, th, td, li
{ 
	font-family: Arial, Helvetica, sans-serif 
} 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
{ 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000
}
a:hover			
{
	color:#808080;
}
a img			
{ 
	border: none 
}
