﻿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:hover img {
filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7;
}
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;
}
td.index {
    font-family: Lucida Grande, Geneva, Verdana, Helvetica, Arial ;
    color: #FFFFFF ; font-size: 11px ; text-align:center ; font-weight: bold;
	background-color: #369;
	text-align: center;
	height: 16px;	
}
td.comment {
    background-image: url(top_center.gif);
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-style: normal;
    color: rgb(63,69,150) ; letter-spacing: 4px;
    width: 100%;
    height: 27px;
    text-align:center;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #369;
}
td.preview {
    display: table-cell;
    width:150px;
    height:150px;
    vertical-align: middle;
    text-align: center;
    background-color: #C7DBEA;
    border: 1px solid #369;
}
td.num {
    background-color: #369;
    font-family: Lucida Grande, Verdana, Helvetica, Geneva, Arial ;
    color: #FFFFFF; font-size: 11px; padding: 1px ;
    text-align: center ; vertical-align: middle;
}
table.frame {
    border: 1px solid #369;
    width: 660px;
}
td.thumbs {
    display: table-cell;
    width:152px; height:152px;
    background-color: #99CC99;
    vertical-align: middle;
    text-align: center;
    }
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;
     border-top: 1px solid #369;
}
td.head {
    width: 100%;
    height: 50px;
    background-color: #369;
    background-repeat: no-repeat;
    text-align: left;
    padding: 10px 20px 10px 15px;
}
h1 {
    margin:0;
    height: 16px;
    background: #369;
	padding-top: 2px;
	padding-left: 10px;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight: bold;
    font-style: italic;
  	color: white;
  	text-align: right;
}
img {
	border: 1px solid #369;
}
	




