@charset "UTF-8";
body
{
	text-align:center;
	background-color: #ffffff;
}

.white
{
	background-color: #ffffff;
}

.white hover
{
	background-color: #98FB98;
}

html>body #container
{
	background-color: #346b38;
	background-image: url(../image/bg.gif);
	text-align: center;
	width: 760px;
	min-height: 720px;
	margin: 2em auto;
}

*html #container
{
	background-color: #346b38;
	text-align:center;
	background-image: url(../image/bg.gif);
	height:680px;
	width: 760px;
}

}
#contents
{
	min-height:680px;
}

#copyright
{
	margin: 0;
	font-size: 10pt
}

p.exp
{
	font-size:12pt;
	line-height:18pt;
}
p.exp1
{
	font-size:10pt;
	color:"#ff0000";
}
td   
{   
	font-size:12pt;   
	line-height:16pt;   
	font-family:Helvetica,Arial;   
}   
a
{
	text-decoration: none;
}