/* CSS Document */
body {
	background-color: #52ffc2;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-y;
	background-position:top center;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a {
	font-size: 14px;
	color: #000000;
}
a:hover {
	color: #52FFC2;
}
a:active {
	color: #000000;
}
a.unit {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
p {
	text-align: left;
}
p.ty { text-align: center; }
h1 {
	font-size: 14px;
	color: #333333;
	font-style: italic;
}
h2 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
h4 {
	font-size: 22px;
	color: #4EBDD9;
	text-align: left;
	margin-bottom: 0px;
}
.footer {
	color: #1F3B67;
	text-align: center;
}
a.footer {
	color: #1F3B67;
	font-size: 12px;
}
table.rates {
	border: 1px solid #000px;
	text-align: left;
	background-color: #FFFFFF;
}
td.rates2 {
	background-color:A1FFFF;
}
td.rates3 {
	background-color:A1FFD1;
}
.picR {
	float: right;
	margin: 10px;
}
.picL {
	float: left;
	margin: 10px;
}
.movie {
	float: right;
	margin: 5px;
}

