/*========================================*/
/*========================================*/
/*	 C@ 11-08-2010	 */
/*	 M@ 17-11-2010 */
/*========================================*/
/*========================================*/
	HTML, BODY, TABLE, TR, TD {
		font-family: Tahoma;
		font-size: 12px;
		color: #222222;
		text-decoration: none;
		font-weight: normal;
		margin: auto;
	}
/*========================================*/
	HTML, BODY {
		height: 100%;
		background-color: #1C51A8;
		background-image: url(/images/background.gif);
		background-repeat: repeat-x;
	}
/*========================================*/
	TABLE,TR,TD	 {
		padding: 0px;
		border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */
		border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */
	}
/*========================================*/
	a:link { color: #444444; text-decoration: none; }
	a:visited { color: #444444; text-decoration: none; }
	a:active { color: #444444; text-decoration: none; }
	a:hover { color:#1C51A8; text-decoration: none; }
/*========================================*/
	form { }
	label { font-weight: bold; text-align: top; }
	input { border: 1px solid #D3D3D3; width: 100%; }
	select { border: 1px solid #D3D3D3; width: 100%; }
	textarea { border: 1px solid #D3D3D3; width: 100%; height: 100px; overflow-y:auto; }
	button { border: 1px solid #5C9CCC; width: 100%; height: 30px; background-color: #5C9CCC;cursor: pointer; }
	button { color: #FFFFFF; font-weight: bold; }
/* ======================================== */
/*========================================*/
