body{
	/*background:  #000046;  #00519a;#BC4F4B; #CE7A78#c6c6ff ;*/
	/*background: #7C736A url(img/backbar.jpg) center repeat-y; */

	background: #c0c0c0; /* rev1 #7C736A; */
	background-image: url(img/backbar2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 20px;
	}
table{
	margin: 0px;
	padding: 0px;
	}
th{
	padding-top: 10px;
	}
td{
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	}
input{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}
select{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}

textarea{
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
}
.outside{
	border-right: 1px solid red;
	border-left: 1px solid red;
	}
.bar{
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #eee;
	border-right: 1px solid black;
	border-bottom:  1px solid black;
	border-left: 2px solid #eee;
	width: 25%;
	vertical-align: middle;
	}

.lower{
	border-bottom: 1px solid red;
	font-size: 1pt;
	background-color: white;
	}
.upper{
	border-top: 1px solid red;
	font-size: 1pt;
	background-color: white;
	}

.content{
	vertical-align: top;
	}
.imgalt{
	position: relative;
	width: 100;
	height: 80;
	overflow: hidden;
	border-color: red;
	border-width: 0 1 1 0;
	border-style: solid solid solid none; 
	}
.imgaltsm{
	position: relative;
	width: 100;
	height: 40;
	overflow: hidden;
	border-color: red;
	border-width: 0 1 1 0;
	border-style: none solid solid none;
	}
.imgtest{
	float: left;
	padding-right: 10px;
	}
a:link,a:visited{
	font-size: 11px;
	text-decoration: none;
	color: #c0c0c0;
	}
a:hover{
	text-decoration: underline;
	color: white;
	}	
a.grp:link,a.grp:visited{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: red;
	}
a.grp:hover{
	text-decoration: none;
	color: #808080;
	}
a.list:link,a.list:visited{
	font-size: 9px;
	text-decoration: none;
	color: black;
}
a.list:hover{
	text-decoration: underline;
	color: black;
}
blockquote{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
ul{
	font-size: 9px;
	list-style-type: none;
}
li{
	float: left;
	width: 20%;
}