body {
	padding : 0;
	margin : 0;
	background-color : #4F4D4E;
	color : #F2F2F2;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 11px;
	background-image : url(images/ver2/BG_sub_Nav03.gif);
	background-repeat : repeat-x;
	SCROLLBAR-FACE-COLOR: #BDB6A7;
 	SCROLLBAR-HIGHLIGHT-COLOR: #4F4D4E;
 	SCROLLBAR-SHADOW-COLOR: #4F4D4E;
 	SCROLLBAR-3DLIGHT-COLOR: #4F4D4E;
 	SCROLLBAR-ARROW-COLOR: #4F4D4E;
	SCROLLBAR-TRACK-COLOR: #4F4D4E;
 	SCROLLBAR-DARKSHADOW-COLOR: #4F4D4E;
}

td {
	font-size : 11px;
}

a {
	text-decoration : none;
	color : #F2F2F2;
}

a:hover {
	text-decoration : underline;
	color: #F2F2F2;
}

hr {
	color : #D4D4D4;
	height : 1px;
}

h1 {
	font-size : 12px;
	font-weight : bold;
	padding : 9px 0 9px 10px;
	border-bottom : 1px solid #D4D4D4;
	line-height : 1em;
}

#navcontainer {
	margin: -10px 0 0 4px;
	padding: 0 0 0 4px;
	line-height : 1em;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 0 0 .1em 0;
	border-left : 2px solid #FF8C00;
}

#navcontainer a {
	display: block;
	color: #FFF;
	width: 11em;
	padding: .2em .5em;
}

#navcontainer a:hover {
	color: #FFF;
	text-decoration: none;
	background-color : #868165;
}