* {
    font-size:100.01%;
    padding:0;
    margin:0;
}
body {
    background-color:#ffffff;
    color: #303030;
    font-family: Verdana, Arial, Helvetica, Helv, Geneva, Tahoma, sans-serif;
    font-size: 80%;
	text-align: center;
}
#container {
	width: 760px;
	text-align: left;
	margin: auto;
}
/*#header {
    background-color: #ffffff;
}*/
#logo {
	margin-top: 5px;
    text-align: center;
    font-size: 180%;
	color: #336699;
}

.topLogos{
	margin: 10px 15px;
	border: none;
}
.sideLogos{
	margin: 7px 0px;
	border: none;
}

#menu {
    background-color: #336699;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	padding-left: 110px;
    height: 1.3em;
    font-size: 90%;
}
#menu a
{
    float: left;
    display: block;
    height: 100%;
	margin-right: 1px;
    padding: 0 1em;
	color: #ffffff;
    text-decoration: none;
}
#menu a:hover
{
    background-color: #ffffff;
    text-decoration: none;
	color: #ff3333;
}

#menu #mAct
{
    float: left;
    display: block;
    height: 100%;
	margin-right: 1px;
    padding: 0 1em;
    font-weight: bold;
    background-color: #ffffff;
	color: #ff3333;
}

#cntOut {
	width: 100%;
	float: left;
	margin-right: -110px;
}
#content {
	margin-left: 110px;
	margin-right: 110px;
}
.cntWin { /* основной контент */
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    margin-top: 7px;
    margin-bottom: 5px;
    padding: 5px;
	padding-bottom: 15px;
}
.cntWin p {
    text-align: justify;
    margin: 5px 5px 5px 15px;
}
.error {
    color: red;
}
.success {
    color: #009900;
}
#lBar {
	width: 110px;
	float: left;
}
#rBar {
	width: 110px;
	float: right;
}
.barWin {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    margin: 7px 3px;
    padding: 5px;
    font-size: 90%;
}
.clr {
	clear: both;
}
.footer {
	border-top: 1px solid #336699;
	text-align: center;
    padding: 5px 5px;
	margin-bottom: 5px;
    font-size: 80%;
}
a:link    {color: #006600;}
a:visited {color: #006600;}
a:hover   {color: #cc0000;}
.c  {
    text-align: center;
}
.l  {
    text-align: left;
}
.r  {
    text-align: right;
}
.sm {
    font-size: 80%;
}
.b {
    font-weight: bold;
}
.att {
    font-weight: bold;
    color: red;
}
h1 {
    font-size: 120%;
    margin: 10px 15px;
    color: #660000;
	text-align: center;
}
h2 {
    font-size: 100%;
    margin: 15px;
    color: #660000;
}
h4 {
	font-weight: bold;
	margin: 15px 5px 5px 15px;
}
.news {
	margin-top: 10px;
	margin-left: 15px;
}
.newsDate {
	margin-top: 1px;
	float: left;
	color: #660000;
	font-size: 90%;
}
.newsText {
	margin-left: 10em;
	clear:right;
	padding-bottom: 10px;
}
.timeT {
	width: 100px;
	color: #660000;
}
.tbl {
}
.tbl th{
	text-align: center;
    background-color:#e0e0e0;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 80%;
}
tr.th td{
    background-color:#e0e0e0;
	font-weight: bold;
}
.tbl td {
    background-color:#f0f0f0;
	text-align: center;
}
tr.tr2 td{
    background-color:#f9f9f9;
}

.dT1{
    margin: 0px auto;
    border-spacing: 1px;
    text-align: left;
}
.dT1 td,th{
    padding: 1px 5px 1px 5px;
}
.dT1 tbody tr td {
    background-color:#f0f0f0;
}
.dT1 tfoot tr td {
    background-color:#e0e0e0;
	text-align: center;
}
.dT1 tr th {
    font-weight: bold;
    text-align:center;
    background-color:#e0e0e0;
}
.dT1 tbody tr.tr2 td{
    background-color:#ffffff;
}
.i {
	font-style: italic;
}
.lead {
	font-family: Courier New, Courier, sans-serif;
}
.underlined {
	border-bottom: 2px solid #333333;
}
