.copy {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; font-weight: bold; color: #efefef; 	text-decoration: none}
.copy2 {  font-family: "Times New Roman", "Times", "serif"; font-size: 12px; font-weight: bold; color: #efefef; text-decoration: none}

.px10j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 10px; color: #333333}
.px12j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; color: #333333; line-height: 17px}
.px12w {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; color: #ffffff; line-height: 17px}
.px12b {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; color: #ccff99; text-decoration: underline}
.px14j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 14px; color: #333333}
.px16j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 16px; color: #333333}
.px9j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 9px; color: #333333}
.level {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; color: #006600}
.title01 {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 14px; font-weight: bold; color: #336600}

h1{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size: 16px;
 color: #666666;
 margin: 0px 0px;
 padding: 4px 0px 0px 10px;
 font-weight: lighter;
}

h2{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size: 12px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
  float: right;
	width: 220px;
	margin: 0px;
	background-color: #DDF0DD;
	border-right: 1px solid #99C099;
	border-left: 1px solid #99C099;
	padding: 2px 5px 2px 10px;
	font-size: 12px;
	position: relative;
}

#subMenubase{
  float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
; line-height: 20px

}

#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
  float: left;
  width: 55%;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #subMenubase link styles ***********/

#subMenubase ul a:link, #navBar ul a:visited {display: block;}
#subMenubase ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#subMenubase li {border-bottom: 1px solid #FFF;}

/* fix for browsers that don't need the hack */
html>body #subMenubase li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 2px 5px 2px 10px;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a:hover{
	background-color: #EEEEEE;
}


/*********** #subMenu styles ***********/

#subMenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#subMenu h3{
	padding: 10px 0px 2px 10px;
}

#subMenu a {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 10px;
}

#subMenu a:hover{
	background-color: #EEEEFF;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

#content{
  float: left;
  width: 100%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-family: "Arial", "Helvetica", "sans-serif";
	border-bottom: 2px solid #669999;
	border-top: 2px solid #00B0B0;
	font-size: 12px;
}


