﻿@charset "utf-8";
/* CSS Document */

body {
	margin-top: 40px;
	margin-left: 40px;
	padding: 0px;
	
	background-image: url(../images/BG-Fade.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	top: 0px;
		background-color: #ccffff;
		text-align:center;
}
img
{
	text-decoration: none;
	border: 0px;
	float:right;
	padding:0px 0px 0px 10px;
}
img.left
{
	text-decoration: none;
	border: 0px;
	float:left;
	padding:0px 0px 0px 10px;
}
P
{  	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
	padding:0px 0px 0px 0px;
}

H1
{  	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	padding:0px 0px 0px 0px;
}
table{
	margin-left:auto;
	margin-right:auto;
	border: solid 3px #006666;
	border-spacing:10px;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 75%;
	left: auto;
	right: auto;
	float: none;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #006666;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
	border:solid 1px #003333;
	display:table-cell;
	margin:0;
	padding: 1px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: justify;
	font-weight:normal;
	border:solid 1px #003333;
	display:table-cell;
	margin:0;
	padding: 10px;
	vertical-align: top;
}
td P
{  	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
	padding:0px 0px 0px 0px;
}
td.bold{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #006666;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: right;
	font-weight:bold;
	border:solid 1px #003333;
	display:table-cell;
	margin:0;
	padding: 10px;
	vertical-align: top;
}
 a:link{
	color: #006666;
	text-decoration: none;}
 a:active{
	color: #CC0000;
	text-decoration: none;
}
 a:visited{
	color: #006666;
	text-decoration: none;
}
 a:hover {
	color: #CC0000;
	text-decoration: none;
}
