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

.entry {
	background:url(../images/entry_title_top.gif) left top no-repeat;
	padding-top:5px;
	margin-top:10px;
}

h2 {
	background:url(../images/entry_title_bk.gif) left center;
	font-size:160%;
	color:#ffffff;
	padding:3px 10px 0 10px;;
	virtical-align:middle;
}

h2 a:link,
h2 a:visited {
	color:#ffffff;
	text-decoration:none;
}

h2 a:hover,
h2 a:focus {
	color:#ffffff;
	text-decoration:underline;
}

.entryBody {
	background:url(../images/entry_title_bottom.gif) left top no-repeat;
	padding-top:20px;
	margin-bottom:1em;
	font-size:115%;
}

.entryMore {
	margin-bottom:1em;
	font-size:115%;
}