﻿ul { margin: 5px; margin-bottom: 15px;}
ul li { margin-left: 0px;}

table.border 
{	
	border-bottom:1px solid black; 
	border-top:1px solid black; 
	border-left:1px solid black; 
	border-right:1px solid black;	
}

.title
{
	--font-size:medium;
	font-weight:bold;	
	text-align:left;
}

.subject
{
	font-size:small;
	font-weight:bold;	
	text-align:left;
}

.date_format
{
	font-size:x-small;
}

.border_top_bottom
{
	border-top:1px solid black;	
	border-bottom:1px dotted black;	
}

.border_top_bottom_solid
{
	border-top:1px solid black;	
	border-bottom:1px solid black;	
}

.border_bottom_dotted
{
	border-bottom:1px dotted black;	
}

.border_top
{
	border-top:1px solid black;	
}


.border_bottom
{
	border-bottom:1px solid black;	
}

.border_right
{
	border-right:1px solid #6D7B8D; 
}

.pad
{
	padding: 2px 0px 0px 5px;
}

.pad_top_bottom
{
	padding: 20px 0px 15px 0px;
}

td
{
	padding: 1px 0px 1px 5px;
}

.content
{
    font-size:large;	    
}

.header
{
	text-align: center;
	height: 20px;
	border-bottom: 1px solid black; 
	border-top: 1px solid black; 
	/*
	border-bottom: 1px solid black; 
	background-color: silver;*/
    font-size:large;
}

.header_without_border
{
	text-align: center;
	height: 20px;
	font-size:large;
}

.smallText
{
	font-size: small;
}

.margin
{
	margin-left: 10px;
	margin-top: 5px;
	--margin-right: 10px;
}

/*#container{
  height:35em;
  background-color:#ffffff; 
  padding: 0px;
  padding-left: 0px;
  border: 5px solid orange;
  margin: 0px;
  }*/
#container{
  background-color:#ffffff; 
  padding:0;
  padding-left: 0px;
  margin:0;
  }

