
/*-------------- Common ---------------- */

h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal; 
	color: #46627e 
}
				
h1 				
{ 
	font-size: 24px; 
	line-height: 36px; 
	margin-bottom: 8px
} 
h2 				
{ 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 8px
}
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: 16px; 
	margin-bottom: 16px;
	color: #000 
}
/*---------------- Fonts -----------------*/

h1, h2, h3, h4, h5, h6
{ 
	font-family:"palatino linotype", Helvetica, sans-serif 
}
p, a, pre, label, th, td, li, span
{ 
	font-family: Tahoma, Helvetica, sans-serif 
} 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
{ 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000 
}
a:hover			
{
	text-decoration: underline
}
a img			
{ 
	border: none 
}

/*----------- Global Classes -------------*/

.clear			
{ 
	clear: both 
}
.floatLeft		
{ 
	float: left 
}
.floatRight		
{ 
	float: right 
}

.textLeft		
{ 
	text-align: left 
}
.textRight		
{ 
	text-align: right 
}
.textCenter		
{ 
	text-align: center 
}
.textJustify	
{ 
	text-align: justify 
}

.bold			
{ 
	font-weight: bold !important 
}
.italic			
{ 
	font-style: italic 
}
.underline		
{ 
	border-bottom: 1px solid 
}
.highlight		
{ 
	background: #ffc 
}

.noBg
{ 
	background: none !important
}
.noPadding		
{ 
	padding: 0 !important
}
.noMargin		
{ 
	margin: 0 !important 
}
.noIndent		
{ 
	margin-left: 0; 
	padding-left: 0 
}
.noBullet		
{ 
	list-style: none; 
	list-style-image: none 
}
.noBorder		
{ 
	border: none !important 
}
