body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-color: #FFFFCC;
	font-size:small;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size:small;
}

a {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:medium;
	font-weight: bold;
}

.titlebarleft {
	background-image: url(titlebarleftmid.gif);
	background-repeat: repeat-y;
}

.titlebarright{
	background-image: url(titlebarrightmid.gif);
	background-repeat: repeat-y;
}

.titlebartop {
	background-image: url(titlebarmidtop.gif);
	background-repeat: repeat-x;
	background-position:top;
}

.titlebarbottom {
	background-image: url(titlebarmidbottom.gif);
	background-repeat: repeat-x;
}

.titlebarcontent {
	background-color: #4B4B4B;
	font-size: x-small;
	color: white;
	padding: 0px 10px;
}
#content {
	background-image: url(mainbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 20px;
}
#watermark {
	background: url(watermark.jpg) no-repeat left bottom ;
}
.focuselement {
	background: #E9E9BB;
	padding: 5px;
	font-size: x-small;
}