/* @override http://navigator.nutricia.com/css/Global_Styles.css */

/***********************************
************************************
	General Rules 
------------------------------------
*/
/* Keep the font-size settings as it easy! */
body {
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 14px;
	line-height: 1.25em;
}

html>body {
	font-size: 100.1%;
}

/* From this point and after delete any uncessery 
 * elements but NOT their parameters. 
 * If required you can add any global styles 
 */

/*----------------------------------
	Headers, Paragraphs, Text style
------------------------------------
*/

p {
	margin-bottom: 20px;
	font-size: 0.75em;
	line-height: 1em;
	text-align: left;
	color: #202020;
}

h1 {
	margin-bottom: 20px;
	font-size: 1.875em;
	line-height: 1.8em;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.1em;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	font-size: 0.875em;
	line-height: 1.1em;
	font-weight: normal;
}

h1 {
	color: #202020;
}

h2, h3 {
	color: #ffffff;
}

/*------------------------------------
	LISTS
------------------------------------*/

ul {
	margin: 0;
	font-size: 0.75em;
	line-height: 1em;
	color: #202020;
}

ul li {
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
}

dl {
	margin: 0;
	font-size: 0.75em;
	line-height: 1em;
	color: #202020;
}

dl dt {
	margin: 0;
	padding-left: 5px;
}

dl dd {
	margin: 0;
	padding-left: 10px;
}

/*----------------------------------
	LINKS
------------------------------------
*/

a {
	color: #4f2683 ;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*----------------------------------
	Text
------------------------------------
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
	color: #2b0062 ;
}

/*----------------------------------
	Clear & Hide
------------------------------------
*/
.clearme {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}

.hideme {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}




