html {
	overflow-x: hidden;
}

body {
	background-color: #321d08;
	margin: 15px;
	overflow-x: hidden;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.photo {
	outline: none;
}
.photo img {
	border: 1px solid white;
}
.photo:hover img {
	border: 1px solid orange;
}

.photoBold {
	outline: none;
}
.photoBold img {
	border: 2px solid white;
}
.photoBold:hover img {
	border: 2px solid orange;
}

.styleNormal {font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color:#FFFFFF}
.styleNormalBig {font-size: 16px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color:#FFFFFF}
.styleNormalSmall {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color:#FFFFFF}
.styleBold {font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF}
.styleBoldBottom {font-size: 11px; font-family: Tahoma; font-weight:bold; color:#FFFFFF}
.styleBoldSmall {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bolder; color:#FFFFFF}

.styleNormalYellow {font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color:#EE8903}
.styleBoldYellow {font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#EE8903}

.scrollFrame {
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color:FFFFFF;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: FFFFFF;
}

table.solidThin {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: white white white white;
	border-collapse: separate;
}

table.photos {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: hidden;
}

table.photos td {
	border-width: 1px 1px 1px 1px;
	border-style: hidden;
	border-color: white white white white;
	text-align:center;
	vertical-align:middle;
	width: 190px;
	height: 190px;
	padding: 2px 2px 2px 2px;
}

table.pedigree {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.pedigree td {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: white white white white;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;
}

table.pedigreeCell td {
	border-width: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}

.tableFirstRow { border-width: 0px 0px 1px 0px; border-style: solid; }
