body {
	background-color: #CCCCCC;
}
.button {
	font-size: 18px;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	color: #000000;
}
.button:hover{
	background-color: #FFFF99;
}
.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.textside {
	color: #FFFFFF;
	font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.link2 {
	font-size: 16px;
	color: #000000;
}
.link2:hover
{
	text-decoration: underline;
}
.link3{
	font-size: 16px;
	color: #C10536;
	text-decoration: underline;
}
.link3:hover{ text-decoration: underline;}

.side {
	background-image: url(images/side.png);
	background-repeat: repeat-y;
}
.style3 {color: #C10536}
.style5 {
	font-size: 24px;
	font-weight: bold;
}
.style6 {color: #C10536; font-weight: bold; }
.style10 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.style11 {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.style13 {font-weight: bold; font-size: 10px;}
.style14 {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}