
body {
	/*background-image: url( ../../graphics/page_bg.jpg );
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: #fff;
}

body, td, div, p {
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, geneva;
	color: #000;
}
A:link, A:active, A:visited { 
	text-decoration: none;
	color: #005786; 
}
A:hover  { 
	text-decoration: underline;
	color: #005786;  
}


/* --------------------------- */
/* FONTs */
/* --------------------------- */
h2 {
	margin: 0px 0px 12px 0px;
	font-size: 13px; 
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h2 A:link, h2 A:visited { text-decoration: none; color: #000; }
h2 A:active, h2 A:hover { text-decoration: underline; color: #000; }



/**************************************/
/* PRIVACY */
/**************************************/

TABLE.privacyTB {
	/*margin-top: 20px;*/
}
	TABLE.privacyTB TD.privacyTDtop {
		font-size: 16px; 
		color: #fff;
		text-align: left;
		vertical-align: top;
		/*background-image: url(../../graphics/header_bg.gif);
		background-position: left bottom;
		background-repeat: repeat-x;*/
		background-color: #849EB5;
		padding: 20px 10px 20px 10px;
		border-bottom: 4px solid #DBDBDC;
	}
	TABLE.privacyTB TD.privacyTDbot {
		font-size: 12px; 
		font-weight: bold;
		color: #fff;
		text-align: right;
		vertical-align: top;
		/*background-image: url(../../graphics/header_bg.gif);
		background-position: left bottom;
		background-repeat: repeat-x;*/
		background-color: #849EB5;
		padding: 6px 10px 10px 10px;
		border-top: 4px solid #DBDBDC;
	}
	TABLE.privacyTB TD.privacyTDbot A:link, 
	TABLE.privacyTB TD.privacyTDbot A:visited { text-decoration: none; color: #fff; }
	TABLE.privacyTB TD.privacyTDbot A:active, 
	TABLE.privacyTB TD.privacyTDbot A:hover  { text-decoration: underline; color: #fff; }
	
	TABLE.privacyTB TD.privacyTDtext {
		font-size: 12px; 
		/*background-color: #424242;*/
		padding: 6px 10px 10px 10px;
		vertical-align: top;
	}
