@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../assets/bg04.jpg) fixed;
	
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

a {
outline: none;
}

.imageborder {
	border: 1px solid #000;
}
.contentbackground {
	background: url(images/bkg-content.jpg) repeat-x;
}
.edges {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: url(images/bkg-content.jpg);
	border-top: 1px solid #999;
}
.middlepaneledges {
	background: repeat-x;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.menuarea {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right-style: none;
	border-left-style: none;
}
.footerarea {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right-style: none;
	border-left-style: none;
	background: url(images/footerbkg.jpg);
}
.title {
	font: italic bold 24px "Times New Roman", Times, serif;
	color: #000;
	border-bottom: 3px solid #999;
	width: 600px;
}
.subtitles {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #06F;
}
