body {
	background-color: gray;
	margin: 15px 20px 5px 20px;
	/*height:100%;*/
	padding:0;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica;
}

table.main {
	background-color: black;
    background-image: url("images/bg.gif");
    height: 580px;
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica;
}

p.error {
    font-weight: bold;
    color: red;
}

img {
	border-width:0;
}

/*
td {
	background-color: black;
    background-image: url('images/bg.gif');
}*/

div.menu {
	padding: 10px;
	padding-top: 20px;
	border: none;
	text-align: right;
	line-height: 22px;
}
div.menu a {
	color: white;
	font-weight: bold;
	border-color: green;
	border-width: 0 0 1px 0;
	text-decoration: none;
	border-style: hidden ! important;
}
div.menu a:hover {
	text-decoration: none;
	border-style: solid;
}
div.menu a.selected {
    color: lightgreen;
}


div.submenu {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 6px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: white;
	margin-right: 3px;
}
div.submenu a.selected {
    color: lightgreen;
}

div.main {
	padding: 12px;
	/*padding-top: 20px;*/
	border: 0;
	margin: 0;
}
div.main img {
	/*display: block;
	height:auto;*/
	/*width: 200px;*/
	/*float: left;*/
	/*padding-right: 20px;*/
}

div.copyright {
	font-size: 9px;
	text-align: center;
}

.cb1 {
	border-color: darkblue;
	border-width: 0 1px 0 1px;
	border-style: solid;
	width: 7px;
	height: 162px;
}
.cb2 {
	border-color: darkblue;
	border-width: 0 0 0 1px;
	border-style: solid;
	width: 7px;
	height: 100px;
}


.ct1 {
	border-color: darkblue;
	border-width: 0 1px 0 0;
	border-style: solid;
	margin-left: 1px;
	width: 7px;
	height: 12px;
	position: relative;
}
.ct2 {
	border-color: darkblue;
	border-width: 0 1px 0 1px;
	border-style: solid;
	width: 7px;
	height: 19px;
}



.h {
	border-color: darkblue;
	border-style: solid;
	border-width: 0 0 1px 0;
	height: 82px;
}

.logo {
	text-align: center;
	font-size: 32px;
	font-family: Times New Roman, Times;

	border-width: 0;
	padding: 0px;
	width: 120px;
}
div.heading {
	text-align: center;
	white-space: nowrap;
	font-size: 28px;
	/*font-family: Times New Roman, Times;*/
	font-weight: bold;
    color: lightblue;
    
	border-width: 0;
	padding: 6px;
}

div.heading:before {
    content: "- ";
}
div.heading:after {
    content: " -";
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}

a {
	color: lightblue;
	text-decoration: none;
}

a:hover {
	/*border-style: solid;*/
	text-decoration: underline;
}
a.plain:hover {
	/*border-style: hidden;*/
	text-decoration: none ! important;
	color: darkgreen;
}

div.newsheader {
	text-align: left;
	font-size: 14px;
	/*font-family: Times New Roman, Times;*/
	font-weight: bold;
}

div.news p {
	font-size: 12px;
}

hr:before {
    content: "- - - - - ";
}
hr:after {
    content: "- - - - -";
}

hr {
    color: darkblue;
    text-align: center;
	white-space: nowrap;
    width: 38%;
    height: 2px;
    border: none;
    /*margin: 9px 0 9px 0;*/
    margin-bottom: 20px;
}

div.mytable tr.header {
    background-color: darkblue;
    color: white;
    /*color: green;*/
    font-weight: bold;
}

div.mytable tr {
    background-color: lightgrey;
    color: black;
}
div.mytable a {
    color: darkgreen;
}

