/* CSS Document */

body{
background-color: #C1CDCD;
text-align: left;
font-size:10pt;
	background-image: url(bg1.png);
	background-repeat: repeat;
}
tr, th, p, div{
font-family: times new roman, serif;
color: #506987;
}
h1{
font-size: 11pt;
letter-spacing: 5pt;
color: #0099CC;
background-color: #7AC5CD;
margin: 3px 0px;
border-bottom: 1px dashed #506987; 
text-transform: uppercase;
}
h2 {
font-size: 11px;
letter-spacing: 2pt;
color: #3399CC;
text-decoration: underline;
}

a:link { color: #4A777A; text-decoration: underline;  font-weight: bold; }
a:visited { color: #344152; text-decoration: none;  font-weight: bold;}
a:hover {color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }

#img{
	position:absolute;
	background-image: url(lyt1.png);
	margin: 0 0 auto 0;
	width:700px;
	height: 500px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	}
	#cont{
	position: absolute;
width: 450px;
height: 470px;
overflow: auto;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-left: 240px;
}
#bar {
	position: absolute;
	width: 450px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin-left: 240px;
	margin-top: 150px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	top: 320px;

}

