body {
	margin: 0px;
	padding: 0px;
	background: #FCFEFF;
}

body, p, html, table, td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#tope {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 10px;
  margin-right: 10px;
/*  margin-left: 205px; */
}
#centercolumn {
	position:absolute;
	border: 0px;
	left: 201px;
	right: 5px;
	padding: 10px 4px;
	border-left: 0px dotted #FF0000;
	border-right: 0px dotted #FF0000;
	border-top: 0px dotted #FF0000;
	border-bottom: 0px dotted #FF0000;
}

#header {
	background: #ffffff;
	color: #000000;
	padding: 8px;
	height: 115px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p {
	font-size: 11px;
	line-height: 16px;
}

#footer {
	border: 1px solid #00f;
	clear: both;
}

.block {
	margin: 6px 6px 12px 6px;
	padding: 4px;
	background: #E3E3E3;
        text-align: justify;
}

.coment {
	border: 1px dotted #666666;
}

.block H3 {
	background: #F0F8FF;
	color: #696969;
	margin: -4px -4px 4px -4px;
	padding: 0px;
	border-bottom: 1px dashed #999;
	font-size: 11px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #000000;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px dashed #0000ff;
}

.entrycontent {
	padding: 12px;
	background: #FFF;
	border: 1px dotted #999;
}

.content p {
	margin: 4px 2px 4px 20px;
	text-align: justify;
}

H1 {
	font-size: 16px;
	margin: 4px;
	color: #000000;
	display: inline;
}

H2 {
	font-size: 13px;
	border-bottom:1px inset #0000FF;
	margin:0px;
	padding: 2px;
	color: #26344C
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 14px;
	margin: 4px;
	color: #FFF;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #5C6B8E;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5C6B8E;
}


a {
 color: #253A69;
}

.prevnext_links {
	float: right;
	color: #FFF;
}

H1 A, .prevnext_links A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}


/*--- Mini Tabs ---*/

#miniflex {
	width: 100%;
	float: right;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
/*	border-bottom: 0px solid #333; */
	}

#miniflex li {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 10px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color:  #333;
	}
-->