﻿
#andyscroll
{
	overflow: hidden;
	height: 18px;
	width: 480px;
}

div.content
{
	padding: 20px;
	border: 1px solid #c6c6c6;
	font-size: 14px;
}

div.content div.title
{
	margin: 20px 0px 5px 0px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

div.content div.other
{
	font-size: 12px;
	color: #666666;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e4e6;
	padding-bottom: 10px;
}

div.content div.other span
{
	margin-right: 15px;
}

div.content div.text
{
	padding: 20px;
	line-height: 28px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e4e6;
}

div.content div.text p
{
	text-indent: 28px;
}

div.content div.list
{
	margin: 20px 40px 20px 40px;
}

div.content div.list div.title
{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399b2;
	text-align: left;
}

.clearindent,
.clearindent p,
.clearindent div,
.clearindent td,
.clearindent span
{
	text-indent: 0px;
}

div.text a
{
	color: red;
	text-decoration: underline;
}
