/* CSS Document */

body {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}

td {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}

a:hover {
	color: red;
}

td.left {
	background-image: url(../images/leftrpt.gif);
	background-repeat: repeat;
}

td.right {
	background-image: url(../images/rightrpt.gif);
	background-repeat: repeat;
}

td.bottom {
	font-size: 0.7em;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
}

table.page {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.title {
	font-family: arial black, arial, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #454d49;
}

.small {
	font-size: 0.8em;
}

.subTitle {
	font-family: arial black, arial, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #454d49;
}
.img {border: 0;float:right;padding:0 20px 20px 20px;}