
* {
	margin:0;
	padding:0;
}

body {
	background: #f5f5f5;
	color: #000000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 165%;
}
h4 {
	font-size: 150%;
}
ul, li {
	margin: 0 12px;
}

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

/**
* page styles
**/
div.main {
        margin:20px;
}

#header h1 {
        font-size: 40px;
        border-bottom: 1px solid #000000;
}

#news #item_wrap p {
        padding-left: 30px;
}

#news div.item {
        border: 1px solid #000000;
        margin: 2px 10px 15px 10px;
        padding: 5px 10px 5px 10px;
        background: #ffffff;
        width:95%;
}

#news .title {
        font-size: 18px;
	font-weight: bold;
}

#news .date {
        font-size: 12px;
        color: #999999;
}

#news .content {
        font-size: 16px;
}

#news .content div.lh font.p{
        display: none;
}

#news .content td.j a {
        text-decoration: underline;
}

#news .content td.j a:hover {
        text-decoration: none;
}

#news nobr {
        display: none;
}

#footer {
        text-align: center;
        padding: 30px;
}

