body 
{
  font-family:Arial;
  margin: 0 auto;
}

html
{
	height: 100%;
}

div.menu
{
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-align: center; 
	font-size: 18px;
}

div.menu A, div.menu A:link {
  color: #FFFFFF;
  text-decoration: none;
}

div.menu A:visited {
  color: #FFFFFF;
}

div.menu A:hover {
  color: #000000;
}

table.moduletable {
  background-color: #FFFFFF;
  border: solid #666666 1px;
  color: #000000;
  text-align: center;
}

table.moduletable th {
	background: url(./images/subhead.png);
	background-color:#0000FF;
	padding-top: 4px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 14px;
}

table.modulenews {
  background-color: #FFFFFF;
  border: solid #666666 1px;
}

table.modulenews p, li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}

table.modulenews th {
  background: url(./images/belka_news.png);
  font-size:24px;
  color:#000000;
  text-align:left;
  font-weight:bold;
  padding-left: 40px;
 }

table.modulenews A {
	color: #0951b1;
	font-weight:bold;
}
 
table.modulenews A:link {
	text-decoration: none
}
table.modulenews A:visited {
	text-decoration: none
}
table.modulenews A:hover {
	text-decoration: underline
}

table.modulenews span.important {
  color: #336666;
  font-weight:bold;
} 

table.modulenews span.head {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 24px;
  font-weight:bold;
}

input {
  border: 1px solid #C0C0C0;
  font-family: arial;
  font-size:8pt;
}

textarea {
  border: 1px solid #C0C0C0;
  font-family: arial;
  font-size:8pt;
}

hr {
  color: #FEBC00;
  border: 1px solid #FEBC00;
  margin-bottom: 30px;
}


