.smallCaps {
	font-variant: small-caps;
}

.normalText, .smallCaps {
    font-weight: normal;
	color: #000000;
	font-family: Georgia, Arial, Times, serif;
	font-size: 13px;
}

.logoText {
    font-weight: normal;
	color: #000000;
	font-family: Georgia, Arial, Times, serif;
	font-size: 10px;
}

.contactText {
    font-weight: bold;
	color: #000000;
	font-family: BernhardModBT, Arial, Times, serif;
}

.scroll {
   height:380px;
   width:80%;
   overflow: auto;
}

.scroll2 {
   height:320px;
   width:90%;
   overflow: auto;
}