@charset "utf-8";
.logobg {
	background-image: url(../images/LOGO.png);
	background-repeat: no-repeat;
}
.tableProjects {
	border: 1px solid #000000;
}
td object, td embed {
vertical-align: bottom;
} 
#links {
	background-image: url(../images/FLBG.png);
	background-repeat: no-repeat;
}
.smallT {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.MainT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
.Headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.rightline {
	background-image: url(../images/rightline_02.jpg);
	background-repeat: no-repeat;
}
.leftline {
	background-image: url(../images/leftline_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content_text {
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
#bgline {
	background-image: url(../images/leftline_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 50%;
	z-index: 2;

}
#page {
	position:relative;
	z-index: 3;
}
#footer {
	position:relative;
	z-index: 1;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
	bottom: 0px;
	clip: rect(auto,auto,1px,auto);
}
#content {
	padding: 10px;		
}

