body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #95A699;
	background-image: url(/layout/background2.jpg);
	background-position: top;	
	background-repeat: repeat-x;
}

.maintable {
	border: 1px solid #333333;
	background: #fff;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #606662;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606662;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #606662;
}

.hr {
	color: #111111;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
}
.menu {
	background-image: url(/layout/menu.jpg);
}
.style1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
.sidebar {
	background-image: url(/layout/sidebar.gif);
	background-repeat: no-repeat;
		background-position: top left;
}
.topbar {
	background-image: url(/layout/topmain.jpg);
		background-position: top;
}
.bottombar {
	background-image: url(/layout/bottommain.jpg);
		background-position: top;
}
div.breadcrumbs
{
	margin:8px 8px 0 8px;
}	


li
{
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	margin-bottom:10px;
}

li.admin
{
	list-style-position: inside;
	list-style-type: none;
}

.webcast td
{
  display: table-cell;
  border:1px solid #c7d5ca;
}
