/* ОБЩИЕ */
html,body{
	height:100%;
	margin:0px;
	padding:0px
}

* {
	font-family: tahoma, verdana, arial, sans-serif;
}

.partheader {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}

/* ВНУТРЕННЯЯ ЧАСТЬ */
.siteContent h1 {font-size: 130%; color: #296C9B;}
.siteContent h2 {font-size: 110%; color: #296C9B;}
.siteContent h3 {font-size: 90%;}
.siteContent h4 {font-size: 75%;}
.siteContent h5 {font-size: 75%; font-style: italic;}
.siteContent h6 {font-size: 70%;}
.siteContent p, .siteContent li, .siteContent table.data td, .siteContent table.dataTableClean td  {font-size: 70%;}
.siteContent small {font-size: 90%;}
.siteContent ul {margin: 0.5em 0 0 1.5em;}

/* Элементы статей */
.ArticleFullText, .ArticleFullText td, .ArticleFullText p.MsoNormal {font-size: 75%;}
.ArticleFullText p, .ArticleFullText li {font-size: 100%;}
.ArticleAuthor {font-size: 75%; font-weight: bold;}
.ArticleSource {font-size: 75%;}
.ArticleSourceURL {font-size: 75%; font-style: italic;}

/* для корректности размеров вложенных тегов - begin */
.siteContent li li {font-size: 100%;}
.siteContent td td {font-size: 100%;}
.siteContent td li {font-size: 100%;}
.siteContent p li {font-size: 100%;}
/* для корректности размеров вложенных тегов - end */

/* таблица с рамкой в 1 пиксел - begin */
.siteContent table.data {border-collapse : collapse;}
.siteContent table.data th, .siteContent table.data tr.thead {
        font-weight : normal;
        background-color : #C3D7E5;
}
.siteContent table.data td, .siteContent table.data th {
        border : 1px solid #333333;
}
/* таблица с рамкой в 1 пиксел - end */

/* таблица без рамки - begin */
.siteContent table.dataTableClean {border-collapse : collapse;}
.siteContent table.dataTableClean th, .siteContent table.dataTableClean tr.thead {
        font-weight : normal;
        background-color : #C3D7E5;
}
.siteContent table.dataTableClean td, .siteContent table.dataTableClean th {
        border : 0px solid #000000;
}
/* таблица без рамки - end */


/* МЕНЮ */
.TDMenuContent {
}
.TRMenu0 td, .TRMenu0 td a, .TRMenu0 td b, .TRMenu0 td a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 0 3px 0;
}

.TRMenu1 td, .TRMenu1 td a, .TRMenu1 td b, .TRMenu1 td a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


/* Новости */
p.OneNews .NewsDate { font-weight: bold; display: block; color: #296C9B; font-size: 110%;}
p.OneNews .NewsTitle {font-weight: bold;}
p.OneNews .NewsShortText {}
p.OneNews .NewsLink {}
.NewsFullText {font-size: 75%;}
.NewsSource {font-size: 70%; font-weight: bold;}
