/* spacer */

	.x {
		font-family : Verdana;
	}

	
	.sidebar {
		font-weight : normal;
		color : #333333;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		padding: 12px 0px 20px 0px;
	}
	
		.sidebarsubs {
		font-weight : normal;
		color : #333333;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		padding: 7px 0px 10px 30px;
	}
	


	.main {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		padding: 0px 0px 0px 20px;

	}
	
	.textnoindent {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		padding: 12px 0px 0px 0px;
      width: 385px;
	}
	
	.imagearea {
		text-align : right;
		padding: 12px 0px 2px 0px;
      width:65%;
	}
	

	.text {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		padding: 12px 12px 20px 20px;

	}
	
	
	.textdesc_text {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 10px;
		text-align : left;

	}
	
	.textdesc {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 10px;
		text-align : left;
		line-height : 15px;
		padding: 12px 0px 12px 0px;

	}
	
		.textsmall {
		font-weight : normal;
		color : #999999;
		font-family : arial, san-serif;
		font-size : 9px;
		text-align : left;
		line-height : 12px;
		padding: 12px 12px 20px 215px;

	}
	
	
	.textnowrap {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
		white-space: nowrap;
		padding: 12px 12px 20px 0px;
	}
	

	.headline {
		font-weight : normal;
		color : #757575;
		font-family : tahoma, arial, san-serif;
		font-size : 18px;
		line-height : 25px;
		text-align : left;
		padding: 6px 0px 6px 0px;
	}
	
	
	.subhead {
		font-weight : bold;
		color : #757575;
		font-family : tahoma, arial, san-serif;
		font-size : 13px;
		line-height : 19px;
		text-align : left;
	}
	
	
	.textboldsmall {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 10px;
		text-align : left;
	}
	
	.textbold {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
	}
	
	.italic {
		font-weight : normal;
		font-style : italic;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
	}

	
	a {
		color           : #333333;
	}		
	a:hover {
		text-decoration : underline;
	}
	a:link { 
		text-decoration: none; 
		color: #333333 
	}
	a:visited { 
		text-decoration: none; 
		color: #333333 
	}


 	body {
	  background-image: url(img/background.jpg);
	  margin: 0px;
	}
    img {
        border: 0px;
    }