.default
{
	leading: 4px;
	font-size: 10px;
	font-family: CourierSans;
	color: #333333;
}

.bold
{
	font-family: CourierSans-Bold; 
}

h1
{
	font-family: CourierSans-Bold;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
}
h2
{
	font-family: CourierSans-Bold;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}
h3
{
	font-family: CourierSans-Bold;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h4
{
	font-family: CourierSans-Bold;
	font-size: 11px;
	color: #000000;

}
h5
{
	font-family: CourierSans-Bold;
	font-size: 11px;
	color: #999999;
	leading: 10;
}

p
{
	font-size: 10px;
	kerning: true;
	letter-spacing: -0.5;
	font-family: CourierSans;
}

img
{
	border:none;	
}

.more
{
	color: #999999;
	font-size: 12px;
	font-family: CourierSans-Bold;
}

.morelink
{
	font-family: CourierSans-Bold;
	font-size: 12px;
	color: #222222;
	
}

.header
{
	font-family: CourierSans-Bold;
	font-size: 12px;
	color: #000000;
}

.quote
{
	font-family: CourierSans-Bold;
	font-size: 12px;
	leading: 2px;
	color: #000000;
	letter-spacing: 0;
}

.building_info
{
	color: #333333;
	leading: 7px;
	
}

.light
{
	color: #999999;
}

.article_date
{
	text-align: right;
}

.news_title
{
	font-family: CourierSans-Bold;
	color: #000000;
}
.news_time
{
	color: #999999;
}
.news_text
{
	font-weight: bold;
}

.caption
{
	color: #999999;
	font-size: 10px;
}

a
{
	text-decoration: underline;
	font-weight: bold;
}

hbox
{
	horizontal-gap: 50;
}

vbox
{
	vertical-gap: 30;
}


.column1
{
	width: 250;
}

.column2
{
	width: 550;
}

.column3
{
	width: 850;
}

.white
{
	color: #FFFFFF;
}

ul
{
	list-style-image: ListStyleImageClip;
}
