body {
	background-attachment: fixed;
	background-color: white;
	background-image: url("layout/background.png");
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
	margin: 10px;
	width: 720px;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #663300;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #663300;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #DDDDDD;
}
html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #663300;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #663300;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #DDDDDD;
}

p {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
}
small {
	font-size: 8pt;
}
big {
	font-size: 11pt;
}

.small {
	font-size: 8pt;
}
.big {
	font-size: 11pt;
}

h1 {
	border-width: 2px 0px;
	border-style: solid;
	border-color: black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bolder;
	padding: 2px 0px;
	margin: 10px 0px;
	text-align: justify;
	text-indent: 20px;
	width: 100%;
}
h2 {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	text-align: justify;
	text-indent: 10px;
	width: 90%;
}
h3 {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	text-align: justify;
	width: 99%;
}
.warning {
	border-color: red;
	border-width: 2px;
	color: red;
	text-align: center;
}

dt {
	font-size: 11pt;
}
dd {
	font-size: 9pt;
}
ul {
	margin: 0px 20px;
}
li {
	font-size: 9pt;
}

table {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
th {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
td {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: justify;
}

td.btnLeft {
	background-image: url('layout/btnLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 10px;
}
td.btnCenter {
	background-image: url('layout/btnCenter.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 24px;
	text-align: center;
}
td.btnRight {
	background-image: url('layout/btnRight.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 10px;
}

td.navleft {
	background-image: url('layout/navLeft.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}
td.navcenter {
	background-image: url('layout/navCenter.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}
td.navright {
	background-image: url('layout/navRight.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}

th.topcenter {
	background-image: url('layout/tblTopCenter.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 30px;
}
th.topleft {
	background-image: url('layout/tblTopLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}
th.topright {
	background-image: url('layout/tblTopRight.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}

td.middleleft {
	background-image: url('layout/tblMiddleLeft.gif');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	width: 10px;
}
td.middleright {
	background-image: url('layout/tblMiddleRight.gif');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	width: 10px;
}
td.footerleft {
	background-image: url('layout/tblFooterLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	width: 10px;
}
td.footercenter {
	background-image: url('layout/tblFooterCenter.gif');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
}
td.footerright {
	background-image: url('layout/tblFooterRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
	width: 10px;
}	
td.bottomleft {
	background-image: url('layout/tblBottomLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	width: 10px;
}	
td.bottomcenter {
	background-image: url('layout/tblBottomCenter.gif');
	background-position: top center;
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 1px;
	text-align: center;
}
td.bottomright {
	background-image: url('layout/tblBottomRight.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	width: 10px;
}	

td.frmtopleft {
	background-image: url('layout/topleft.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	width: 10px;
	font-size: 0pt;
}
td.frmtopcenter {
	background-image: url('layout/topcenter.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 10px;
	margin: 0px;
	font-size: 0pt;
}
td.frmtopright {
	background-image: url('layout/topright.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	width: 10px;
	font-size: 0pt;
}
td.frmmiddleleft {
	background-image: url('layout/middleleft.png');
	background-position: middle left;
	background-repeat: repeat-y;
	margin: 0px;
	width: 10px;
}
td.frmmiddleright {
	background-image: url('layout/middleright.png');
	background-position: middle right;
	background-repeat: repeat-y;
	margin: 0px;
	width: 10px;
}
td.frmbottomleft {
	background-image: url('layout/bottomleft.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	width: 10px;
	font-size: 0pt;
}
td.frmbottomcenter {
	background-image: url('layout/bottomcenter.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 10px;
	margin: 0px;
	font-size: 0pt;
}
td.frmbottomright {
	background-image: url('layout/bottomright.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	width: 10px;
	font-size: 0pt;
}


input {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
select {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	height: 20px
}
textarea {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
button {
	background-color: #FFFFFF;
	border-width: 0px;
	color: #663300;
	cursor: hand;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-decoration: underline;
	behavior:url("hover.htc");
}
button:hover {
	color: #FFCC00;
	text-decoration: none;
}
button:active {
	color: #FFCC00;
	text-decoration: underline;
}
.btnOver {
	color: #FFCC00;
	text-decoration: none;
}
.btnClick {
	color: #FFCC00;
	text-decoration: underline;
}

hr {
	color: black;
	height: 1px;
	width: 100%;
}
img {
	border-width: 1px;
	border-color: #000000;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}

#NewsScroller {
	width: 300px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

.NewsScroller {
	width: 300px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.NewsScroller ul li {
	height: 200px;
	list-style: none;
	display: block;
}

.clear { clear: both; }