@charset "utf-8";
/* Boat Design Net CSS Document */
.desc {
	line-height: 24px;
	Color: #000066;
	Text-Decoration: none;
}
A.desc:LINK {
	line-height: 24px;
	Color: #000066;
	Text-Decoration: none;
}
A.desc:ACTIVE {
	line-height: 24px;
	Color: #000066;
	Text-Decoration: none;
}
A.desc:VISITED {
	line-height: 24px;
	Color: #000066;
	Text-Decoration: none;
}
A.desc:HOVER {
	line-height: 24px;
	Color: #0033CC;
	Text-Decoration: none;
}
.bdn {
	Color: #666666;
	Text-Decoration: none;
}
A.bdn:LINK {
	Color: #666666;
	Text-Decoration: none;
}
A.bdn:ACTIVE {
	Color: #0033CC;
	Text-Decoration: none;
}
A.bdn:VISITED {
	Color: #666666;
	Text-Decoration: none;
}
A.bdn:HOVER {
	Color: #0033CC;
	Text-Decoration: none;
}
.light {
	Color: #999999;
	Text-Decoration: none;
}
A.light:LINK {
	Color: #999999;
	Text-Decoration: none;
}
A.light:ACTIVE {
	Color: #999999;
	Text-Decoration: none;
}
A.light:VISITED {
	Color: #999999;
	Text-Decoration: none;
}
A.light:HOVER {
	Color: #666666;
	Text-Decoration: none;
}
.bdnforumlink {
	Color: #575757;
	Text-Decoration: none;
}
A.bdnforumlink:LINK {
	Color: #666666;
	Text-Decoration: none;
}
A.bdnforumlink:ACTIVE {
	Text-Decoration: none;
	color: #575757;
}
A.bdnforumlink:VISITED {
	Color: #575757;
	Text-Decoration: none;
}
A.bdnforumlink:HOVER {
	Color: #0654AA;
	Text-Decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.boatdesigntimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.boatdesigntimes-sm {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}
.boatdesignarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.boatdesignhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
#boat-design-home {
	margin: auto;
	width: 650px;
}
#boat-design-home-logo {
	animation: fadein 15s;
    -moz-animation: fadein 20s; /* Firefox */
    -webkit-animation: fadein 20s; /* Safari and Chrome */
    -o-animation: fadein 20s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}