body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 15pt;
    margin: 0px 0px 0px 0px;
    //background-color: rgb(234, 234, 234);
}


h1, h2, h3, h4, h5, h6,
ol, ul {
    font-family: Arial, Verdana, sans-serif;
    margin-left: 50pt;	
}

p {
    font-family: Verdana, sans-serif;
    line-height: 1.2em;
    text-align: justify;
}

p.with_frame {
    border-width: 3px 3px 3px 3px;
    border-style: double;
    border-color: black;
    float: right;
    width: 25%;
    padding: 5pt 0pt 5pt 10pt;
    margin: 30px 0px 0px 10px;
    text-align: justify;
    line-height: 1em;
}

p.osc_lug {
	text-indent: 2pt;
}

p.link {
	color: blue;
}

div {
	velign: top;
	align-items: center;
}

table.menu {
	width: 55%;
	border-spacing: 5px 0px;
}

tr.tr_menu {
	font-size: 10pt;
	align: left;
}


td.page_title {
	margin: 0px 0px 0px 20px;
}

td.td_menu {
	text-align: center;
	border-top: 1px solid #000000;	
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;	
	background-color: #FFFFFF;
	width: auto;
	margin: 0pt 0pt 0pt 0pt;
	padding: 2pt 0pt 2pt 0pt;
	
}

td.td_menu:hover {
	background: rgb(212, 212, 212)
}

td.site_information {
	border-top: 1px groove #000000;		
	
}

ul.with_marker {
	list-style-type: disc;
	color: black;
	
}

td.bottom_page {
	border-top: 1px dotted #000000;	

}

a {
	text-decoration: none;
	color: black;
}

a.blue {
	color: blue;
}

iframe.meetings {
	overflow: hidden;
	
}

