html, body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial, Sans-Serif;
	min-width: 1124px;
}
img {
	border: none;
}
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table {
	table-layout: fixed;
	border: none;
	width: 100%;
	padding: 0;
}
table td {
	vertical-align: top;
	overflow: hidden;
}
#title {
	background: transparent url(/files/imgs/titlebg.png) repeat-x;
	height: 182px;
	text-align: center;
	vertical-align: middle;
}
#title a {
	display: block;
	margin: 0 auto;
	width: 823px;
	height: 160px;
	padding-top: 22px;
	background: transparent url(/files/imgs/logocat.png) no-repeat 680px 18px;
	text-align: left;
}
#menubar {
	text-align: center;
	border-bottom: 2px solid #AAA;
}
#menubar span {
	display: block;
	margin: 0 auto; 
	width: 570px;
}
.menuitem1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 5px 5px; 
	float: left;
}
.menuitem1 a, .menuitem1 b .menuitem1 i {
	text-decoration: none;
	color: #AAA;
} 
.menuitem1 b, .menuitem1 a:hover, .menuitem1 i {
	font-style: normal;
	color: #E52131;
}
#content {
	border: none;
	width: 100%;
}
.caption {
	padding: 3px 0;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: #E52131;
	text-align: center;
	margin-top: 10px;
}
.caption a {
	color: #FFF;
	text-decoration: none;
}
.caption a:hover {
	text-decoration: underline;
}
.col {
	background: #EDEDED;
	border: 1px solid #DDD;
	padding: 5px 10px;
	margin-top: 4px;
}
.col a {
	text-decoration: none;
	color: #000;
}
.col a:hover {
	text-decoration: underline;
}
.col i {
	display: block;
	text-align: right;
	margin-top: 5px;
}
.col h2 {
	font-size: 14px;
	font-weight: bold;
}
#searchform {
	padding: 5px 0;
	margin: 0;
}
#searchform input {
	border: 1px solid black;
}
.rubric {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 8px;
}

.text a {
	text-decoration: underline !important;
	color: #33F !important;
}

#pagecontent {
	font-size: 14px;
	text-align: justify;
}
#pagecontent a {
	text-decoration: none;
	color: #000;
}
#pagecontent a:hover {
	text-decoration: underline;
}
#pagecontent p {
	margin: 0 0 1em 0;
	padding: 0;
}
#pagecontent h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em 0;
}
.date {
	font-style: italic;
	font-size: 90%;
	color: #666;
	margin-bottom: 0.5em;
}
#bottom {
	background: transparent url(/files/imgs/bottombg.png) repeat-x;
	height: 60px;
	padding-top: 30px;	
	text-align: right;
}
.articles {
	font-size: 12px;
}
.articles td h2 {
	font-size: 14px;
	margin: 0; 
	padding: 0;
}
.articles td h3 {
	margin: 0.5em 0;
	font-size: 12px;
	font-weight: bold;
}
.articles .pic {
	width: 120px;
	height: 85px;
	overflow: hidden;
	margin: 0 5px 0 0;
	float: left;
	background: #F8F8F8;
	text-align: center;
}
.articles td {
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	margin: 0;
}
#body a {
	text-decoration: underline;
	color: #33F;
}
#print {
	margin: 5px 0;
	font-size: 10px;
	width: 100%;
	text-align: right;
}
#print a {
	color: #000;
}
.imgnone {
	padding: 10px;
}
.imgleft {
	float: left;
	padding: 10px 10px 10px 0;
}
.imgright {
	float: right;
	padding: 10px 0 10px 10px;
}
.imgnone span, .imgleft span, .imgright.span {
	display: block;
	clear: left;
	font-size: 12px;
	font-family: arial;
}
#buscomm {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}