body {
	padding-top: 30px;
}

h2 { 
color: #ffffff; 
font-size: 32px; 
font-family: Times;
font-weight: normal;
}

h4 { 
color: #008000; 
font-size: 18px; 
font-family: Times;
font-weight: bold;
}

P { 
color: #008000; 
font-size: 16px; 
font-family: Times;
font-weight: normal;
}

td { 
color: #008000; 
font-size: 16px; 
font-family: Times;
font-weight: normal;
}

A { 
color: #000066; 
font-size: 16px;
text-decoration: underline;
} 

A:link { 
color: #000066; 
text-decoration: underline;
} 

A:visited { 
color: #000066; 
text-decoration: underline;
} 

A:hover { 
color: #000066; 
text-decoration: underline;
} 

.large { 
color: #008000; 
font-size: 30px;
; font-family: Times
}

A.large { 
color: #000066; 
font-size: 30px; 
text-decoration: underline;
} 

A.footer { 
color: #FFFFFF; 
} 

A.footer:visited { 
color: #FFFFFF; 
} 

A.footer:hover { 
color: #FFFFFF; 
} 

.title { 
color: #0080c0;
font-size: 18px; 
}

.red { 
color: #FF0000; 
}

.white { 
color: #FFFFFF; 
}

/* ------ styles for the US/UK links ----- */

#region {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	padding: 5px 10px; 
	font-size: 8pt;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: #2CBA2B;
}

.regionleft, .regionright {
	position: relative;
	float: left;
}

#region img {
	float: left;
	margin-top: -2px;
	border: 0;
}

#region a {
	color: #fff;
	font-size: 8pt;
}

#region a:hover {
	text-decoration: none;
}

