

body {background-image:url("bg.jpg"); background-repeat:repeat-x;}

.centerImage
{
text-align:center;
display:block;
margin:auto;
}

.h1-title {font-family: Gabriola, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:48px;
	color:#556489;
	text-align:center;
	margin-top:150px;
}

.menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.menu a {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-decoration:none;
}
.menu a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
	text-decoration:none;
}
.normal {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-decoration:none;
}
.normal_bolder {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bolder;
}
.smaller {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
.verysmall {
	font-family: Tahoma;
	font-size: 8px;
	color: #333333;
	text-align: left;
}
.link {
	font-family: Tahoma;
	font-size: 12px;
	color: #556489;
	text-align: center;
}
.link a {
	font-family: Tahoma;
	font-size: 12px;
	color: #556489;
	text-align: center;
	text-decoration:none;
}
.link a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #0448f7;
	text-align: center;
	text-decoration:none;
}
.link a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #365195;
	text-align: center;
	text-decoration:none;
}
