/*regular*/

*{
	margin:0;
	padding:0;
	}

html{
	overflow-y:scroll;
	height:100%;
	}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#222222;
	scrollbar-darkshadow-color:#000000;
	background-color: #FFFFFF;
} 
td {
	font-size: 12px;
	color: #666666;
	line-height:160%;
	text-align: left;
}

a:link {font-size: 11px; font-weight: normal; color: #999999;}
a:visited { font-size: 11px; font-weight: normal; color: #999999;}
a:hover { font-size: 11px; font-weight: normal; color: #FF3333;}
a:active { font-size: 11px; font-weight: normal; color: #FF3333;}

h1 { font-size: 1.2em; font-style: italic; font-weight: bold; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h2 { font-size: 1.2em; font-style: italic; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h3 { font-size: 1.2em; font-style: normal; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h4 { font-size: 1.1em; font-style: italic; font-weight: bold; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h5 { font-size: 1.1em; font-style: italic; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}
h6 { font-size: 1.1em; font-style: normal; font-weight: normal; color: #333333; text-indent: 1em; margin-bottom: -1em; padding-bottom: 0.2em;}

img { border: none;}
strong { font-size: 13px; font-weight: bold; color: #CC9966;}
.big{
	color:#B5552B;
	font-size:18px;
	font-weight:bold;
	line-height:160%;
	}

.layout{
	margin:0;
	padding:0;
	height:100%;
	vertical-align:top;
	}

.caution { font-size: 10px; color: #FF0000;}

.fontsmall { font-size: 0.9em;}
.fontmedium2 { font-size: 1em;}
.fontlarge { font-size: 1.1em;}
.fontxlarge {
	font-size: 1.3em;
	line-height: 22px;
}

.header { background-color: #222222; text-align: center;}
.copyright {font-family:Verdana, sans-serif; font-size:11px; text-align: center; padding-bottom:20px;}

/*custom*/
.base { background-color: #222222;}
.logo { vertical-align: bottom; text-align: right;}
.menu { background-color: #111111; border-left: 1px solid #222222; border-right: 1px solid #222222; padding-left: 1em;}
.news { background-color: #111111;}
.fla { border-left: 1px solid #222222; border-right: 1px solid #222222;}
.main { background-color: #111111; padding: 5px; vertical-align: top;}
.disc {
	text-align: left;
}
.imgbd {
	border: 1px solid #CCCCCC;
	background-color: #222222;
}

.imgbd2{
float:left;
margin-right:20px;
}

.date { color: #FFFFCC;}
.index { vertical-align: top;}
.newssp {
background-color: #FF3300;
}
.bdunder {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;

}
.left {
	background-image: url(image/left.jpg);
	background-repeat: repeat-y;
}
.right {
	background-image: url(image/right.jpg);
	background-repeat: repeat-y;
}
.leftbg {
	background-image: url(image/leftbg.jpg);
	background-repeat: repeat-y;
  background-postion:0 0;
}

.b{
	font-weight:bold;
	}

.topics{
	margin:5px auto;
	padding:20px;
	background:#ECEADB;
	}

.twitter{
 margin:4px 0;
 }

.twitter a:hover img{
 filter: alpha(opacity=70);
 opacity:0.7;
 background: #fff;
}
