/*---------------------------------------------*/
/*  main.css                                   */
/*---------------------------------------------*/

body {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 color: #000000;
 background-color: #FFFFFF;
}

a:visited {
 color: #0C0C0C;
}

a:link {
 color: #000000;
}

a:hover {
 color: #000000;
 background-color: #FEF301;
 border-style: dotted;
 border-width: 1 0 1 0;
}

h2 {
 font-family: Georgia, Times, serif;
 font-size: 19.2px;
 font-weight: bold;
 border-bottom-style: dotted;
 margin-bottom: 12;
}

ol {
 font-weight: bold;
}

ul {
 font-weight: normal;
}

#heading {
border-top:4px solid #903030;
height:80px;
position:relative;
}

#bookmark {
 font-size: 11.2px;
 text-align: right;
 padding-right: 10px;
 cursor: pointer;
 text-decoration: underline;
}

#descr {
 padding: 45 20 5 20;
 font-size: 20;
}

#search {
 background-color: #FF7900;
 background-image: url(search_b.gif);
 padding: 10 10 10 10;
}

#search_button {
 border-width: 2 2 2 2;
 border-style: solid;
 border-color: #FFFFFF #000000 #000000 #FFFFFF;
 font-size: 12pt;
 cursor: pointer;
}

#navCell {
 background-color: #FEF301;
 font-size: 12.8px;
 font-weight: bold;
 padding-right: 10;
 border-color: #646000;
 border-width: 1 1 0 0;
 border-style: solid;
}

#navStatCell {
 background-color: #000000;
 color: #FFFFFF;
 font-size: 16px;
 font-weight: normal;
 padding-right: 5;
 vertical-align: middle;
}

#navCellSelected {
 background-color: #000000;
 color: #FFFFFF;
 font-size: 12.8px;
 font-weight: bold;
 padding-right: 5;
 vertical-align: middle;
}

#news {
 padding-top: 10;
 background-color: #BCC5D0;
 text-align: center;
}

#cutNews {
 text-align: center;
 vertical-align: top;
 background-color: #ECECE7;
}

#logoCell {
 background-color: #ECECE7;
 text-align: center;
}

#newsItem {
 padding: 10 10 10 10;
 border-bottom-style: dashed;
 border-bottom-width: 1;
 cursor: pointer;
 font-weight: normal;
}

#content_cell {
 padding: 10 10 10 10;
 vertical-align: top;
 background-image: url(back.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

#content {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 0.8em;
}

#signup {
 text-align: right;
 font-style: italic;
 font-weight: bold;
}

#techImg {
 padding: 20 0 20 0;
}

#footerCell {
 background-color: #000000;
 color: #FFFFFF;
 font-size: 12px;
 text-align: center;
}

#toTop {
 cursor: pointer;
 text-decoration: underline;
}

#newsDate {
 font-family: Arial Helvetica sans-serif;
 font-weight: bold;
 font-size: 12px;
 border-bottom-style: dotted;
 border-bottom-width: 1px;
}
#newsContent {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 0.8em;
}
#newsContent td{
border-bottom:solid 1px #666666;
}