body {
	background-image: URL(images/bg.gif);
	background-repeat: repeat-x;
	margin : 0px;
	background-color : White;
	scrollbar-base-color : #DEEDF7;
	scrollbar-face-color : #2E66A7;
	scrollbar-arrow-color : White;
	scrollbar-track-color : #DEEDF7;
	scrollbar-shadow-color : #7CA6CF;
}

body.white {
	margin : 0px;
	background-color : White;
	background-image : none;
}
body.blue {
	margin : 0px;
	background-color : #2E66A7;
	background-image : none;
}


a:link, a:active, a:visited {
color: #4A265A;
text-decoration: underline;
}

a:hover {
color: #4A265A;
text-decoration: none;
}

.vTitle {
	font-family : "Courier New", Courier, monospace;
	font-size : 11px;
	font-weight : normal;
}

.pageTitle {
	font-size : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	padding : 0px 0px 5px 0px;
}

legend {
	font-size : 13px;
	color : #2E66A7;
}



a:link, a:active, a:visited {
color: #4A265A;
text-decoration: underline;
}

a:hover {
color: #4A265A;
text-decoration: none;
}

h1 {
  font-size : 18px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
  font-size : 14px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
  font-size : 12px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
  font-size : 12px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align : top;
}
th {
	text-align : left;	
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
input {
	font-family : "Courier New", Courier, monospace;
	font-size : 10pt;
}
legend {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.highlight {
	background-color : #FF9999;
}

.darklight {
	background-color : #DCDCDC;
}
.alert {
	color : #DC143C;
	font-weight : bold;
	font-size : 13px;
}
.buttonGuestbook {
	background-color : #2E66A7;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 9pt;
}
.legendGuestbook {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #DC143C;
}

.inputGuestbook {
	background-color : #DEEDF7;
	border : 1px solid #2E66A7;	
}
.inputFieldGuestbook {
	margin : 3px;
}
.commentText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.fieldsetComment {
	border : 1px solid #2E66A7;
	padding : 2px;
	margin-top : 5px;
}
.legendComment {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
a.comment:link, a.comment:active, a.comment:visited {
	text-decoration: underline;
	color : #2E66A7;
}

a.comment:hover {
	text-decoration: none;
	color : Black;
}
.thumb {
	background-color : #98C6E7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
a.thumb:link, a.thumb:visited {
	border : thin outset #2E66A7;
}
a.thumb:hover, a.thumb:active {
	border : thin inset #2E66A7;
	position : relative;
	left : 1px;
	top : 1px;
}

.center {
	text-align : center;
}

