body,html{
	font: normal 12px Calibri,"Trebuchet MS",sans-serif;
	line-height: 20px;
}

strong{
	font-weight: bold;
}

.entry{
	color: #303030;
	text-align: justify;
}

.entry a{
	color: #1C6180;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.entry a:hover{
	border-bottom: 1px solid;
}


.entry p, .entry blockquote, .entry ol, .entry ul, .entry .right, .entry table{
	margin-bottom: 1.6em;
}

.entry blockquote{
	border-left: 2px #1C6180 solid;
	padding-left: 8px;
	margin-left: -10px;
}
.entry blockquote:hover{
	background: #fafafa;
}
.entry blockquote cite{
	display: block;
	text-align: right;
	color: gray;
	font-weight: bold;
}

.entry ol, .entry ul{
	color: #1C6180;
	font-weight: bold;
	list-style: decimal;
	list-style-position: outside;
}

.entry ul{
	list-style: disc;
}

.entry ol span, .entry ul span{
	font-weight: normal;
	color: #303030;
}
.entry strong, .entry em, .entry abbr{
	color:#022131;	
}


.entry strong{
	font-weight: bold;
}
.entry em{
	font-style: italic;
}

.entry .right{
	float: right;
	width: 16.666em;
	font-size: .909em;
	text-align: left;
	color: gray;
	border-left: .1em gray dotted;
	padding-left: 1em;
	margin-left: 1.5em;
}

.entry .half{
	width: 25em;
}

.entry hr{
	border: none;
	border-bottom: .1em #1C6180 dotted;
	margin: 1.6em 0;
	margin-left: -10px;
}

.entry u{
	text-decoration: none;
	border-bottom: 1px #303030 dotted;
}

.entry h1{
	font-size: 2em;

}

.entry h2{
	font-size: 1.5em;
	margin-bottom: .333em;
	text-align: left;
}

.entry h3{
	font-size: 1.25em;	
}

.entry abbr{
	text-transform: lowercase;
	font-variant: small-caps;
}

.entry table{
	margin-left: auto;
	margin-right: auto;
	min-width: 23em;
	max-width: 48em;
	border: 1px dotted;
}

.entry td{
	border-left: 1px dotted;
	border-top: 1px dotted;	
}

.entry td, .entry th{
		padding: .333em;
}

.entry tbody>tr:hover td, .entry tbody>tr:hover th{
	font-weight: bold;
	background: #fafafa;
}


.entry .date{
	float: right;
}

.entry .news{
	margin-bottom: 20px;
}

.center{
	text-align: center;
}

.frame{
	background: #f4e08c;
	padding: 20px;
	font-size: 1.2em;
}

a.imageLeft{
	display: block;
	float: left;
	margin-right: 10px;
	border: none;
}

a.imageRight{
	display: block;
	float: right;
	margin-left: 10px;
	border: none;
}

