body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#content {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#articles b {
	font-size: 12px;
	font-weight: bold;
}

#articles a:link, #articles a:visited, #articles a:active {
	color: #993399;
	text-decoration: underline;
}

#articles a:hover {
	color: #333333;
	text-decoration: underline;
}

#article_layout {
	font-size: 12px;
	padding-left: 45px;
	line-height: 19px;
	color: #333333;
	padding-right: 45px;
}
#article_layout h1 {
	line-height:30px;
}
.section_health {
	color: #CC3333;
	font-weight: bold;
}
.section_proof {
	color: #0099FF;
	font-weight: bold;
}
.section_nutrition {
	color: #FFCC00;
	font-weight: bold;
}
.section_play {
	color: #99CC33;
	font-weight: bold;
}
.section_train {
	color: #339933;
	font-weight: bold;
}
.section_ready {
	color: #CC33CC;
	font-weight: bold;
}
.section_safety {
	color: #993399;
	font-weight: bold;
}
.section_social {
	color: #FF6600;
	font-weight: bold;
}
.section_care {
	color: #0066CC;
	font-weight: bold;
}
.picture {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 5px;
}
.textfield {
	font-size: 11px;
	color: #666666;
}
.title {
	font-size: 14px;
	color: #9CC835;
}

