body
	{
	margin: 0px;
	font: 10px Verdana, Sans Serif;
	font-color: #888888;
	background-color: #ffffff;
	}

A
	{
	color: #888888;
	text-decoration: underline;
	}

A.detail
	{
	color: #bbbbbb;
	text-decoration: underline;
	}

A.headline
	{
	color: #888888;
	text-decoration: underline;
	}

A:hover
	{
	color: #e39a83;
	text-decoration: underline;
	}

P
	{
	font: 11px Verdana, Sans Serif;
	color: #999999;
	margin-bottom: 10px;
	}

.text
	{
	font: 11px Verdana, Sans Serif;
	color: #999999;
	margin-bottom: 10px;
	}

H1
	{
	font: 14px Verdana, Sans Serif;
	color: #999999;
	margin-bottom: 10px;
	font-weight: bold;
	}

P.detail
	{
	font: 11px Verdana, Sans Serif;
	color: #bbbbbb;
	margin-bottom: 10px;
	}

P.detail-head
	{
	font: 11px Verdana, Sans Serif;
	color: #aaaaaa;
	margin-bottom: 10px;
	}

P.required
	{
	font: 11px Verdana, Sans Serif;
	color: #e39a83;
	margin-bottom: 10px;
	}

ul
	{
	margin-left: 0;
	padding-left: 20px;
	}

li
	{
	font: 11px Verdana, Sans Serif;
	color: #999999;
	padding-bottom: 2px;
	list-style : url(images/li.gif);
	}


/*home page style*/

 #home_text_table {
           width:793px;
           margin-top:8px;
       }
       #home_text_table td {
           background-color:#f4ebd8;
           background-repeat:no-repeat;
           vertical-align:top;
           color:#693520;
       }

       #home_text_table td b {
           font-weight:bold;
           font-size:11px;
       }

       #home_text_table td p {
           margin-top:10px;
           color:#693520;
           font-family:Verdana, Sans Serif;
           font-size:10px;
           line-height:17px;
       }
       #home_text_table td div {
           padding:24px 24px 0 24px;
       }

       #home_text_table td.home_text_footer  {
           background-image:url("images/home_text_footer.gif");
           background-repeat:no-repeat;
           height:12px;
           width:257px;
           background-color:transparent;
       }

       #home_text_table td.home_text_exp {
           background-image:url("images/home_text_exp.gif");
           background-position:top
       }
       #home_text_table td.home_text_create {
           background-image:url("images/home_text_create.gif");
           background-position:top
       }
       #home_text_table td.home_text_peace {
           background-image:url("images/home_text_peace.gif");
           background-position:top
       }
        #home_text_table td.home_text_spacer{
            width:11px;
            background-color:#ffffff;
        }