@charset "utf-8";
/* CSS Document */
body{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	}

.mainfont{
	color:#333;
	font-family:"Trebuchet MS";
	font-size:10px;
	}
	
	
a:link, a:visited{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	text-decoration:none;
	}
	
a:hover{
	color:#993333;
}

.bigtitle{
	font-size:24px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}

#mycustomscroll{
	height:330px;
	width:auto;	
	overflow:auto;
	position:fixed;
	/*background:url(artwork/general/trans.png) repeat;*/
	}
	
#mycustomscroll2{
	height:400px;
	width:auto;	
	overflow:auto;
	position:fixed;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:justify;
	padding:10px;
	/*background:url(artwork/general/trans.png) repeat;*/
	}
	
#mycustomscroll3{
	height:300px;
	width:auto;	
	overflow:auto;
	position:fixed;
	border-bottom:#666666 thin dotted;
	/*background:url(artwork/general/trans.png) repeat;*/
	}

.article_title{
	font-size:12px;
	}

.interview_title{
	font-size:12px;
	color:#CC3333;
	}
	
#article_body img{
	margin:10px;
	}
