/* общие  */

body { margin:0px; padding:0px; }
body, td { font-family: verdana,sans-serif; font-size: 66%; color:#545454; }

/* навигация */

.navigation a,.navigation a:visited { color: #001873; text-decoration: none; }
.navigation a:hover,.navigation b { color: #FF3300; text-decoration: none; }

/* максимальная ширина макета для полностью css2 совместимых броузеров */

#box { max-width: 1000px; }

/* текст */

.content p { text-align: justify; }

/* подвал */

.footer { width:410px; height:60px; padding-top: 33px; }
.footer, .footer a,.footer a:visited { color: #aaaaaa; } 

/* формы */

.frm { width:81px; border: 1px solid; border-left: 1px solid #545454; border-top: 1px solid #545454; border-right: 1px solid #A8A8A8; border-bottom: 1px solid #A8A8A8; font-size: 100%; font-family: verdana; }

/* таблица */

.x,.x a { bbackground-color: #999999; text-decoration: none; font-weight: bold; color: #001873; width:12px; height: 14px; text-align: center; }

.theader { border-bottom: 0px dashed #999999; 
           font-weight: bold; 
           color: #727272; 
           background-color: #f0f0f0; 
           padding: 3 6 3 6; 
         }

.tcell,.tcell2 { padding:6 3 6 6; 
                 vertical-align:top; 
               }

.tcell,.tcell2 { background-color: white; }

