body {
	background: #FFDF59;
	margin: 0px 0px 0px 0px;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
}

body, table {
	font-size: 1em;
}

ol 
{
	font-size: 0.8em;
}

ol ol
{
	font-size: 1em;
}

#tbTop {
	width: 773px;
	height: 153px;
	background: url('./images/top-bck.gif') 0 100%  no-repeat;
}

#tbMid{
	width: 773px;
	background: url('./images/mid-bck.gif') -173 0 repeat-y;
}

#tbBottom{
	background: url('./images/bottom-bck.gif');
}
#tbBottom .bottom1 {
	background: url('./images/bottom-bck-mid.gif') 100% 0  no-repeat;
	height: 57px;
	width:100%;
	float: left;
}
#tbBottom .bottom1 .bottom2 {
	background: url('./images/css-bottom.gif') 0 0 no-repeat;
	height: 57px;
	width:100%;
	float: left;
}
#tbBottom P {
	margin: 32px 0 0 270px;
	font-size: 0.7em;
}

A {
	color: #000000;
}
#tbLeft {
	background: url('./images/mid-bck.gif') 0 0 repeat-y;
}

.midB {
	background: #FFEC9B;
}

#menu {
	width: 173px;
	background: url('./images/menu-bck-all.gif') 0 0;
}

#menu UL {
	margin: 0;
	padding: 0;
}
#menu UL LI {
	margin: 0;
	padding: 0;
	_height: 22px;
	min-height: 22px;
	list-style-type: none;
}
#menu UL LI A {
	display: block;
	font-size: 0.75em;
	text-decoration: none;
	margin:  0 0 0 9px;
	_height: 22px;
	min-height: 18px;
	padding: 3px 20px 2px 10px;
	background: url('./images/menu-bck-norm.gif') 0 100% no-repeat;
}
#menu UL LI A:hover {
	background: url('./images/menu-bck-hover.gif') 0 100% no-repeat;
	text-decoration: underline;
}
#menu UL LI A.sel {
	background: url('./images/menu-bck.gif') 0 100% no-repeat;
	font-weight: bold;
}

.pad {
	margin-right: 18px;
	padding: 5px 10px 20px 10px;
	background: url('./images/mid-bck.jpg') 100% 0 no-repeat ;
}
.cnt {
	width: 550px;
	min-height: 300px;
	_height: 300px;
}

.top-h1 {
	width: 582px;
	height: 39px;
	background: url('./images/h1.gif') 0 0 no-repeat;
}

H1 {
	color: #0081AD;
	font-size: 1.3em;	
	margin: 0;
	padding: 6px 0 0 40px;
}

.cnt H2 {
	color: #000000;
	margin: 10px 0 0 0;
	font-size: 1em;	
}

.cnt P {
	margin: 5px 0 10px 0;
	font-size: 0.75em;	
}

.cnt UL {
	list-style-type: none;
	color: #0081AD;
	font-size: 0.75em;	
	margin: 0;
	padding: 0;
}

.cnt UL LI {
	margin: 0;
	padding: 0 0 0 20px;
	color: #000000;
	list-style-type: none;
	background: url('./images/dot.gif') 4px 8px no-repeat;
}
