BODY {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
/* background-color: #FFFFFF */
background-image: url(/decors/bg8.jpg);
/* margin-left: 30; */
}

TD {
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
}

TD.menu {
	color: #ffffff;
	background-color: #3110ef;
}

.menu a:link {
        text-decoration: none;
	color: #ffffff;
}

.menu a:visited {
        text-decoration: none;
	color: #ffffff;
}

.menu a:hover {
        text-decoration: none;
	color: #80ffff;
}

.menu a:active {
        text-decoration: none;
	color: #80ffff;
}

.menu a:focus {
        text-decoration: none;
	color: #80ffff;
}

.error {
	color: #ff0000;
}

.comment {
	font-size: 8pt;
}

/* Tables for web links */
TABLE.black {
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid black;
  width: 95%;
  cellpadding: 4;
  cellspacing: 4;
}
TABLE.noborder {
  border-collapse: collapse;
  empty-cells: show;
  border: none;
  padding: 0;
}
table.black th {
  border: 1px solid black;
  font-size: 12pt;
  padding: 4px;
}
table.black td {
  border: 1px solid black;
  padding: 4px;
}
/*
td.noborder {
  border: none;
  padding: 0;
}
*/
/* End tables for web links */


TH {
font-family: futura, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 14pt
}

H1, H2, H3, H4, H5, H6 {
font-family: futura, arial, helvetica, sans-serif;
font-weight: bold;
}

H1 {
text-align: left;
font-size: 32pt;
}

H2 {
font-size: 20pt
}

H3 {
font-size: 16pt
}

H4 {
font-size: 14pt
}

H5 {
font-size: 12pt
}

H6 {
font-size: 12pt
font-style: italic;
}

h4.important {
  background: #aaffa0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 8px;
  font-weight: bold;
}

.important a:link,a:visited {
  color: red;
  text-decoration: none;
}

/*
CODE 
{font-family: courier, sans-serif;
font-size: 10pt} 

.more
{background-color: #003333;
border-width: 1px;
border-color: black;
border-style: ridge;
color: white;
font-family: verdana, geneva, sans-serif;
font-size: 9pt;
vertical-align: text-bottom}
*/


/* Event table */

.organizer {
  width: 184px;
  text-align: center;
  overflow: hidden;
}
.organizer img {
  max-width: 180px;
  max-height: 60px;
}
#filterform {
  font-size: 8pt;
}
#filterform select {
  font-size: 8pt;
}
#numentries {
  font-size: 8pt;
  text-align: right;
  margin-right: 30px;
}

/* Page Header */

#pageheader {
    height: 97px;
}

#pageheader img {
    vertical-align: top;
}

#deco_tl {
    float: left;
    padding-right: 20px;
}

#deco_tr {
	font-size: 75%;
}

#tf_sponsors {
    height: 110px;
}
#introhd {
    font-size: 8pt;
    font-style: italic;
    padding-bottom: 5px;
    padding-left: 10px;
}
#p4p_logo {
    float: left;
    padding-right: 50px;
}
#ml_logo {
}

/* Menu */

#menu {
    width: 162px;
    float: left;
	color: #ffffff;
/*	background: #3110ef; */
}

#menutop {
    width: 162px;
    height: 12px;
	background: #3110ef;
	background-image: url("/decors/tr.png");
	background-repeat: no-repeat;
    background-position: right;
}
#menucontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    padding-left: 10px;
	background: #3110ef;
	background-image: url("/decors/r.png");
	background-repeat: repeat-y;
    background-position: right;
}
#menubottom {
    width: 162px;
    height: 21px;
	background-image: url("/decors/menubottom.png");
	background-repeat: no-repeat;
}

#menu a:link {
    text-decoration: none;
	color: #ffffff;
}

#menu a:visited {
    text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
    text-decoration: none;
	color: #80ffff;
}

#menu a:active {
    text-decoration: none;
	color: #80ffff;
}

#menu a:focus {
    text-decoration: none;
	color: #80ffff;
}

/* Content Block */

#maincontent {
    margin-left: 172px;
}

/* For image-links without border: */
a.noborder {
    background: none;
    border: none;
}
a.noborder img {
    background: none;
    border: none;
}
a.noborder:hover img {
    background: none;
    border: none;
}
