/* Common styles */
	
	* { font-size: 100.01%;}

	html, body, p, div, pre, form, fieldset, dl, dt, dd,
	ul, ol, li, table, td, th, h1, h2, h3, h4, h5 {
		margin: 0; padding: 0; line-height: 1.4; vertical-align: top;}

	ul,ol,li {margin: 0 0 0 .6em;}

	h1, h2, h3, h4, h5 { line-height: 1;}

	body {
		width: 100%; height: 100%; text-align: center;
		font-size: 68.75%; font-family: Arial, Verdana, Tahoma, sans-serif;
		background: #005ca1 url(../../common/images//body-bg.gif) 0 0 repeat;}

	html	{ width:100%; height: 100%;}
	table	{ border-collapse:collapse;}
	img		{ border: 0;}

	a, a:visited, .content a, .content a:visited			{ color: #4ea1df;}
	a:hover, a:active, .content a:hover, .content a:active	{ color: #d2d2d2;}

/* Usefull classes */

	.w100	{ width: 100% !important;}	
	.p0		{ padding: 0 !important;}
	.m0		{ margin: 0 !important;}
	.bn		{ border: none !important;}
	.bgn	{ background: none !important;}
	.cursor { cursor: pointer;}
	.clear	{ clear: both; height: 0; font-size: 0; overflow: hidden;}
	.block	{ clear: both;}

