﻿body {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFDD44;	
}
hr {
	width: 90%;
	color: #0000FF;
}
h2 {
	font-family: Script;
}
table {
	width: 90%;
	line-height: normal;
	margin-left: 5%;
}
td {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #FF0000;	/* unvisited link */
	text-decoration: none;
}
a:visited {
	color: #3333FF;	/* visited link */
	text-decoration: none;
}
a:hover {
	color:#00CC00;
}
a:active {
	color: #009900;	/* selected link */
	text-decoration: none;
}
.picture-center {
	vertical-align: middle;
	float: none;
}
.table-pad {
	margin-left: 5%;
}
.table-title {
	text-align: center;
	width: 100%;
	font-size: medium;
}
.text-center {
	text-align: center;
}
.text-head {
	font-size: x-large;
}
.text-head-ital {
	font-size:x-large;
	font-style: italic;
}
.text-last-update {
	text-align: right;
	font-size: x-small;
}
.text-right {
	text-align: right;
}
.text-title {
	text-align: center;
	font-size: large;
}