@import url("default.css");

/*
to set a few standards
*/
/*
#smallpage_left {
	color:#ff0000;
	background: #f25204;
}
#smallpage_right {
	color:#ff0000;
	background: #e1e40d;	
}
*/
#smallpage_left {
	background: #ffffff;
	color:#000000;

}
#smallpage_right {
	background: #000000;	
	color:#ffffff;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

#smallpage_left a {
	color: #f25204;
}

.tabheader {
	color: #f25204;
}


.introduction {
	font-size: 12px;
	line-height:16px;
	color: #666666;		
}

.page_intro {
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	color: #666666;	
}

.article_title {
	color: #666666;
}

.introduction a:link {
	color: #f25204;
}