BODY, TABLE, TD {
	font-family:Verdana, Sans-serif, Tahoma, Arial;
	font-size:9pt;
	color:#222255;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
}
TABLE.ParentContainer {
	width:100%;
	height:100%;
}
DIV.footer {
	width:100%;
	font-size:7pt;
	text-align:center;
}
TD.TopLeftCorner, TD.TopRightCorner, TD.MiddleLeftCorner, TD.BottomLeftCorner {
	background-color:#E5E9ED;
/*	background-image:url('../images/texture1.jpg');*/
}
TD.TopLeftCorner {
	width:185px;
	height:100px;
	padding:10px 0px 10px 10px;
	text-align:center;
}
TD.TopRightCorner {
	padding:40px 50px 10px 10px;
	text-align:center;
	font-size:16pt;
	font-style:italic;
	color:#222255;
}
TD.MiddleLeftCorner {
	padding:20px 0px 20px 10px;
}
TD.MiddleRightCorner {
	border-top:dashed 1px black;
	border-left:dashed 1px black;
	padding:40px;
}
TD.BottomLeftCorner {
	padding:0px 0px 0px 10px;
}
TD.BottomRightCorner {
	border-left:dashed 1px black;
	padding:2px;
}
A {
	color:#222255;
	font-weight:bold;
}
A.menuItem {
	text-decoration:none;
	border:solid 1px #E0E5FB;
	border-top:solid 1px white;
	border-bottom:solid 1px black;
	background-image:url('../images/texture1.jpg');
/*	width:80%;*/
	width:160px;
	display:block;
	margin:5px;
	margin-bottom:10px;
	padding:5px;
	cursor:pointer;
	text-align:center;
}
A.menuItem:hover {
	border:solid 1px #E0E5FB;
	border-top:solid 1px black;
	border-bottom:solid 1px white;
	background-image:url('../images/texture1.jpg');
	color:blue;
}
/* "Window" Block */
TABLE.window {
	width:90%;
	margin:0px 0px 35px 0px;
	padding:0px;
}
TD.window {
}
IMG.tinylogo {
	vertical-align:bottom;
	margin-right:10px;
}
DIV.title {
	vertical-align:middle;
	font-size:10pt;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	background-color:#E0E5FB;
	background-image:url('../images/texture1.jpg');
	border-top:dashed 1px darkblue;
	border-bottom:dashed 1px darkblue;
}
DIV.illustration {
	float:left;
	width:40px;
	padding-top:5px;
	padding-left:5px;
}
DIV.content {
	margin-left:50px;
	padding:15px 5px 15px 5px;
	border-left:solid 1px lightgrey;
	border-bottom:solid 1px lightgrey;
	text-align:justify;
}
/* End of "Window" Block */
IMG.imgright {
	vertical-align:text-top;
	float:right;
}
