@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	line-height:25px;
	font-size:12px;
	line-height:20px;
}
li{
	list-style-type: square;
	list-style-position:inside;
	list-style-image: none;
	line-height:20px;
	display: list-item;
	margin-left:-20px;
}

p img{text-align: left;
        margin-top: 10px; margin-bottom:10px;
}

.table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.intro{ font-weight:bold; margin-top:10px; margin-bottom:10px; padding-left:10px; padding-right:10px; text-align:left; line-height:30px;}
 a:link { text-decoration:none; color:#0033CC;}
 a:visited { text-decoration:none; color:#0033CC;}
 a:hover { text-decoration:underline;color:#0033CC;}

.head {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:left; line-height:30px; text-indent:10px; margin-bottom:10px;}
.bottom {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:center; line-height:30px; margin-top:20px;}
.color{color:#FF0000;}
.b_text{color:#FF0000; font-size:14px; font-weight:bold;}
#content{width:100%; height:100%}
#top{width:100%; height:98px;}
#left{float:left; width:200px;}
#right{text-align:left; margin-left:200px; height:100%; border-left:2px gray solid; padding-left:30px;}
#foot{ border-top:2px gray solid; text-align:center}
