H1 { font-family: Arial, TimesRoman, Garamond;
     	font-size: medium; 
    	background: none;
	color: rgb(0,0,0); }

H2 { font-family: Arial, TimesRoman, Garamond;
     	font-size: 200%; 
	background: none;
	color: rgb(255,0,0);
     	font-weight: bold;
     	text-align: center  }

H3 { font-family: Arial, TimesRoman, Garamond;
     	background: none;
	color: rgb(255,255,255);
     	font-size: medium; 
	font-weight: normal }

H5 { font-family: Arial, TimesRoman, Garamond;
     	font-size: 100%; 
	background: none;
	color: rgb(255,0,0);
     	font-weight: bold;
     	text-align: left  }

H6 { font-family: Arial, TimesRoman, Garamond;
     	background: transparent;
      color: rgb(0,0,0);
      font-size: larger;
      font-weight: bold;
      text-align: center }

#wawe {
	text-align: left;
	vertical-align: top;
}

body {
	font-family: Arial, TimesRoman, Garamond;
	background-color: #ffffff; 
}

img { 
	border: none; 
}

#header {
	width: 100%; 
	border: none; 
	background-color: #ff0000;
}

#header #tr1 {
	color: #ffffff; 
	font-size: 40px; 
	font-weight: bold;
}

#text1{ 
	font-size: 0.8em;
}

.maintable { 
	width: 100%; 
	border: none; 
	vertical-align: top; 
}

.maintable .td1 { 
	width: 12em; 
	vertical-align: top;
}

.td1 .menu { 
	vertical-align: top; 
	border: 2px solid #4444ff;
	text-align: center;
}

.menukey {
	border: none;
	height: 20px;
	width: 100%;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.menukey #key1 {
	 background-color: #ff0000;
}

.menukey #key2 {
	 background-color: #0000ff;
}

.maintable #td2 { 
	text-align: center;
	font-weight: bold;
}

.maintable #td2 p { 
	font-size: 2em;
}

.datatable {
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.datatable td {
	vertical-align: top;
}

.datatable .th_red {
	font-size: 1.1em;
	background-color: #ff0000;
	color: #ffffff;

}

.datatable .th_blu {
	font-size: 1.1em;
	background-color: #0000ff;
	color: #ffffff;
}

.datatable a {
	font-size: 0.85em;
}

#footer {
	text-align: center; 	
	font-size: 10px; 
	color: #000000;
}



