/* Redefined HTML element */

body	{
	background-color: #9999CC;
	white-space: nowrap;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000066;
}


h3		{
	text-align: center;
}

h4 {
	text-align: left;
}

td		{
	vertical-align: top;
	white-space: nowrap;
	text-align: left;

}
	
A:hover	{
	text-decoration: none;
}

img {
	border: thin ridge #000000;
}

address {
	font-size: small;
}

/* Custom styles */

.highlight-1 {
	background-color: #99CCCC;
	padding:	10px;
	border: 1px solid #000000;
	text-align: left;
	width: 75%;	
}

.highlight-2	{
	background-color: #99CC99;
	padding:	10px;
	border: 1px solid #000000;
	text-align: left;
	width: 75%;
}

.highlight-3	{
	background-color: #33CC99;
	padding:	10px;
	border: 1px solid #000000;
	text-align: left;
	width: 25%;
}

.highlight-4	{
	background-color: #669966;
	padding:	10px;
	border: 1px solid #000000;
	text-align: left;
	width: 75%;	
}

.OuterTable {
	text-align: center;
	padding: 0px;
	spacing: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid #000000;	
}

.ContentTable {
	width: 100%;
	spacing: 15px;
}

.ImageTable {
	width: 100%;
}

.ImageLeft {
	text-align: left;
}

.ImageCenter {
	text-align: center;
}

.ImageRight {
	text-align: right;
}
