
/* Copyright 2002 EMcGuinness */
/* emcg.css */

body {background: #d3d3d3; color: #000000; margin: 10px}
table {background: #d3d3d3;}
form {margin: 0px;}

.search-box {border: 1px solid #34961C; color: #666666; margin-left: 5px;}
.search {margin-left: 5px; margin-top: 10px; font-size: 10pt;color: #34961C;font-weight: bold; }
.go {border: 0px;}
.tip {border-bottom:1px dashed #999999;cursor:help;}
p.cont { 
			 text-align: justify;
			 margin: 0px 30px 20px 0px;
			 font-size: 12pt; 
}
p.copy { 
	color: #34961C; 
	font-weight: bold; 
	font-size: 10pt 
}
p.map  { 
	color: #34961C; 
	font-weight: bold; 
	font-size: 10pt 
}

span.bold { 
	font-weight: bold
}
span.italic { 
	font-style: italic
} 

a:link {
	color: #000000;
	text-decoration: underline; 
	font-size: 12pt; 
}
a:active {
	color: #000000; 
	text-decoration: underline; 
	font-size: 12pt;
}
a:visited {
	color: #333333; 
	text-decoration: underline; 
	font-size: 12pt;
}
a:hover {
	color: #34961C; 
	text-decoration: underline; 
	font-size: 12pt;
}

a.loc:link {
	color: #34961C; 
	text-decoration: underline; 
	font-size: 10pt;
}
a.loc:active {
	color: #34961C; 
	text-decoration: underline; 
	font-size: 10pt;
}
a.loc:visited {
	color: #34961C; 
	text-decoration: underline; 
	font-size: 10pt;
}
a.loc:hover {
	color: #F4BE24; 
	text-decoration: none; 
	font-size: 10pt;
}

a.map:link {
	color: #34961C; 
	text-decoration: none; 
	font-size: 10pt;
}
a.map:active {
	color: #34961C; 
	text-decoration: overline; 
	font-size: 10pt;
}
a.map:visited {
	color: #34961C; 
	text-decoration: none; 
	font-size: 10pt;
}
a.map:hover {
	color: #34961C; 
	text-decoration: overline underline; 
	font-size: 10pt;
}

a.lh-lnks:link {
	color: #000000; 
	text-decoration: underline; 
	font-size: 12pt;
	margin-left: 5px;
}
a.lh-lnks:active {
	color: #F4BE24; 
	text-decoration: underline; 
	font-size: 12pt;
	margin-left: 5px;
}
a.lh-lnks:visited {
	color: #333333; 
	text-decoration: underline; 
	font-size: 12pt;
	margin-left: 5px;
}
a.lh-lnks:hover {
	color: #34961C; 
	text-decoration: none; 
	font-size: 12pt;
	margin-left: 5px;
}
