.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #669966;
	vertical-align: middle;
}
.highlight {
	font-style: italic;
	background-color: #ffcc00;
	text-indent: 20pt;

}
.title {
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	margin-top: 50px;


}
.text {
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
.2ndtitle {
	font-size: 32px;
	text-decoration: underline;
	background-position: center;

}
.border {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #CC6633;
	border-left-color: #CC6633;
}
.borderleft {
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #cc6633;
}
.borderright {
	border-right-width: thin;
	border-right-style: double;
	border-right-color: #cc6633;
}
.copyright {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #CC6633;
	border-bottom-color: #CC6633;
	border-left-color: #CC6633;
}
.mvilogo {
	background-image: url(mvilogo.jpg);
	background-repeat: no-repeat;
}
