
body
{
	link:blue;
	alink:red;
	vlink:purple;
	background-color:transparent;
}
.p1body
{
	color:rgb(102,102,102);		
	background-color:#ececec;
}

.siteheader
{
	position: absolute;
	top:  1%;
	left: 1%;
	right:1%;
	width:98%;
	height:12%;
}


.sh-logo
{
	position: absolute;
	width:7%;
	background-color:whitesmoke;
}

.sh-text
{
	position: absolute;
	left: 12%;
/*	border-bottom:thin solid;*/
}

.sitefooter
{
	position: absolute;
	bottom:  1%;
	left: 1%;
	right:1%;
	width:98%;
	height:7%;
}

.sf-logo
{
	position: absolute;
	width:7%;
	bottom:0%; 
	right:0%;
	color:indigo; 
	background-color:whitesmoke;

}
.sf-text
{
	position: absolute;
	right:10%;
	bottom:0%;
	vertical-align:baseline;
/*	border-top:thin solid; */
}

.siteheader, .sitefooter 
{	color:whitesmoke; 
	background-color: #6C82B5;
/*	background-color:#98AFC7;*/
	font-family: Garamond, Bookman Old Style, Times New Roman;
}


.tabmenu
{
	position: absolute;
	top:  12%;
	left: 2%;
	width:96%;
	height:5%;
}

.vwport
{
	position: absolute;
	top: 16%;
	left: 1%;
	right:1%; 
	width: 98%;
	height:74%;
	border-style:hidden;
	background-color:transparent;
}


.ifrm
{
	position: absolute;
	top: 1%;
	left: 1%;
	bottom: 1%;
	right: 1%;
	width: 98%;
	height:98%;
	padding:1%;
	overflow:auto;
	border-style:hidden;
}



