body {
	color: black;
	background-color: silver;
	font-family: Verdana, Arial, Helvetica, Geneva;
}

.just {
    text-align: justify;
}

br.small {
    font-size: 6px;
}

.site-title {
    text-align: right;
    color: #F40813;
    font-size: 13px;
}

.chapt-header {
    text-align: right;
    font-size: 12px;
    color: blue;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;    
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 13px;
}

a {
	font-weight: bold;
	text-decoration:none;
	color: blue;
}
a:hover {
/*	text-decoration:underline;*/
	color: #f40813;
}
.menu a:hover {
	color: white;
}

table table {
        color: black;
	font-size: 13px;
	background-color:white;
}

td {
	font-size: 13px;
	color: Navy;
}
td.bl {
        background-image: url('../images/bl.gif');
}
td.br {
        background-image: url('../images/br.gif');	
}
td.bot {
        background-image: url('../images/bt.gif');	
}

th {
    color: navy;
}

.content {
	font-size: 13px;
	background-color:white;
	color: black;
	text-align: justify;
	padding: 0px;
}



.content img {
	border: 3px double #336699;
	margin: 10px;
}

img.pl {
	border: none;
	height: 62px;
	width: 130px;
}

.content a {
	color:blue;
	font-weight: normal;
}
.content table {
	width: 100%;
}
.content td.head {
	font-weight: bold;
	text-align: center;
	color: white;
	padding-top:3px;
	padding-bottom:3px;	
	background-color: #0813f4;
/*	background-image: url('../images/tdhead.png');
	background-color: #ff6666;*/
	border-right: 1px solid #0813f4;	
	margin:0px;
}	
td.head a, td.head a:visited, td.head a:active, td.head a:hover{
	color: cyan;
}
.content td.str {
	font-weight: bold;
	text-align: center;
	color: red;
}	


.content td {
	border-right:1px solid #ccccff;
	border-bottom:1px solid #ccccff;	
	padding: 5px;
}

h1 {
	font-size: 13px;
	color: #00063a;
	font-weight: bold;
	text-align: center;
}

.top-link {
	font-size: 13px;
        padding:4px;
	padding-top: 1px;
	padding-bottom: 0px;	
	border-top: 1px solid #0813f4;
	border-right: 1px solid #0813f4;	
	border-bottom: none;	
	background-color:#ffffff;	
}

.top-link-active {
	font-size: 13px;
	font-weight: bold;
        padding:4px;	
	padding-top: 0px;
	padding-bottom: 0px;	
	background-color:#0813f4;
	color:white;
	border-right: 1px solid #0813f4;
	border-left: 1px solid white;	
	border-top: 1px solid #0813f4;	
	border-bottom: none;		
}

.highlight {
	font-weight: bold;
}

.page-header {
        background-image: url('../images/bg1.gif');
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align: right;
}
.menu {
	width: 160 px;
	font-size: 12px;
	font-weight:bold;
	padding-left: 2px;
	padding-right: 10px;
	color: white;
	text-align: right;
	background-color: #0813F4;
}
.menu a {
	color: #ccccff;
}

.l-side {
         background-image: url(../pictures/split4-1.gif);
}
.r-side {
         background-image: url(../pictures/split3-6.gif);
}
