/*COMMON*/

	body {
	margin:0;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
	h1,h2,h3,h4,h5,h6,p {margin-top: 0;margin-bottom: 0;font-size: 1em;}
	
	hr {display: none;}

	a {text-decoration: none;}

	a:hover {text-decoration: none;}

	img {border: none;}
	
	a img {border: none;}
	
	.normaltxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #333333;
	}

	.boldtxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 140%;
	color: #333333;
	}
	
	.smalltxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 8pt;
	line-height: 120%;
	color: #333333;
	}
	
	.linktxt {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #999999;
	}
	
	.linktxtS {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 8pt;
	line-height: 120%;
	color: #444444;
	}
