body
{
	background-color: rgb(210,230,245);
	font-family: sans-serif;
	margin:0;
}

div.text
{
	padding-top: 1px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 1px;
}

h1
{
	color: rgb(0,0,0);
	font-size: 17pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	text-align: left;
}

h1.title
{
	color: rgb(0,0,0);
	font-size: 30pt;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}

h2
{
	color: rgb(0,0,0);
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	text-align: left;
}

p
{
	color: rgb(0,0,0);
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}

li
{
	color: rgb(51,51,51);
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}

p.top
{
	color: rgb(51,51,51);
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	margin-bottom: 3pt;
}

p.mini
{
	color: rgb(51,51,51);
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.table
{
	color: rgb(51,51,51);
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

p.white
{
	color: rgb(245,245,245);
	font-family: verdana;
	font-size: 11pt;
}

p.cat_small
{
	border: 				0px;
	margin-top: 			0px;
	margin-left: 			0px;
	margin-right: 			15px;
	margin-bottom: 			0px;
	padding-top: 			10px;				
	padding-left: 			0px;				
	padding-right: 			0px;				
	padding-bottom: 		0px;				
	text-align: 			right;
}

b.red
{
	color: rgb(255,0,0);
	font-style: bold;
}

tr 
{
	border: 				0px;
	margin-top: 			0px;
	margin-left: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	padding-top: 			0px;				
	padding-left: 			0px;				
	padding-right: 			0px;				
	padding-bottom: 		0px;				
}

td 
{
	border: 				0px;
	margin-top: 			0px;
	margin-left: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	padding-top: 			0px;				
	padding-left: 			0px;				
	padding-right: 			0px;				
	padding-bottom: 		0px;				
}

.headertop
{
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#containers-2
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#containers-2 > div
{
	/* width: 50%; */
	height: 100%;
	/* border: 2px dashed red; */
}

#containers-3
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#containers-3 > div
{
	/* width: 33%; */
	height: 100px;
	/* border: 2px dashed red; */
}
	
/* Add a black background color to the top navigation */
.headernav
{
	margin-top: -4px;
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.headernav a
{
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.headernav a:hover
{
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the headernav on small screens */
.headernav .icon
{
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the headernav (.icon) */
@media screen and (max-width: 600px)
{
	.headernav a:not(:first-child)
	{
		display: none;
	}
	.headernav a.icon
	{
		float: right;
		display: block;
	}
}

/* The "responsive" class is added to the headernav with JavaScript when the user clicks on the icon. This class makes the headernav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px)
{
	.headernav.responsive
	{
		position: relative;
	}
	.headernav.responsive a.icon
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	.headernav.responsive a 
	{
		float: none;
		display: block;
		text-align: left;
	}
}

.footerbottom
{
	background-color: rgb(51,51,51);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 1px;
}

