
/* ----------------------------------------------- */
/* -  TEXT                                       - */
/* ----------------------------------------------- */

p {
	margin-top:			0px;
	margin-bottom:		0px;
}

h1, .headline {
	font-family :		Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size:			15px;
	font-weight:		bold;
	color:				#003366;
	text-decoration:	none;
	margin-bottom: 		12px;
	margin-right: 		12px;
}

h2, .heading2 {
	font-family:		tahoma;
	font-size:			13px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
	margin-bottom: 		3px;
}

.intro {
	font-family:		tahoma;
	font-size:			11px;
	line-height:		16px;
	font-variant:		small-caps;
	color:				#000000;	
	margin-bottom: 		9px;
}

h3, .subHead {
	font-family:		tahoma;
	font-size:			13px;
	font-weight:		bold;
	color:				#000000;
	text-decoration:	none;
}

.normal {
	color: #000000;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
}

.small {
	font-family:		tahoma;
	font-size:			11px;
	color:				#000000;	
}

/* ----------------------------------------------- */
/* -  BUTTONS                                    - */
/* ----------------------------------------------- */

.button {
	font-family:		tahoma;
	font-size:			11px;
	line-height:		16px;
	font-variant:		small-caps;
	color:				#000000;	
}


