/* © diesel, 2007 */

/* 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;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; text-align: center;
		font-size: 68.75%; font-family: Arial, Tahoma, Verdana, sans-serif;
		background: #3764B7 url(../images/common/body-bg.gif) top left repeat-x;}

	html {
		width:100%; height: 100%;}

	table{
		border-collapse:collapse;}

	img {
		border: 0;}

	a, .content a  {
		color: #0074C5; line-height: 1.3em;}
	
	a:visited, .content a:visited {
		color: #00478E; 
	}

	a:hover, a:active, .content a:hover, .content a:active {
		color: #191919;}
	a:active, .content a:active { 
		outline: none !important;}
	a:focus, .content a:focus {
		-moz-outline-style: none;}
/* 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; cursor:hand;}

	.clear {
		clear: both; height: 0; font-size: 0; overflow: hidden;}

	.block {
		clear: both; width: 1000px; margin: 0 auto
		}

	.not-footer {
		position: relative; min-height: 100%; _height: 100%;
		background: white; text-align:left;}
		.not-fotter-padding {
			padding: 0 15px;
		}
