/* CSS Document */
body {
	margin: auto;
	padding: 0;
	font: 11px Tahoma ;
	color: #333;
	background: #fff;
	text-align:justify;
	}
	a { color: #333;
	text-decoration:none;}
	a:hover { color: #999;
	text-decoration:none;}
/*class*/
.bold {
font-size: 11px;
font-weight: bold;}
.bold-lrg {
font-size: 13px;
font-weight: bold;}
.orange-lrg {
font-size: 13px;
font-weight: bold;
color:#cc9933;}
.red-big {
font-size:13px;
font-weight: bold;
color:#FF0000;}
.white-big {
font-size:13px;
font-weight: bold;
color:#FFffff;}
.img {
float: left;
padding: 3px;
margin-right: 10px;
margin-bottom: 10px;
border: #CCCCCC solid 1px;}
.read {
float:right;
text-align:right;
text-decoration:underline;}
.read a {
text-align:right;
text-decoration:underline;}
.italic {
font-style:italic;}
.img-pic {
position:relative;
padding: 3px;
margin:0 10px 10px 0;
border: #CCCCCC solid 1px;}
/***************************/
#bracuck {
width: 412px;
height: 310px;
margin: auto;
padding:0;}
#bracuck-more{
width: 412px;
margin: auto;
padding:0;}
#cap-comment {
width: 412px;
height: 31px;
background:url(../images/cap-comment.gif) left top no-repeat;}
#comment-mid{
width: 402px;
background-color:#f0f0e8;
padding: 0 5px;
color:#666666;
}
#end-comment {
width: 402px;
background: url(../images/cap-comment-bott.gif) left top no-repeat;
padding: 15px 5px 10px 5px;}