﻿.textleft {
	text-align: left;
	font-size: medium;
	font-weight: normal;
}
.style5 {
	text-align: center;
	font-size: medium;
	font-family: "Times New Roman";
}
.style6 {
	color: #FA92C1;
}
.style3 {
	text-align: center;
}
.style2 {
	font-size: medium;
}
.style1 {
	font-size: large;
	text-align: center;
}
.imageleft {
	float: left;
}
#rightside {
	border-width: thin;
	border-color: #e7dece;
	padding: 4px;
	float: right;
	width: 500px;
	border-left-style: ridge;
}
#leftside {
	padding: 4px;
	float: left;
	width: 250px;
}

