﻿body {
    background-image: url(bgr.gif);
    background-attachment: fixed;
    margin-top: 7px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #404040;
}
a { 
	text-decoration: none;
	font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial; 
}
a:link    {
	color: white;
}
a:active  {
	color: white;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: yellow;
}
a.txt {
	text-decoration: underline;
	font-weight: bold;
	color: #369;
}
a.txt:link {
	text-decoration: underline;
	font-weight: bold;
	color: #369;
}
a.txt:hover {
	color: blue;
	font-weight: bold;
}
table.frame {
    border: 1px solid #369;
}
.num {
     font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial ;
     color: #003366 ; font-size: 11px ; font-weight: bold ; padding-right: 0px;
     text-align: center ; vertical-align: middle;
     border-bottom: 1px solid #369;
}
td.media {
     background: #FFFFFF;
}
tr.index {
    background-color: #369;
    font-family: Lucida Grande, Geneva, Verdana, Helvetica, Arial;
    color: #FFFFFF; font-size: 11px; text-align: center; font-weight: bold;
}
.comment { 
    font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial ;
    color: #333333; font-size: 14px; text-align: center; font-weight: bold;
}
.caption { font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial ;
 color: #333333 ; font-size: 12px ; text-align: center; font-weight: bold;
}
td.justify {
     background: #F0F0F0;
     width: 620px;
     text-align: justify;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-style: italic;
     font-size: 12px;
     color: #333399;
     padding: 20px;
}
img {
  border: 1px solid #369;
}

