body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  margin: 10px;
  padding: 0;
}


/* Ãëàâíûé îïîðíûé ðàçìåð øðèôòà */

th, td        { font-size: 80%; }

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

/*
input {
  font-family: Arial, Helvetica, sans-serif;
}
*/



input { font-size: 100%; }


a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  
}

a:Hover  {
     	       color : #003366;
               text-decoration : none;
               }

td.content a {
  text-decoration: underline;
  color:#003366;
  font-weight: normal;
 
}


form {
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

span.date {
  font-weight: bold;
  color: #CC9966;
}

/*
 Colors:

 grey - 91A7BB
 yellow - FFD495
 
 menu
 odd - F5F0E8
 even - D8E2E4
*/

/* Öâåòà ôîíà îñíîâíûõ áëîêîâ */

td.header, td.footer, th
{ background-color: #91A7BB;}

td.top_menu, td.menu
{ background-color: #FFD495; }

td.quote                        { border: 1px #91A7BB solid; }
td.top_menu,table.right_menu td { color: gray; }
td.forms                        { font-size: 70%; }
td.content                      { border: 1px #91A7BB solid; padding: 15; }
th                              { color: white;  text-align: left; }


/*
td.header                 { background-color: #91A7BB;                            }

td.quote                  { background-color: white;   border: 1px #91A7BB solid; }

td.top_menu               { background-color: #FFD495; border: 0px #91A7BB solid; color: gray; }

td.forms                  { background-color: white;   border: 0px #91A7BB solid; font-size: 70%; }

td.content                { background-color: white;   border: 1px #91A7BB solid; padding: 15; }

td.menu                   { background-color: #FFD495; border: 0px #91A7BB solid; }

td.footer                 { background-color: #91A7BB; border: 0px #91A7BB solid; }

th                        { background-color: #91A7BB;  color: white;  text-align: left; }
*/


/* Öâåòà ïðàâîãî ìåíþ */

table.right_menu          { background-color: white;                              }

table.right_menu td.even  { background-color: #F5F0E8;                            }

table.right_menu td.odd   { background-color: #D8E2E4;                            }



/* Îôîðìëåíèå îïèñàíèé ïðîåêòîâ */

td.content       li       { padding: 3;                                           }

table.projgroups li       { padding: 3;                                           }

table.projdesc   td.even  { background-color: #F5F0E8;                            }

table.projdesc   td.odd   { background-color: #D8E2E4;                            }

table.projdesc   td.t     { font-weight: bold; text-align: right;                 }



/* Îôîðìëåíèå êîíòåíòà */ 

td.content p              { text-align: justify;                                  }
td.content p.c            { text-align: center;                                   }
td.content p.r            { text-align: right;                                    }

