html, body {
	font-family:Courier New, Courier, monospace;
	color: #000000;
	background: #ffffff;
	}

* {
	xoutline: 1px dotted pink !important;
	}

/******************************* >>>>> General Text <<<<< ********************************/

p,
ul,
ol,
address {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px 0;
	color: # ;
	}

p.note {
	font-size: 11px;
	}


p em {
	font-weight: bold;
	}


/*--------------------------------------------------------------------------------------*/

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background: #fff;
	margin: 0 0 9px 0;
	}

h1 em {
	color: #000000;
	background: #fff;
	}

/*--------------------------------------------------------------------------------------*/

h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background: #fff;
	}
	
#contentSub h3 {
	color: #000000;
	background: #f7f7f7;
	padding: 0 0 7px 0;
	margin: 32px 0 7px 0;
	border-bottom: 2px solid #ffffff;
	}

/*--------------------------------------------------------------------------------------*/

h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	background: #fff;
	}

#contentSub h3 {
	color: #000000;
	background: #f7f7f7;
	padding: 0 0 7px 0;
	margin: 32px 0 7px 0;
	border-bottom: 2px solid #ffffff;
	}


/*--------------------------------------------------------------------------------------*/

h4 {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	background: #fff;
	}

#contentSub h3 {
	color: #000000;
	background: #f7f7f7;
	padding: 0 0 7px 0;
	margin: 32px 0 7px 0;
	border-bottom: 2px solid #ffffff;
	}

/*--------------------------------------------------------------------------------------*/

h5 {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	background: #fff;
	}

	/*--------------------------------------------------------------------------------------*/
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
	/*--------------------------------------------------------------------------------------*/
	/*--------------------------------------------------------------------------------------*/

/*********************************** >>>>> Links <<<<< ************************************/


