
	html { 
		overflow-y: 			scroll;
	}
	
	.noprint {
		display:				none;
	}

	body {
		/*background-image:		url('../img/background.gif');
		background-attachment:	fixed;*/
		margin:					0px;
		margin-top:				0px;
		margin-bottom:			30px;
		background-color:		#FFFFFF; #3A2D3C; #5E755C;
	}
	
	.bullet {
		color:					#FFFFFF;
	}
	
	.text {
		font-family:			Tahoma, Arial, Verdana;
		font-size:				12px;
	}
	
	.footer {
		display:				none;
	}
	
	.comments {
		color:					#555555;
		padding:				10px;
		padding-left:			0px;
		font-size:				10px;
		background-color:		#FFFFFF;
		border-top:				1px solid #555555;
	}
	
	.whitetext {
		font-family:			Tahoma, Arial, Verdana;
		font-size:				10px;
		color:					#FFFFFF;
	}
	
	.subtitle {
		color:					#FFFFFF;
		font-weight: 			bold;
		padding:				5px;
		background-color:		#4ADD42;
	}
	
	h1.blogtitle {
		font-family:			Trebuchet MS, Tahoma, Arial, Verdana;
		font-size:				21px;	
		margin-bottom:			0px;
		color:					#000000;
		font-weight:			bold;
		padding-bottom:			0px;	
	}
	
	.post_info {
		font-family:			Tahoma, Arial, Verdana;
		font-size:				11px;
		line-height:			22px;
		color:					#000000;
		margin-bottom:			5px;				
	}
	
	.title_sidebar {
		color:					#0BD100;
	}
	
	.header {
		background-color:		#FCDB00;
	}
	
	.maintable {
		background-color:		#FFFFFF;
		float:					center;
		width:					800px;
		border-left:			10px solid #FFFFFF;
		border-right:			10px solid #FFFFFF;
	}	
		
	.maintext {
		font-family:			Arial, Verdana;
		font-size:				14px;
		line-height:			23px;
		color:					#000000;
	}
	
	.separator {
		background-image:		url('../img/separator.gif');
		background-repeat:		repeat-x;
	}
	
	a:link,a:visited,a:active,a:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				14px;
		line-height:			21px;
		color:					#000000;
	}
	
	a.functional_link:link,a.functional_link:visited,a.functional_link:active,a.functional_link:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				11px;
		line-height:			21px;
		color:					#000000;
	}	
	
	a.sidelink:link, a.sidelink:visited,a.sidelink:active,a.sidelink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				11px;
		line-height:			21px;
		color:					#000000;
		text-decoration:		none;
	}	
	a.sidelink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				11px;
		line-height:			21px;
		color:					#000000;
		text-decoration:		underline;
	}	
	
	a.bottomlink:link,a.bottomlink:visited,a.bottomlink:active,a.bottomlink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				12px;
		line-height:			21px;
		color:					#000000;
		text-decoration:		underline;
	}
	
	a.footerlink:link,a.footerlink:visited,a.footerlink:active,a.footerlink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				10px;
		line-height:			21px;
		color:					#000000;
		text-decoration:		underline;
	}
	
	a.topmenulink:link,a.topmenulink:visited,a.topmenulink:active,a.topmenulink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				12px;
		font-weight:			bold;
		line-height:			21px;
		color:					#000000;
		text-decoration:		none;
	}
	
	a.relatedlink:link,a.relatedlink:visited,a.relatedlink:active,a.relatedlink:hover {  
		font-family:			Tahoma, Arial, Verdana;
		font-size:				13px;
		line-height:			21px;
		color:					#000000;
	}