@charset "utf-8";
body {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
}
.indexHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
.indexHeader a:link {
	color: #555555;
	text-decoration: none;
}
.indexHeader a:visited {
	color: #555555;
	text-decoration: none;
}
.indexHeader a:hover {
	color: #555555;
	text-decoration: underline;
}
.indexHeader a:active {
	color: #555555;
	text-decoration: none;
}
.indexText1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin:0px;
	padding: 0px;
	color: #777777;
}
.indexText1 a:link {
	color: #777777;
	text-decoration: none;
}
.indexText1 a:visited {
	color: #777777;
	text-decoration: none;
}
.indexText1 a:hover {
	color: #777777;
	text-decoration: underline;
}
.indexText1 a:active {
	color: #777777;
	text-decoration: none;
}
.indexText2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
.indexText3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #777777;
}
.indexText3	a:link{
	color: #777777;
	text-decoration: none;
}
.indexText3 a:visited {
	color: #777777;
	text-decoration: none;
}
.indexText3 a:hover {
	color: #777777;
	text-decoration: underline;
}
.indexText3 a:active {
	color: #777777;
	text-decoration: none;
}
.imageBackground {
	background-image: url(../images/floral.jpg);
	background-repeat: no-repeat;	
}

