/*   markusfarkus media  MFM      */
/*   http://www.markusfarkus.com  */


table.center {
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img {
	padding: 20px
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #cc0000;
	text-align: center;	
}

.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #003399;
	text-align: center;	
}
	
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.italic{
	font-style: italic;
	font-size: small;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

td.blue {
	background-color: #00ffff;
}

td.banner {
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	font-size: 20pt;
	padding: 8px;
}

td.frame {
	border: 2px solid black;
	background-color: #00ffff;
		
#header{ 
	height: 40px;
	margin-bottom: 10;
	text-align: center;
}

#content {
	font-family: "Times New Roman", Verdana, Arial, Serif;
	font-size: 14pt;
	color: #000000
}

#navbar {
	font-family: "Times New Roman", Arial, Serif;
	font-size: 14pt;
	color: #000000;
}
  
#footer{ 
	height: 40px;
	text-align: center;
}