﻿img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}
img.opacity:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}
.body {
	background-color: #662F91;
	font-family: Arial, Helvetica, sans-serif;
}
.table-main {
	width: 900px;
	background-image: url('elements/Yellow-Bgrd-900x600.png');
}
.table-footer {
	height: 100px;
	text-align: center;
	background-image: url('/elements/900-bottom-purple.png');
	vertical-align: middle;
}
.table-header {
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.table-2-left {
	text-align: center;
	height: 100%;
}
.table-2-center {
	text-align: center;
	height: 100%;
	vertical-align: central;
}
.table-2-right {
	background-color: #FFFFFF;
	height: 400px;
	alignment-adjust: central;
	width: 200px;
	border-radius: 15px;
	padding: 10px;
}
.textcenter {
	text-align: center;
}
.textred {
	color: #FF0000;
	font-variant: small-caps;
}
.textblue {
	color: #0000FF;
	font-variant: small-caps;
}
.textgreen {
	color: #276C35;
	font-variant: small-caps;
}
.fontsmall {
	font-size: small;
}
.textbox {
	border-radius: 15px;
	height: 375px;
	width: 250px;
}
.auto-style1 {
	color: #FF0000;
}
