BODY {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	background-color: #E5E5E5;
	background-image: url( '/images/bersirc/bg.png' );
	background-repeat: repeat-y;
}

.content {
	margin: 20px 20px 20px 200px;
	padding: 10px;
}

.quote {
	margin: 10px;
	padding: 15px;
	border: 1px solid #ccb;
	background-color: #eed;
}

.menu {
	float: left;
	width: 180px;
	padding: 0px;
	text-align: center;
}

.logo {
	margin-bottom: 20px;
}

.table {
	background-color: #fff;
	border: 1px solid #666666;
	padding: 15px;
	font-size: 12px;
}

.table a:link {
	color: #345;
}

.table a:visited {
	color: #543;
}

.copyright {
	color: #555;
	text-align: center;
	padding: 15px;
	font-size: 11px;
}

.copyright a:link {
	color: #345;
}

.copyright a:visited {
	color: #543;
}

.latest {
	background-color: #E6E6E6;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding: 4px 4px 4px 8px;
	text-align: center;
	font-size: 11px;
	color: #2E3E5C;
	font-weight: bold;
	margin-bottom: 15px;
}

.latest a:link,
.latest a:visited,
.latest a:hover,
.latest a:active {
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}

.menuhead {
	background-color: #F8F8F8;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding: 4px 4px 4px 8px;
	text-align: left;
}

.menuhead a:link {
	font-size: 11px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.menuhead a:visited {
	font-size: 11px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.menuchildren {
	background-color: #F9F9F9;
	border-bottom: 1px solid #C4C4C4;
	padding: 4px 4px 4px 10px;
	margin-bottom: 20px;
	text-align: left;
}

.menuchildren a:link {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.menuchildren a:visited {
	font-size: 11px;
	color: #678;
	text-decoration: none;
}

