﻿@import "global.css";

body{
	color:#009900;
}

#BodyPartsContainer{
	width:440px;
	float:left;
}

#RightPart{
	width:160px;
	float:right;
}


#News .Title, #Activities .Title{
	padding:20px 0 2px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:6px;
	color:#666666;
}

.ContentList a.ContentTitle, .ContentList a.ContentTitle:visited{
	color:#666666;
	font-weight:bold;
	padding:0 0 4px 0;
}

