/*
	text: 616767
	headline: 5E9191
	link: 5e9191

*/

body {
	border-left: 2px solid white;
}
body {
	background-image: url(gfx/bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

h1 {
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase ;
	color: #5e9191;	
	width: 447px;
	height: 36px;

	background-image: url(gfx/line_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h1 img {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

div.content, div.hr {
	padding-left: 69px;
	padding-right: 5px;
	width:373px;
}

div.li {
	padding-left: 0px;
	padding-right: 5px;

	background-image: url(gfx/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
	padding-left: 70px;
	margin-top: 3px;

	font-size: 10px;
	color:#5A5F5F;
}

h4 {
	color: black;
	font-size: 11px;
	font-weight: bold;
}
div.li div.content {
	padding: 0px;
	margin:0px;
	width:300px;
}
div.li div.link {
	position: relative;
	top:-12px;
	text-align:right;
}
div.hr {
	width:100%;
}

