html {
	background:#b9e6f0;

}

body {
	background:#b9e6f0;
	font-family:"Lucida Sans", lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	line-height:1.5;
}

p { margin:1em 0; }
p.overview { 
	padding:10px;
	background-color:#ECECEC;
}

a:link, a:active, a:visited {	color:#43474A; text-decoration:underline; }
a:hover { color:#903; }

ins { text-decoration:none; }
del { text-decoration:strikethrough; }

.rss a,
a.rss { 
	padding-left:14px;
	background:url("../images/backgrounds/rss_icon.gif") no-repeat 0 0.2em;
	color:#904;
}

img { 
	vertical-align:middle;
	border:0; 
}

h2 {
	margin:0 -10px 0.75em -10px;
	padding:0 10px;
	border-bottom:1px solid #903;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:normal;
	color:#903;
}
h3 { 
	margin:0.5em 0;
	font-size:1.2em; 
	line-height:1.5em;
	font-weight:bold;
	color:#903;
}
h4,
h5 { 
	margin:0 0 0.4em 0; 
	font-size:1em;
	line-height:1.5em;
}
	h2 a,
	h3 a,
	h4 a,
	h5 a {
		display:block;
		color:#903;
		text-decoration:none;
	}
abbr { border:0; font-style:normal; }
ul {
	margin:1em 0;
	padding:0 0 0 1.5em;
}
ol {
	margin:1em 0;
	padding:0 0 0 2.5em;
}
dl {
	clear:both;
	margin:1em 0;
	padding:0;
	overflow:hidden;
}
	dt {
		float:left;
		clear:left;
		width:40%;
		padding:0 0 0.5em 0;
	}
	dd {
		width:48%;
		float:left;
		padding:0 0 0.5em 0;
	}
	
em.type { 
	font-weight:normal;
	font-style:normal;
}
	
.date { color:#A5A5A5; }

.tip {
	position:relative;
	background:#F4F4CE;
	font-weight:normal;
}
	.tip strong {
		display:block;
		position:absolute;
		left:100%;
		top:50%;
		display:block;
		width:25px;
		height:12px;
		margin:-5px 0 0 0.5em;
		background:#FFF url("../images/backgrounds/tip.gif") 50% 50% no-repeat;
		text-decoration:none;
		overflow:hidden;
		text-indent:-3000em;
	}

.intern { background-color:#F5E4EA; }

.hidden { display:none !important; }



hr {
	display:block;
	width:483px;
	height:1px;
	margin:0.8em -10px;
	padding:0;
	border:solid #D9D9D9;
	border-width:1px 0 0 0;
}


