/* CSS Document */
.text1 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000066;
}
.text1bold {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.text2 {
	font-family: Times New Roman, Times, serif;
	color: #000066;
}
.text2bold {
	font-family: Times New Roman, Times, serif;
	color: #000066;
	font-weight: bold;
}
.text3 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000066;
}
.text3bold {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.text4 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000066;
}
.text4bold {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
.text5 {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	color: #000066;
}
.text5bold {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	color: #000066;
	font-weight: bold;
}
.button1 {
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	background-color: #103582;
	border-color: #CCCCCC;
	color: #FFFFFF;
  text-decoration: none;
}

table.albums td {
	text-align: center;
	width: 50%;
}
