body
{
	font-family: Verdana, Arial, sans-serif;
	margin-left: 30px;
	font-size: 10pt;
}

h3 {
	border-bottom: 1px solid black;
}

div.header
{
	border: 1px solid black;
	width: 720px;
	height: 80px;
	margin-bottom: 18px;
	background-image: url('../images/2010header.jpg');
}

.menu
{
	background-color: #D4D4D4;
	border: 1px solid black;
	width: 720px;
	height: 40px;
}

.menuitem
{
	width: 90px;
	height: 40px;
	border-right: 1px dotted black;
	text-align: center;
	font-size: 7pt;
}

.menuitem a:link, .menuitem a:visited
{
	text-decoration: none;
	color: #666666;
}

.menuitem a:hover, .menuitem a:active
{
	text-decoration: underline;
	color: #BF151A;
}

.page
{
	border: 1px solid #000000;
	margin-top: 18px;
	padding: 12px;
	width: 696px;
	background-image: url('../images/kalligrafi.jpg');
}

a:link, a:visited
{
	text-decoration: none;
	color: #666666;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #BF151A;
}

.inforuta
{
	background-color: #EFEFEF;
	float: left;
	border: 1px solid black;
	padding: 5px;
	margin-right: 25px;
}
.inforutaright
{
	background-color: #EFEFEF;
	float: right;
	border: 1px solid black;
	padding: 5px;
	margin-right: 25px;
}
