﻿

.style2 {
	text-align: center;
}
.style5 {
	font-size: small;
}
.styleTitle {
	text-align: center;
	}

.BackStyle {
	background-color:white;
}

.TableStyle1 {
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0px;
	background-color: :white;
	position: absolute;
	width: 700px;
	color: #C0C0C0; 
	font-weight: 400;
	top: 15px;
	left: 10px;
}

.ColumnStyle {
	width: 100px;
	vertical-align: top;
}

.ColumnQuote {
	width: 700px;
	vertical-align: middle;
	text-align: left;

}

.Column1 {
	width: 100px;
	vertical-align: top;
	text-align: left;
	content: "&nbsp;";
}

.Column2 {
	background-position: 0px 0px;
	width: 700px;
		text-align: center;
	background-repeat: repeat;
	background-attachment: scroll;
}
.Column2a {
	width: 700px;
	vertical-align: top;
	text-align: left;
	font-size: medium;
}
.Column3 {
	width: 275px;
	vertical-align: top;
	text-align: left;
}

.button {
	border: 0;
	white-space:normal;
	border-spacing:5px
	height=20px;
	width=100px;
}

.imageVert {
	border-width: 0px;
	max-width:325px;
	max-height:488px;
	float: none;
}

.imageHoriz {
	border:0px;
	max-width:325px;
	max-height:217px;
}

.thumb {
	border:0px;

}
.imageSm {
		border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:325px;
		max-height:488px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;

}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}


