/* Visit London global style sheet */

/* 1. global tag declarations */


body
{
	padding: 0px;
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
	background-color: #fff;
}

a.h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 3px;
}

h2
{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #00456F;
	line-height: 19px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 2px;
}

h3
{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #00456F;
	line-height: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
}
h4
{
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #00456F;
	line-height: 18px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: dotted 1px #00456F;
}
p, pre
{
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 14px;
	/* margin-top: 2px; */
	/* border: 1px solid #000; */
 	margin-bottom: 5px;
	line-height: 20px;
	color: #00456F;
}

a, a:link, a:visited, a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; } 
}
a.link: 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; } 

a.link:Visited 
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; } 

a.link:hover 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; } 
	
a.link2 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; 
	margin-bottom: 3px;} 

A.link2:Visited 
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; 
	margin-bottom: 3px;} 

a.link2:hover 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366; 
	margin-bottom: 3px;} 


a.link3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
} 
A.link3:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
} 

a.link3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	font-style: normal;
	word-spacing: normal;
} 

a.link4 
{
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #00456F;
	line-height: 19px;
	font-weight:bold;
	font-style: normal;
} 
A.link4:Visited {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #00456F;
	line-height: 19px;
	font-weight:bold;
	font-style: normal;
} 

a.link4:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #666666;
	line-height: 19px;
	font-weight:bold;
	font-style: normal;
} 


a.link5 
{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #005588;
	font-style: normal;
} 
A.link5:Visited {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #005588;
	font-style: normal;
} 

a.link5:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #005588;
	font-style: normal;
}



form {
	margin: 0;
	padding: 0;
	border: 0;
}
select
{
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}
input {
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	height: 20px;
}
input.button
{
	font-size: 10px;
	color: #003366;
	font-family: Times New Roman, Times, serif;
	height: 15px;
}
input.image
{
	background-color: #666;
	margin: 0;
	padding: 0;
}
input.image-hover {
	background-color: #333333;
}
br.clearFloat {
	clear: left;
	height: 0;
	font-size: 0;
	line-height: 0;
}


