BODY{
	background-repeat:repeat;
	background-color: #CCCCCC;
	margin: 0px;
			}
TD,TR { font-size:12px; 
		line-height:130%; 
		color:#333333;
			}
A:link {
	color:#003399;
	text-decoration: underline;
}
A:visited {
	color:#003399;
	text-decoration: underline;
}
A:active{
	color:#003399;
	text-decoration: underline;
}
A:hover{
	color:#003399;
	text-decoration: underline;
}

/************************************/
/* white                        */
/************************************/

A.white:link {
	color:#ffffff;
	text-decoration: underline;
}
A.white:visited {
	color:#ffffff;
	text-decoration: underline;
}
A.white:active{
	color:#ffffff;
	text-decoration: underline;
}
A.white:hover{
	color:#ffffff;
	text-decoration: underline;
}



.txt10 { font-size: 10px}
.txt11 { font-size: 11px}
.txt12 { font-size: 12px}
.height120 { line-height: 120%;}
.height160 { line-height: 160%;}

/************************************/
/* header                        */
/************************************/

#header {
	width: 770px;
	font-size: 11px;
	line-height: 140%;
	color: #FFFFFF;
}

/************************************/
/* footer                        */
/************************************/

#footer {
	width: 770px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px 0px;
	line-height: 180%;
}



/************************************/
/* content TOP                        */
/************************************/

#content_top {
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(/_share/bg_top.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: none;
}

/************************************/
/* content2                        */
/************************************/
#content2 {
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(/_share/bg_content.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: none;
	height: 100%;
}
#content2_navi {
	width: 170px;
	padding-left: 15px;
	float: left;
	background-image: url(../_share/bg_navi.gif);
	background-repeat: repeat-y;
	height: 100%;
	line-height: 190%;
}
#content2_main {
	float: right;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#content2_right {
	width: 125px;
	padding-right: 5px;
	float: right;
	background-image: url(../_share/bg_navi.gif);
	background-repeat: repeat-y;
	height: 100%;
	line-height: 190%;
}
#content2_main h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 15pt;
	background-image: url(../_share/icon001.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#content2_main p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 160%;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	width: 550px;
}
#content2_main h2 {
       font-size: 12px;
       font-weight: bold;
       margin-bottom: 15px;
       border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
text-indent: 5pt;
display: inline;
width: 98%;
}

