html, body {
	font-family: Arial, Verdana;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;

	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	
	//This is not CSS2 Compliant, this is just for the MSIE Users.
	scrollbar-arrow-color:		#c0c0c0;
	scrollbar-3dlight-color:	#c0c0c0;
	scrollbar-base-color:		#FFFFFF;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-highlight-color:	#c0c0c0;
	scrollbar-shadow-color:		#c0c0c0;
	scrollbar-darkshadow-color:	#FFFFFF;
	scrollbar-track-color:		#FFFFFF;

	background-color: #f6f6f6;

}
body, table, td, tr{
	font-size: 12px;
	background-color: transparent;
	border-width: 0px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;

	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

td {
	vertical-align: top;
}
div.Title {
	height: 20px;
	overflow: hidden;
	overflow-y: hidden;
	font-size: 18px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #909090;
}
div.Text{
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
div.SmallTitle {
	font-size: 14px;
	font-weight: bold;
}
img {
	border: 1px solid #909090;
	width: 50px;
	height: 50px;
}
table.ContentTable {
	margin:auto;
	width: 700px;
	height: 440px;
}
div.Container {
	vertical-align:top;
	margin: auto;
	width: 700px;
	height: 440px;
	text-align: left;
}
.Layout {
	width: 213px;
	height: 160px;
}
.Logo {
	width: 130px;
	height: 80px;
	background-color: #d90102;
	background-image: url('images/Bequest_Logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #d5d9dc;
}
.Banner {
	width: 570px;
	height: 80px;
	background-color: #d90082;
	border: 2px solid #d5d9dc;
	background-image: url('images/Bequest_Banner.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.Menu {
	color: #000000;
	background-color: #d4df17;
	height: 20px;
	border: 2px solid #d5d9dc;
	vertical-align: middle;
}
.MenuTable {
	width: 700px;
}
.MenuItem {
	text-align: center;
	font-size: 12px;
}
td.Content {
	color: #000000;
	background-color: #ffffff;
	height: 330px;
	border: 2px solid #d5d9dc;
}
div.Content {
		width: 700px;
		height: 330px;
		margin-left: 5px;
		vertical-align: top;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
}
.Template {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
} 
.noborder 
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
input, submit {
	border: 1px solid #909090;
}
.deletebutton {
	margin-left: 250px;
	border: 2px solid #FF0000;
	backgroundcolor: #FF0000;
	color: #FFFFFF
	font-weight: bold;
}
.center {
	text-align: center;
}
.drag {
	position: absolute;
	cursor: hand;
	font-size: 10px;
}

iframe.imglist {
	width:550px;
	height:120px;
	border: 1px ;
}
body.imglist {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
ul { margin: 0px;}
li {
	margin: 0px;
	margin-left: 15px;}

a		{ color: #333333; background-color: transparent; font-style: normal; text-decoration: none; }
a:link		{ color: #333333; background-color: transparent; font-style: normal; text-decoration: none; }
a:visited	{ color: #333333; background-color: transparent; font-style: normal; text-decoration: none; }
a:hover		{ color: #000000; background-color: transparent; font-style: normal; text-decoration: underline; }
a:active	{ color: #333333; background-color: transparent; font-style: normal; text-decoration: none; }
