
/* spacer */

.xxxxxx {
font-family : Verdana;
}

.nomargin {
margin: 0px 0px;
}

		
	.left {
		background-image : url(img/left.gif);
	}
		
	.main {
		background-image : url(img/main.gif);
	}
				

	.right {
		background-image : url(img/right.gif);
	}
	
	
	.footer {
		background-image : url(img/footer.gif);
	}

    .date { color:#0066b3; font-size:10px; }

	
	.text {
		font-weight : normal;
		color : #ffffff;
		font-family : trebuchet, verdana, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 16px;
	}
	
	.sidebarspace {
		font-weight : normal;
		color : #ffffff;
		font-family : trebuchet, verdana, arial, san-serif;
		font-size : 3px;
		text-align : left;
		line-height : 8px;
		margin-left : 19px;

	}
		
	.sidebar {
		font-weight : normal;
		color : #ffffff;
		font-family : trebuchet, verdana, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;
		margin-left : 19px;

	}

	
	.textbig {
		font-weight : normal;
		color : #ffffff;
		font-family : trebuchet, verdana, arial, san-serif;
		font-size : 16px;
		text-align : left;
		line-height : 22px;
	}
	
	

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

