﻿body 
{
    padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	background: #0D6624;
	color: #413824;
	font-size: 95%;
}

a, a:link, a:hover, a:visited
{
	FONT-SIZE: 100%; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;  
	text-decoration : underline;
	COLOR: #8a0826;
}

.l
{
	background-color : Red;
}

.SelectedStyle
{
	background-color: scrollbar;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
}

.UnSelectedStyle
{
	background-color: #99cccc;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.content
{
     color: #413824;
    font-size: 95%;
    FONT-FAMILY: "Times New Roman", Times, serif;    
}
li, ul
{
    list-style-image: url(images/marker_list.gif);
    list-style-position: outside;
    padding:0px;
           }
.linki
{
    color:White;
}
 .table tr { padding: 3px 7px; 
    vertical-align: middle; 
    text-align: left; 
    background: url(images/bg-dotth.gif) repeat-x 0 100%; }
    
    .tablec td, .tablec tr, tablec { padding: 3px 7px; 
    vertical-align: middle; 
    text-align: left; 
    background:#FFFFFF; }
