/* DEFAULTS */

BODY {  
	margin-bottom:8px; 
	margin-top:2px; 
	margin-left:8px; 
	margin-right:8px;
}

p {
	clear: both;
}

/* LINKS */
A:Link, A:Visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

A:Active, A:Hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000099; 
}
    
table td {
	vertical-align: top;
}

/* HEADER */

div.hdr {
	margin: 1%;
	white-space: nowrap;
}

div.logohdr {
	float: left;
}

div.logohdr img {
	border: 0;
}

div.verlink {
	display: none;
}

/* MENU */

div.amenu {
	clear: both;
	display: none;
}

div.pghdr {
	clear: both;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-align: right;
	margin-right:6%;
	margin-top: 1%;
	margin-bottom: 1%;
}

/* FOOTER */

address {
	border-top: 1px solid #cccccc;
	margin-top: 2%;
	padding-top: 1%;
	margin-bottom: 1%;
	
	font-style: normal;
	color: #000000;
	font-family: serif;
	line-height: 1.2em;
}

address img {
	vertical-align: middle;
	float: left;
	margin-right: 2%;
	border: 0;
}

