body
{
	background-color: #c0c0c0;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12pt;
}

A:link{
	color:#ff8040;
	text-decoration: none;
}
A:visited{
	color:#808080;
	text-decoration: none;
}
A:active{
	color:#ff0000;
	text-decoration: none;
}
A:hover{
	color:#ff0000;
	text-decoration: underline;
}

.frame
{
	width: 600px;
	border: 1px solid #808080;
	font-size: 12px;
}
.content
{
	padding: 5px;
	font-size: 12px;
	text-align: left;
}	 
.title
{
	color: #ffffff;
	width: 400px;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	background: url(./image/title.png) no-repeat scroll left top;
}
.subtitle
{
	width: 400px;
	border-left: 5px solid #609cce;
	border-bottom: 1px solid #609cce;
	padding-left: 5px;
	font-size: 16px;
}

