body{
	font-size: 0.8em;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #363F47;
}

p, td, li	{
	font-size: 1.1em;
}

table.infotab, table.infotab td	{
	font-size: 1em;
}

table.infotab th {
	text-align: left;
}

.small	{
	font-size: 1em;
}

a:link {
	color: #a12834;
	text-decoration:none;
}

a:visited {
	color: #a12834;
	text-decoration:none;
}

a:hover {
	color: #a12834;
	text-decoration:underline;
}

a.active {
	color: #a12834;
}

h1	{
	color: #000;
	font-size: 1.2em;
}

label	{
	display: block;
	padding-right: 5px;
	width: 200px;
	float: left;
	text-align: right;
}

#content	{
	color: #000;
}

/* news */
.news-latest-container {
	padding: 0;
}

.news-latest-item	{
	padding: 10px;
}

.news-latest-item h3	{
	margin: 5px 0;
	padding: 0;
	font-size: 1.1em;
}

.news-latest-container	.news-latest-title	{
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #a12834;
	padding: 3px 7px;
	font-weight: bold;
	font-size: 1em;
}

.news-latest-morelink	{
	margin-top: 3px;
}

/* rootline */
#rootline, #rootline a	{
	font-size: 0.9em;
}