body {
    margin:0;
}
.text,td,input, textarea {
  font: 12px "Verdana";
  line-height: 14px;
  color: #333333;
}
.inp {
    border: 1px solid #9eb3e9;
}

form{
    margin-bottom:0;
    margin-top:0;
}
.form {
  background-color: #e8e8e8;
}
.formbg {
    background-color: #e8e8e8;
}
table.z {
    border-collapse: collapse;
}
table.z td {
    padding: 0;
    border: 0 none;
    border-spacing:0;
}
table.z th {
    padding: 0;
    border: 0 none;
}
.menuitem {
    background-image:url("/img/menu_background.png");
    font: bold 16px "Arial";
    text-shadow: white 0 1px 0;
}
.menuitemsel {
    background-image:url("/img/menu_background_sel.png");
    font: bold 16px "Arial";
    text-shadow: white 0 1px 0;
}
.menuitemlink {
    text-decoration:none;
    color:black;
}
.menuitemlink1 {
    text-decoration:none;
    color:#A00000;
}
.itemstart {
    width: 22px;
}
.itemend {
    width: 24px;
}
.menushadow {
    background: url("/img/menu_shadow.png") repeat-x;
    height:12px;
}
.splash {
    background: url("/img/splash.jpg") no-repeat;
    width: 925px;
    height: 277px;
}
.splashheader {
    font: bold 36px Arial;
    color: #ededed;
}
.splashtitle {
    font: 20px Verdana;
    color: #f3f3f3;
}
.splashtext {
    font: 14px Verdana;
    color: #f3f3f3;
}
.sml {
    font: 10px "Verdana";
}
.icon {
    margin-right:3px;
    border:none;
    width:16px;
    height:16px;
    vertical-align:middle;
    background-color:white;
    text-decoration:none;
}
.btn {
    background: url("/img/button_bg.png") repeat-x;
    color:white;
}
.ln {
    background-color: #cccccc;
}
.hdr1 {
    font: 22px Arial;
    color: #a00000;
}
.hdr3 {
    font: bold 14px Arial;
    margin-top:2px;
}
ul {
    margin:0;
}
li {
    left:0;
    list-style-image:url("/img/bullet.png");
    margin-top: 7px;
    margin-bottom: 5px;
}
h2 {
    font: 18px "Arial";
    margin-top: 23px;
    margin-bottom:16px;
    color: black;
}
.version {
    background:url("/img/v_bg.png") repeat-x;
    height:77;
}
a.ver {
    font: bold 14px "Arial";
    color: #303030;
}
.artlink {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}
.citebottom {
	background:url("/img/cite_frame.png") repeat-x;
}
.citeauthor {
	font: bold italic 11px Arial;
}
.citeauthor1 {
	font: italic 11px Arial;
}
img {
	vertical-align:bottom;
}
table.t {
    border-collapse:collapse;
    width:100%;
}
table.t>tbody>tr>td {
    padding: 3px;
    border-bottom-color: #c00000;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-color: white;
    border-right-width: 1px;
    border-left-color: white;
    border-left-width: 1px;
    border-style: solid;
    vertical-align: top;
}
table.t th {
    padding:2px;
    border-color: white;
    border-width:1px;
    border-style: solid;
}
th {
/*    background-color: #5e6f9a;*/
    background-color: #a00000;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: white;
}
h1 {
    font: 21pt Arial;
    margin-top:28px;
}
a.icon {
  text-decoration:none;
}
.hdr2 {
    font: 18px Arial;
    margin-top:15px;
    margin-bottom:8px;
    color:black;
/*    color: #c05050;*/
}
.small {
    font: 11px "Verdana";
}
.b {
    font-weight: bold;
}
p {
    line-height: 16px;
}
pre {
    font: 12px Verdana, Arival;
}
a {
    color: #3040b0;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.grtxt {
    color: #606060;
}