/*----------------------------------------------*/
/* The Body										*/
/*----------------------------------------------*/
BODY {
	margin: 1em;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.1em;
	color: #003162;
	/*--------------------------------------*/
	/* Background elements					*/
	/*--------------------------------------*/
	background: #31CECE;
	/*--------------------------------------*/
	/* Padding values						*/
	/*--------------------------------------*/
	padding-left: 25px;
}
/*----------------------------------------------*/
/* End of body									*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Links										*/
/*----------------------------------------------*/
A:link { color: #FFFF00; }
A:visited { color: #008000; }


/*----------------------------------------------*/
/* End of links									*/
/*----------------------------------------------*/


/*----------------------------------------------*/
/* Headings										*/
/*----------------------------------------------*/

H1 { 	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 24pt;
	text-decoration: none;
	color: #003162;
}

H2 { 	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 18pt;
	text-decoration: none;
	color: #003162;
}

H3 { 	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	color: #003162;
}

H4 { 	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: #003162;
}

H5 { 	font-family: sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: #003162;
}
/*----------------------------------------------*/
/* End of Headings								*/
/*----------------------------------------------*/
