<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of &lt;svg&gt; rectangle.
*/
  overflow: hidden;
}

.pagenumber{
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

.pagenumber a{
	font-weight:bold;
	color:#00F;
	padding:5px;
	border-radius:3px;
	margin:2px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
}

.pagenumber strong{
	font-weight:bold;
	color:#F00;
	padding:5px;
	border-radius:3px;
	margin:2px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
}

form.cmxform legend { padding-left: 0; }

form.cmxform input{
	width:300px;
}

form.cmxform legend,
form.cmxform label { }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
form.cmxform li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 120px; } 

#error_log{color:#F00; padding:12px; font-family:Arial, Helvetica, sans-serif;}


.tvo_not_news{}
.tvo_not_news .tvo_top{border-top:1px solid #999;width:80%;margin:auto auto;height:1px;background-color:maroon;margin-top:5px;margin-bottom:10px;}
.tvo_not_news .tvo_bottom{border-bottom:1px solid #999;width:80%;margin:auto auto;height:1px;background-color:maroon;margin-top:10px;margin-bottom:5px;}
.tvo_not_news .title{font-weight:bold; font-size:13px; color:#333;}
.tvo_not_news ul{padding:0px; margin:0px;}
.tvo_not_news ul li{padding:0px; margin:0px; list-style:none;}
.tvo_not_news ul li a{display:block; text-decoration:none; padding:3px; color:#00F;}
.tvo_not_news ul li a:hover{text-decoration:underline;}

.pagination {text-align: left;padding: 20px 0 5px 0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;text-decoration:none;}
.pagination a {margin: 0 5px 0 0;padding: 3px 6px;text-decoration:none;color:#aca9a6;background:#f1efed; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e8e6), to(#fbf9f7)); background: -webkit-linear-gradient(top, #fbf9f7, #e9e8e6); background: -moz-linear-gradient(top, #fbf9f7, #e9e8e6); background: -ms-linear-gradient(top, #fbf9f7, #e9e8e6); background: -o-linear-gradient(top, #fbf9f7, #e9e8e6); border:1px solid #dcdbd7; border-radius:3px; font-weight:bold;}

.pagination a.number {border: 1px solid #ddd;}

.pagination a.current {background: #e9e8e5 !important;border-color: #e7e6e3 !important;color: #6d87ac !important;}
				
.pagination a.current:hover {text-decoration: underline;}
clear{display:block; clear:both;}</pre></body></html>