@charset "UTF-8";
/* CSS Document */

.black	{
	color:#000;
	}

.bold {
	font-weight:bold;
	}
	
#text	{
	margin:30px 0 0 40px;
	width:450px;
	float:left;
	}
	
#text p	{
	color:#000;
	font-size: 1.2em;
	padding: 10px 0 0 0;
	}

#text h2	{
	font-size:1.6em;
	color:#e66c00;
	}

#text ul	{
	font-size:1.2em;
	color:#000;
	margin:1.0em 0 0 1.0em;
	}

#text ul li	{
	margin-top:1.0em;
	}
			
#text a:link, #text a:visited	{
	color:#e66c00;
	}
	
#news_list	{
	margin:74px 5px 0 5px;
	}
	
#news_list ul	{
	margin-left:15px;
	font-size:1.1em;
	line-height:1.2em;
	list-style-image:url(../images/bullet.gif);
	}
	
#news_list ul li {
	margin-top:5px;
	}
	
#news_list ul li a:link, #news_list ul li a:visited	{
	color:#FFF;
	text-decoration:none;
	}
	
#news_list ul li a:hover, #news_list ul li a.current	{
	color:#F07714;
	}
	
