/****************** BASE **************************/
* { 
	padding: 0; 
	margin: 0; 
}
html {
	scrollbar-3d-light-color: #cccccc;
	scrollbar-arrow-color: #cc9933;
	scrollbar-base-color: #cccccc;
	scrollbar-dark-shadow-color: #cc9933;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cc9933;
	scrollbar-track-color: #ffffff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serifs;
	font-size: 8pt;
	background: #fff;
	font-weight: normal;
	line-height: 16pt;
}
/****************** LAYOUT **************************/
#wrapper { 
	margin: 0 auto;
	width: 800px;
	border: #333 1px solid;
	margin: 20px;
}
#main {
	overflow: auto;
	width: 100%
}
#header {
	width: 800px;
	padding: 5px;
}
#navigation {
	width: 800px;
	margin: 0px 0px 20px 0px;
}
#menu { 
	display: inline;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 120px;
	float: left;
	/* background: #30C; */
}
#content { 
	float: left;
	color: #333;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 440px;
	display: inline;
	position: relative;
	/* background: #31C; */
}
#righty { 
	display: inline;
	position: relative;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 180px;
	float: right;
	/* background: #3C3; */
}
#footer {
	clear: both;
	color: #fff;
	background: #3E4841;
	text-align: left;
	padding: 10px;
	font-size: 7pt;
}
.regul { 
	margin: 10px 0px 10px 20px;
}
.regli { 
	list-style-position: outside;
	font-size: 11pt; 
	color: #333;
	list-style-type: disc;
	margin: 10px 0px 10px 0px;
}
.olli { 
	list-style-position: outside;
	font-size: 11pt; 
	color: #333;
	list-style-type: decimal;
	margin: 10px 0px 10px 0px;
}
#divcol { 
	display: inline;
	position: relative;
	border-left: solid #999 1px;
	color: #333;
	margin: 10px;
	padding: 20px;
	width: 150px;
	float: right;
}
.smlul { 
	margin: 10px 0px 10px 10px;
}
.smlli { 
	list-style-position: outside;
	font-size: 9pt; 
	font-weight: normal;
	color: #333;
	list-style-type: disc;
	margin: 5px 0px 0px 0px;
}
#imgpad { 
	padding: 10px;
}
#menupad { 
	padding: 5px;
}
#center { 
	width: 100%;
	text-align:center;
}
.fLeft { 
	float: left; 
}
.fRight { 
	float: right; 
}
.clear { 
	clear: both; 
	background: none; 
}

/****************** LINK **************************/
a:link { 
	text-decoration: none; 
	color: #CC6600; 
	font-weight: bold;
}
a:active { 
	text-decoration: none; 
	color: #ffcc33; 
	font-weight: bold; 
}
a:visited { 
	text-decoration: none; 
	color: #f7941d; 
	font-weight: bold;
}
a:hover { 
	text-decoration: none; 
	color: #996600;  
	font-weight: bold;
}
.imgbdr {
	border: solid #CC6600 1px; 
}
/****************** TEXT **************************/
h1 {
	font-size: 15pt; 
	color: #827b00; 
	font-weight:bold;
	margin: 10px 0px 20px 0px;
}
h2 {
	font-size: 13pt; 
	color: #598527; 
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
h3 {
	font-size: 9pt; 
	color: #406618; 
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
.sentence {
	font-size: 11pt; 
	color: #333;
}
.empha {
	font-size: 11pt; 
	color: #000066;
}
.acct {
	font-size: 11pt;
	font-weight: bold;
	color: #339999;
}
.attention {
	font-size: 11pt; 
	color: #cc3333;
	font-weight: bold;
}
.caution {
	font-size: 9pt; 
	color: #3399cc;
}
.credit {
	font-size: 9pt; 
	color: #666;
	font-style: italic;
}
.note {
	font-size: 9pt;
	color: #000066;
}
.caption {
	font-size: 8pt; 
	color: #996600;
	line-height: 11pt;
	white-space: normal;
}
.tiny {
	font-size: 7.5pt; 
}

/****************** DECORATION **************************/
#bktop {
	text-align:right;
	font-size: 10pt;
	font-weight:normal;
	border-top: solid #999 1px;
}
#qt { 
	margin: 0px;
	padding: 20px;
	font-size: 12pt;
	font-weight:normal;
	color: #fff;
	background: #CC6600;
	font-style: italic; 
}
.qtby {
	text-align:right;
	font-size: 10pt;
	font-weight:normal;
	color: #fff;
}
#summary { 
	padding:10px;
	margin: 0px;
	font-size: 9pt;
	font-weight:normal;
	color: #333;
}
#urgent { 
	border: double #F00; 
	padding:10px;
	margin: 0px;
	font-size: 10pt;
	font-weight:bold;
	color: #F00;
	text-align:center;
}
#info { 
	border: double #aba000; 
	padding:10px;
	margin: 0px;
	font-size: 9pt;
	font-weight:normal;
	color: #333;
}
#fact { 
	border: solid #CC6600 1px; 
	border-color:#c69c6d; 
	padding:10px;
	margin: 0px;
	font-size: 9pt;
	font-weight:normal;
	color: #000066;
}
#ifrm { 
	border: solid #CC6600 1px; 
	padding:5px;
	margin: 0px;
	font-size: 9pt;
	font-weight:normal;
	color: #362f2d;
}