/* CSS Document */
.guestbooktext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #cccccc;
	font-weight : bold;
	background-color : White;
}
.guestbookmenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;	
    color : #999999;
    background-color : #F0F0F0;
}
.guestbookmenu:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #FF9900;
}

.guestbooktable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 9pt;
    color : Black;
    background-color : white;
}
.guestbookntext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #555555;
	font-weight : normal;
}
.guestbooktitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 9pt;
    color : Black;
    font-weight : bold;
    border-bottom : 1px solid #CCCCCC;
}
.guestbookdate {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 9pt;
    color : white;
    background-color : #CCCCCC;
    font-weight : bold;
}
.guestbooktiny           {BACKGROUND: none; COLOR: #215DC6; FONT-SIZE: 8pt; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica;}
