BODY{
	color: #8B4513;
	background: #DDAA88;
}
/* normal */
A:visited{color: Midnightblue;}
A:visited:hover{
	color: Skyblue;
}
A:link{color: Mediumblue;}
A:link:hover{
	color: Skyblue;
}
/* title */
A.TITLE{text-decoration: none;}
A.TITLE:visited{color: Lightseagreen;}
A.TITLE:visited:hover{
	color: yellow;
}
A.TITLE:link{color: Lightseagreen;}
A.TITLE:link:hover{
	color: Lightgreen;
}

H1 A.TITLE:visited, H1 A.TITLE:link{
	color: White;
}
H1 A.TITLE:visited:hover, H1 A.TITLE:link:hover{
	color: Yellow;
}
ADDRESS A.TITLE:link{
	color: White;
}
ADDRESS A.TITLE:link:hover{
	color: Yellow;
}
H1{
	clear: both;
	font-size: 0.8em;
	color: white;
	margin-bottom: 0em;
	background: navy;
	background-image: url(image/Bar.gif);
	border-width: thin;
	border-style: outset;
	border-color: aqua;
	width: 100%;
}

ADDRESS{
	clear: both;
	font-size: 0.8em;
	margin-bottom: 0em;
	background: navy;
	background-image: url(image/Bar.gif);
	border-width: thin thin thin thin;
	border-style: outset;
	border-color: aqua;
	width: 100%;
}

P{	text-indent: 1em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

H2{
	margin: 0em 3em 0em 3em;
	font-size: 2em;
	background-image: url(webconstruct/images/ai_at6.gif);
	border-width: thin thin thin thin;
	border-style: inset;
	border-color: white;
}
DIV.RECORD{
	text-align: right;
        clear: both;
}
H1 IMG{
	height: 9pt;
	border-width: 0px;
	border-style: none;
	border-color: white;
}
H2 IMG{
	float: left;
	border-width: thin thin thin thin;
	border-style: outset;
	border-color: white;
}

H2 P{
	text-align: right;
	font-size: 0.5em
}

ADDRESS{text-align: right}

.LEFT{	float: left;
	text-align: left;
}
.RIGHT{	float: right;
	text-align: right;
}
HR{	clear: both;
	display: none
}
.Modified{
	font-size: 0.8em;
}