body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: silver;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	margin: 0px;
}

pre {
	font-size: 9pt;
}

td {
	font-size: 9pt;
}

a {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: darkblue;}
a:hover {text-decoration: underline;}

.belowtitle {
	background-image: url("../img/bg_belowtitle.jpg");
	color: white; font-size: 8pt; padding-top: 3px; padding-bottom: 3px; text-align: right; background-color: black; letter-spacing: 1px;
}

.page {background-color: white;}
.pageborder {background-color: black;}
.innerborder {background-color: black;}

.main {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: solid black 2pt;
	border-top: none;
	border-bottom: none;
	background-color: #eeeeee;
}

.menu {
	font-size: 8pt;
	font-weight: bold;
	background-color: black;
	color: white;
}

div.menu {
	padding: 2px;
	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid #D91924 5px;
	background-color: silver;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	cursor: pointer;
}

div.submenu {
	border-left: solid white 1px;
	border-right: solid white 1px;
	background-color: black;
}

.selector {cursor: pointer;}

.left, .right {
	font-size: 7pt;
	font-weight: normal;
	background-color: white;
	color: black;
}

.right {
	background-color: silver;
}

.side {
	padding: 2px;
}

.pr {
	font-size: 7pt;
	font-weight: normal;
	color: black;
	border-right: solid white 1px;
	padding-top: 4px;
	background-color: #eeeeee;
}

.prtext {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align: left;
}

a.prlink:hover {
	text-decoration: underline;
}

.newstext {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align: left;
}

.big {font-size: 12pt;}
.tiny {font-size: 7pt;}

.counter {font-size: 7pt; font-weight: bold; padding-top: 5px; padding-bottom: 5px;}

.section {
	text-align: right;
	border: none;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 4px;
	border-bottom: solid black 2px;
	padding: 0px;
	padding-bottom: 2px;
}

.block {
	padding: 2px;
}

.title {font-size: 10pt; font-weight: bold; padding-bottom: 5px;}
.author {padding-right: 3px; font-size: 7pt; text-align: right;}
.date {padding-right: 3px; font-size: 7pt; text-align: right;}
.body {font-size: 9pt; text-align: justify;}
.box {border-right: solid #E6E6E6 3px; border-bottom: solid #E6E6E6 3px; background-color: white; padding: 5px; margin-bottom: 3px;}

img.imgborder {border: solid gray 1px;}

.footer {font-size: 7pt; color: silver; background-color: black; border-top: solid black 1px; border-left: solid #D91924 20px; border-right: solid black 20px;}

input {
	border: solid silver 1px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 2px;
}

.article_title {color: white; background-color: #0054A6; padding-left: 2px; background-image: url("../img/bg_title.gif"); background-repeat: no-repeat; background-position: top right;}
.article_info {color: black; background-color: #eeeeee;}
.article_date {font-size: 7pt; padding-left: 2px;}
.article_sec {font-size: 7pt; padding-right: 3px; background-color: #0054A6; color: white; background-image: url("../img/bg_section.gif"); background-position: bottom left; width: 185;}
.article_short {padding-top: 5px; font-size: 7pt;}

.pr_title {color: white; background-color: #D91924; padding-left: 2px; background-image: url("../img/bg_pr_title.gif"); background-repeat: no-repeat; background-position: top right;}
.pr_info {color: black; background-color: #EEEEEE;}
.pr_date {font-size: 7pt; padding-left: 2px;}
.pr_sec {font-size: 7pt; padding-right: 3px; background-color: #D91924; color: white; background-image: url("../img/bg_section_pr.gif"); background-position: bottom left; width: 185;}
.pr_short {padding-top: 5px; font-size: 7pt;}

.articlelink {color: white;}
a.articlelink {text-decoration: none; border-left: solid white 5px; padding-left: 3px;}
a.articlelink:hover {text-decoration: none; color: white; border-bottom: solid white 1px; padding-left: 3px;}
a.articlelink:visited {color: silver; border-left: solid lightgrey 5px; padding-left: 3px;}
a.articlelink:visited:hover {color: silver; border-left: solid lightgrey 5px; border-bottom: solid silver 1px; padding-left: 3px;}

a.off {display: none;}
a.on {
	font-size: 7pt;
	display: block;
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: solid white 1px;
	background-color: #e6e6e6;
	cursor: pointer;
}
