.mainblock {
	border: 1px solid #000000;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}

.header {
	width: 100%;
	background-color: #0066CC;
}

.menu {
	width: 100%;
	background-color: #FFCC33;
}
.menubutton {
	font-size: medium;
	font-weight: bold;

}
.menubutton a{
	color: #FFFFFF;
	text-decoration: none;
}
.menubutton a:hover{
	color: #FFFFFF;
}

.textmenu {
	background-color: #FFFFFF;
	font-size: small;
	color: #FFCC33;
}
.textmenu a{
	text-decoration: none;
	color: #FFCC33;
}

.footer {
	width: 100%;
	background-color: #FFCC33;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFFFFF;
}

.footer a{
	text-decoration: none;
	color: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.txttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
.pedigree {
	font-size: x-small;
	border: 1px solid #666666;
	background-color: #FFF2CC;
}
