BODY {
 	background-color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	font-style : normal;
}

TABLE{
    background-color : black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

TABLE.navigation_table{
	font-family :  Arial, Helvetica, sans-serif;
	color: White;
	background-repeat : repeat-y;
	border-top : 0px  inset Black;
	margin-top : 5px;
	background-color : black;
	font-style: normal;
	
}
	

Table .navigation A:visited {
	color: #33CCFF;
 	text-decoration: none;
  font-weight : bold;
}

Table .navigation A:hover {
	background-color: yellow;
	color: Black;
	text-decoration: none;
}

Table .navigation A:link  {
 	text-decoration: none;
   	color : #33CCFF;
    font-weight : bold;
}

A:LINK{
	color : #009900;
	text-decoration : none;
}

A:HOVER {
	background-color : #FFFFFF;
	color : #990099;
	text-decoration: underline;
}

A:ACTIVE {
	text-decoration: none;
	color: #33CCFF;
}

A:VISITED {
	text-decoration: none;
	color: #33CCFF;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}


UL, LI { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	}

.main_text { 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11pt;
	margin-top : 10px;
	line-height : 20px;
	text-align : justify;
	padding-right : 15px;
	padding-left : 5px;	
}

.news_text { 
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10pt;
	text-align : justify;
	padding-right : 15px;
	padding-left : 5px;	

}

.top_logo{
	background-image : url(../images/page_access/oxal.jpg);		
}
	
.navigation{
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	vertical-align : middle;
	padding-right : 20px;
	padding-top : 1px;
	padding-bottom : 1px;
}	
		
.page_header{
	font-family : Arial, Helvetica, sans-serif;
	text-align: right;
	font-size : 14pt;
	letter-spacing : 5px;
	word-spacing : 10px;
	vertical-align : text-bottom;
	background-image : url(../images/page_access/page_banner_1.jpg);
	border-bottom : 2px double Black;
	padding-right : 15px;
	border-top : 2px double Black;
	padding-top : 5px;
	padding-bottom : 5px;
	background : #0099CC;
}

.links { 
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11pt;
	margin-top : 10px;
	line-height : 15px;
	padding-left : 100px;
}

.erccis { 
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 8pt;
	text-align : justify;
	padding-left : 5px;
	padding-right : 5px;
}

.contacts { 
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 11pt;
	margin-top : 15px;
	line-height : 20px;
	padding-left : 35px;
	text-align : justify;
		

}




TH.meeting{
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size : 12pt;
	padding-bottom : 3px;
	padding-top : 15px;
	font-style : normal;
	border-bottom : 1px double Black;
	border-top : 1px double Black;
 	letter-spacing : 4px;
	word-spacing : 8px
}


TD.meeting_top_left{
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size : 10pt;
	vertical-align : middle;
	padding-top : 15px;
	padding-bottom : 3px;
	font-weight : bold;
	width : 60%;
	padding-left : 5px;	
}

TD.meeting_top_right{
	font-family : Arial, Helvetica, sans-serif;
	text-align: right;
	font-size : 10pt;
	vertical-align : middle;
	padding-top : 15px;
	padding-bottom : 3px;
	font-weight : bold;
	padding-right : 15px;
}

TD.meeting_bottom{
	font-family : Arial, Helvetica, sans-serif;
	text-align: right;
	font-size : 8pt;
	padding-bottom : 3px;
	font-style : italic;
	border-bottom : 1px double Black;
}
	
H5{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
	}	

H4{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10pt;
	}	
	
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12pt;
	}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14pt;
	}
	
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16pt;
	}
.small{
		font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
}

.vsmall{
		font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 7pt;
}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -400px; /*position where enlarged image should offset horizontally */

}


.thumbnail_card{
position: relative;
z-index: 0;
/*border: thin solid white;*/
}

.thumbnail_card:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_card span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_card span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_card:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -100px; /*position where enlarged image should offset horizontally */

}
/* end of image popup */